body{
	background: #878787;
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
    margin: 0px;
    font-size: 11px;
	
}

/* Seitenlayout mit DIVs */
#wrapper {
	background: #D0D0D0;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
}

#top {
	background-image: url(../../_grafik/kacheln.gif);
	background-repeat: repeat;
	height: 80px;
}

#top img.logo1 {
	margin-left: 10px;
	margin-top: 10px;	
}

#top img.logo2 {
	margin-left: 410px;
	margin-top: 5px;
}

#title {
	background: #D0D0D0;
	height: 10px;
	padding-left: 100px;
}

#navigation {
	width: 166px;
	float: left;
	}

#content {
	background:#FFFFFF;
	min-height:400px;
	height:auto !important;
	height:400px;
	float: right;
	width: 574px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
#bottom {
	background: #D0D0D0;
	height: 20px;
	clear: both;
	}

/* Navigation */
/*erste Menü-Ebene */

#menu1 {
        width: 166px;
        border-style: none solid;
        border-width: 0px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FFFFFF;
        }
		
#menu1 ul, #menu2 ul, #menu3 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

#menu1 li a {
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 15px;
          padding-bottom: 0px;
		  padding-left: 12px;
		  padding-right: 8px;
		  padding-top: 2px;
          text-decoration: none;
		  text-align: left;
		  border-top-width: 1px;
		  border-top-style: solid;
		  border-top-color: #FFFFFF;
		 }

#menu1 li a:link, #menu1 li a:visited {
        color: #5a5a5a;
        display: block;
        background: url(../../_grafik/nav_level1.gif);
        }

#menu1 li a:hover {
        color: #5a5a5a;
        background: url(../../_grafik/nav_level1.gif) 0 -17px;
        text-decoration: underline;
		}
		
#menu1 li #current {
        color: #777;
        background: url(../../_grafik/nav_level1.gif) 0 -34px;
		font-weight: bold;
        }

#menu1 li a:active {
        color: #777;
        background: url(../../_grafik/nav_level1.gif) 0 -51px;
        }
/*zweite Menü-Ebene */
#menu2 {
        width: 166px;
        border-style: none solid;
        border-width: 0px;
        }

#menu2 li a {
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 15px;
          padding-bottom: 0px;
		  padding-left: 24px;
		  padding-right: 8px;
		  padding-top: 2px;
          text-decoration: none;
		  text-align: left;
		  border-top-width: 1px;
		  border-top-style: solid;
		  border-top-color: #FFFFFF;
		 }

#menu2 li a:link, #menu2 li a:visited {
        color: #5a5a5a;
        display: block;
        background: url(../../_grafik/nav_level2.gif);
        }

#menu2 li a:hover {
        color: #5a5a5a;
        background: url(../../_grafik/nav_level2.gif) 0 -17px;
        text-decoration: underline;
		}
		
#menu2 li #current {
        color: #777;
        background: url(../../_grafik/nav_level2.gif) 0 -34px;
		font-weight: bold;
        }

#menu2 li a:active {
        color: #777;
        background: url(../../_grafik/nav_level2.gif) 0 -51px;
        }

		
/*dritte Menü-Ebene */
#menu3 {
        width: 166px;
        border-style: none solid;
        border-width: 0px;
        }

#menu3 li a {
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 15px;
          padding-bottom: 0px;
		  padding-left: 36px;
		  padding-right: 8px;
		  padding-top: 2px;
          text-decoration: none;

		  text-align: left;
		  border-top-width: 1px;
		  border-top-style: solid;
		  border-top-color: #FFFFFF;
		 }

#menu3 li a:link, #menu3 li a:visited {
        color: #5a5a5a;
        display: block;
        background: url(../../_grafik/nav_level3.gif);
        }

#menu3 li a:hover {
        color: #5a5a5a;
        background: url(../../_grafik/nav_level3.gif) 0 -17px;
        text-decoration: underline;
		}
		
#menu3 li #current {
        color: #777;
        background: url(../../_grafik/nav_level3.gif) 0 -34px;
		font-weight: bold;
        }

#menu3 li a:active {
        color: #777;
        background: url(../../_grafik/nav_level3.gif) 0 -51px;
        }

/* Schriftformate */

/* PINCZUK-ROT: #ED1C24   */
#content {
	line-height: 16px;
}

#content h1 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D0D0;
}

#content h2 {
	font-size: 14px;
	}
	
#content h3 {
	font-size: 11px;
	}
#content p {
	line-height: 16px;	
	}

#content hr{
	background-color:#D0D0D0; /* Mozilla 1.4 */
	color:#D0D0D0; /* IE 6 */
	border: #D0D0D0; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

#content ul {
    margin: 4px 10px 16px 20px;
    padding: 0;
    list-style: none;
	}

#content ul li{
	margin: 0 0 .5em 0;
    padding: 0 0 0 20px;
	line-height: 16px;
    background: url(../../_grafik/bullet_pos.gif) no-repeat 0 5px;
	}
	
