﻿/*
 -------------------------------------------------
| Layoutdatei für CMS-System	                  |
| Autor: M.Sc., B.Sc. R. Kuntze, CPO MDV          |
 --------------------------------------------------
*/

body, div, p, h1, h2, h3, h4, h5, h6, span, fieldset, legend, form, ul, li, a {
	margin: 0;
	padding: 0;
}

body {
	font: 0.75em Arial, Verdana, Helvetica, Geneva, sans-serif;
	line-height: 150%;
}

img {
	border: 0 none;
}

a {
    /* color: #000 */
	color: rgb(180,180,180);
	background: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-image: url(../image/list_icon.gif);
	margin: 0 0 0 20px;
	padding: 0;
}

div#scripterror {
	background: #eee;
	border: 1px dotted #f00;
	text-align: center;
	padding: 3px;
}

/* INHALT */
div#container {
    position: relative;
    margin: 0 auto;
    width: 842px;
}

div#container_header {
    width: 842px;
    height: 23px;
    padding-top: 5px;
    color: #b7ce3f;
}

div#container_header a {
    color: #b7ce3f;
}

div#container_header_left {
    float: left;
}

div#container_header_right {
    text-align: right;
}

div#container_logo_wrapper {
    position: relative;
    height: 161px;
    background: #b7ce3f url(../image/container_logo_wrapper.png) 100% 0 no-repeat;
}

img#container_logo {
    position: absolute;  
    top: 34px;
    right: 33px;
}

div#container_menu {
    width: 842px;
    height: 23px;
}

div#container_menu a {
    font-weight: bold;
    color: #fff;
}

div#container_menu-1 {
    float: left;
    width: 133px;
    height: 21px;
    background: url(../image/container_menu-1.gif);
    padding: 2px 9px 0 0;
    text-align: right;
}

div#container_menu-2 {
    float: left;
    width: 10px;
    height: 23px;
    background: url(../image/container_menu-2.gif);
}

div#container_menu-3 {
    float: left;
    width: 147px;
    height: 21px;
    background: url(../image/container_menu-3.gif);
    padding: 2px 0 0 0;
    text-align: center;
}

div#container_menu-4 {
    float: left;
    width: 131px;
    height: 21px;
    background: url(../image/container_menu-4.gif);
    padding: 2px 0 0 0;
    text-align: center;
}

div#container_menu-5 {
    float: left;
    width: 139px;
    height: 21px;
    background: url(../image/container_menu-5.gif);
    padding: 2px 0 0 0;
    text-align: center;
}

div#container_menu-6 {
    float: left;
    width: 99px;
    height: 23px;
    background: url(../image/container_menu-6.gif);
}

div#container_menu-7 {
    float: left;
    width: 156px;
    height: 21px;
    background: url(../image/container_menu-7.gif);
    padding: 2px 0 0 18px;
}

div#container_menu-7 a {
    color: #c00418;
}

div#container_middle {
    width: 842px;
    background: #fff url(../image/container_middle.gif) repeat-y;
}

div#container_middle_left {
    float: left;
    width: 124px;
    padding: 0 19px 0 9px;
    text-align: right;  
}

div#container_middle_left h1 {
    color: #c00418;
    font-size: 1em;
}

div#container_middle_left a {
    color: #90bfd5;
}

div#container_middle_left_menu {
}

div#container_middle_left_menu p {
    padding: 5px 0 5px 0;
}

div#container_middle_left_menu a {
    color: #58585a;
    font-weight: bold;
}

div#container_middle_left_menu a:hover {
    color: #c00418;
    font-weight: bold;
}

div#container_middle_left_menu a.active {
    color: #c00418;
    font-weight: bold;
}

div#container_middle_left_menu a.active:hover {
    color: #c00418;    
    font-weight: bold;
}

div#container_middle_right {
    width: 690px;
    float: left;
}

div#container_middle_right_header {
    width: 690px;
    /*
    -> soll auch ohne Bild gehen (bzw. mit 1px x 1px Bild)
    height: 284px;
    */
}

div#container_middle_right_content {
    width: 646px;
    padding: 29px 22px 29px 22px;
}

div#container_footer {
    width: 842px;
    height: 21px;
    padding-top: 20px;
    text-align: center;
    background: #fff;
}

div.fix-div {
    clear: left;
    font: 0px;
}

/* DRUCKANSICHT */
#print_header {
	text-align: center;
	border-bottom: 1px solid #666;
	color: #666;
	padding: 5px;
	margin-bottom: 20px;
}

#print_header_left {
	float: left;
}

#print_header_right {
	text-align: right;
	font-size: 10px;
}

/* FORMULARE */
input, select, textarea { 
	border: 1px solid #666; 
	background-color: #efefef;
    font: 1em Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: #6f5022;
}

input.checkbox {
	border: 0;
	background: transparent;
}

div#page_form_error {
	display: none; 
	color: #f00;
	font-size: 0.833em;
	border: 1px dotted #f00;
	margin-top: 15px;
	padding: 2px;
}

/* TINYMCE */
/* Überschriften */
h1 { 
    color: #c60000; 
    font-size: 2.33em;
    font-weight: normal;
}

h2 { 
    color: #b60418; 
    font-size: 1.17em;
    font-weight: bold;
}

h3 { 
    color: #b60418; 
    font-size: 1em;
    font-weight: bold;
}

/* 2-spaltige Tabelle */
table.table-2-columns {
    width: 646px;
}

td.table-2-columns-cell-1 {
    width: 319px;
}

td.table-2-columns-cell-2 {
    width: 319px;
}

td.table-2-columns-cell-spacer {
    width: 14px;
}

/* 4-spaltige Tabelle */
table.table-4-columns {
    width: 646px;
}

td.table-4-columns-cell-1 {
    width: 151px;
}

td.table-4-columns-cell-2 {
    width: 151px;
}

td.table-4-columns-cell-3 {
    width: 151px;
}

td.table-4-columns-cell-4 {
    width: 151px;
}

td.table-4-columns-cell-blue {
    width: 141px;
    background:  #b7d6e4;
    color: #fff;
    padding: 3px 5px 3px 5px;
    letter-spacing: 0.1em;
}

td.table-4-columns-cell-green {
    width: 141px;
    background:  #d1e083;
    color: #fff;
    padding: 3px 5px 3px 5px;
    letter-spacing: 0.1em;
}

td.table-4-columns-cell-orange {
    width: 141px;
    background:  #f7c28b;
    color: #fff;
    padding: 3px 5px 3px 5px;
    letter-spacing: 0.1em;
}

td.table-4-columns-cell-red {
    width: 141px;
    background:  #d75c69;
    color: #fff;
    padding: 3px 5px 3px 5px;
    letter-spacing: 0.1em;
}

td.table-4-columns-cell-spacer {
    width: 14px;
}

/* Tabelle 3 zu 1*/
table.table-3-to-1 {
    width: 646px;
}

td.table-3-to-1-cell-1 {
    width: 481px;
}

td.table-3-to-1-cell-2 {
    width: 151px;
}

td.table-3-to-1-spacer {
    width: 14px;
}

/* Preis-Tabelle */
table.table-prices {
    width: 100%;
}

table.table-prices th {
    text-align: left;
}

table.table-prices tr.table-prices-row-1 {
    background: #dbe7a0;
}

table.table-prices tr.table-prices-row-2 {
}

/* Linker Bereich */
table.table-left {
    width: 124px;
    text-align: right;
}