#content ul li ul{
    margin: 4px 10px 10px 20px;
    padding: 0;
    list-style: none;
	}

#content ul li ul li{
	margin: 0 0 .5em 0;
    padding: 0 0 0 20px;
	line-height: 16px;
    background: url(../../_grafik/bullet_neg.gif) no-repeat 0 5px;
	}

#content ol {
	list-style-type: decimal;	
	}
	
#content ol li, #content ol li ol li{
	margin: 0 0 .5em 0;
	line-height: 16px;
	}
	
#content ol li ol{
	list-style-type: lower-alpha;		
	}
	
#content a:link, a:hover{
	color: #ED1C24;
	}
	
#content a:visited {
	color: #B40E16;
	}
	
#content table {
	width: 574px;
	margin: 0px 0px 16px 0px;
	border: 0px none #D0D0D0;
	border-collapse: collapse;
	}

#content th {
	background: #D0D0D0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	line-height: 1.2;
}

#content td {
	padding: 6px 11px;
	border-bottom: 1px solid #D0D0D0;
	vertical-align: top;
}

#content tr:hover td {
	background: #E1E1E1;
}

#content tr.portrait:hover td {
	background: #FFFFFF;
	}
	
#content td.portraitbild {
	width: 130px;
	padding: 17px 0px 0px 0px;
	}
	
#content td.portraittext {
	padding: 6px 0px;
	text-align: left;
	}
	
#content td.portraittext h3 {
	padding: 0px 0px 0px 0px;
	}

#content table.kontakt {
	border: 0px none;
	}

#content table.kontakt td{
	border-bottom: none;
	}
	
#content td.kontaktfeld input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
    margin: 0px;
    font-size: 11px;
	width: 250px;
	}
	
#content tr.kontakt:hover td {
	background: #FFFFFF;
	}

#content td.kontakttext {
	width: 65px;	
	}
#content td.kontaktfeld input.button {
	width: 123px;
	}

#content td.kontaktfeld input.small {
	width: 46px;
	}

#content td.kontaktfeld input.large {
	width: 197px;
	}

#content td.kontaktfeld textarea {
	height: 100px;
	}

#content td.kontaktfeld select {
	width: 55px;
	}
	
/**  Kalkulation **/

#content table.kalkulation {
	border: 0px none;
	}

#content table.kalkulation td{
	border-bottom: none;
	}
	
#content td.kalkulation input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
    margin: 0px;
    font-size: 11px;
	width: 250px;
	}
	
#content td.kalkulationfeld input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
    margin: 0px;
    font-size: 11px;
	width: 250px;
	}
	
#content tr.kalkulation:hover td {
	background: #FFFFFF;
	}

#content td.kalkulationdroptext {
	width: 135px;	
	}

#content td.kalkulation select {
	width: 100px;
	}

#content td.kalkulationfeld {
	width: 25px;	
	}

#content td.kalkulationfeld input {
	width: 25px;
	margin-left:0px;
	}
	
#content td.kalkulationfeld input.Check {
	margin-left:-6px;
	}
	
#content td.kalkulation input.button {
	width: 123px;
	}





/** Ende Kalkulation **/

	

#bottom a {
	text-decoration: none;
	line-height: 20px;
	}
	
#bottom a:link, a:visited {
	color: #5A5A5A;
	}

#bottom a:hover {
	color: #FFFFFF;	
	}

#bottom a.print {
	margin-left: 606px;
	padding: 0 0 0 14px;
	background-image: url(../../_grafik/print.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	}
	
#bottom a.print:hover {
	background-image: url(../../_grafik/print_neg.gif);
	}

#bottom a.normal {
	color:#FFFFFF; 
	margin-left: 15px;
	font-size: 11px;
	font-weight: bold;
	}

#bottom a.large {
	margin-left: 3px;
	font-size: 16px;
	font-weight: bold;
	}

#bottom a.top {
	margin-left: 15px;
	padding: 0 0px 0 12px;
	background-image: url(../../_grafik/top.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	}

#bottom a.top:hover {
	background-image: url(../../_grafik/top_neg.gif);
	}

	
/*BILDER*/
img {
	border: none;
	}

a img {
	border: none;
	}

#content img.standard {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;		
	}

/*Galerie*/
#content img.hochformat {
	padding: 0px 26.5px;
	background:#E1E1E1;
	
	}
	
#content img.querformat {
	
	}
	
#content div.miniaturbild {
	margin: 10px 10px 0px 0px;
	float: left;	
	}

#content div.bildernavigation {
	text-align: center;	
	margin: 0px 0px 10px 0px;
	}

#content div.miniaturnavigation {
	text-align: center;	
	clear: both;
	padding: 10px 0px 0px 0px;
	}
	
/* KLASSEN IM WYSIWYG*/
.fett {
	font-weight: bold;
	}	

.kursiv {
	font-style: italic;
	}	

.hochgestellt {
	font-size: 9px;
	vertical-align: super;
	}	

.tiefgestellt {
	font-size: 9px;
	vertical-align: sub;
	}	