/***********************************************/
/* HTML                                        */
/***********************************************/ 

body{
	background-color: #ffffff;
	background-image: url(gfx/hintergrund.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	line-height: 1.166;	
	margin:0px auto;
	padding: 0px;
	font-size: 12px;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 160%;
 color: #EA8E22;
 margin: 0px 0px 30px 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 140%;
 color: #CC6600;
 margin: 0px 0px 20px 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 130%;
 color: #CC6600;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #CC6600;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 110%;
 color: #CC6600;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #CC6600;
 margin: 0px;
 padding: 0px;
}



/***********************************************/
/* Layout                                      */
/***********************************************/

#ganzeSeite{
	padding: 4px 4px 15px 4px;
	border: 1px solid #cccccc;
	background-color: #4C4C4C;
	width: 950px;																	/* Ganze Webseite Breite */
	margin: 0px auto; 																/* Ganze Webseite zentrieren */
}

#leisteOben{
	/*background-image: url(bilder/logo-oben.gif);*/
	border: 1px solid #cccccc;
	font-size: 11px;
	color: #FFFFFF;
}

#inhalt{
	border-right: 1px solid #cccccc;
	padding: 10px;
	background-image: url(bilder/bg-inhalt.jpg);
}

#navigation{
	padding: 2px 2px 2px 2px;
}
#navigation ul{
	list-style-image: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navigation li {border-bottom: 1px solid #4C4C4C;}

/* fix for browsers that don't need the hack */
html>body #navigation li {border-bottom: none;}

#navigation a{
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	}
#navigation a:hover{
	text-decoration: underline;
	background-color: #000000;
	}



#logo-unten{
	clear: both;
	background-image: url(bilder/logo-oben.gif);
	height: 130px;
	border: 1px solid #cccccc;
	font-size: 11px;
	color: #000000;
}

#linkHinweis{
	font-size: 9px;
	color: #333333;
	padding: 3px 10px 3px 10px;
}


.td_navi{
	background-image: url(bilder/bg-navi.jpg);
	background-color: #222222;
	border-left: 1px solid #cccccc;
}
.td_inhalt{
	background-color: #292929;
	border-left: 1px solid #cccccc;
}

.td_pic-top{
	background-image:url(../just/gfx/tabelle-oben.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 254px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
}
.td_pic-mid{
	background-image:url(../just/gfx/tabelle-mitte.gif);
	background-repeat: repeat-y;
}
.td_pic-text{
	background-image:url(../just/gfx/tabelle-mitte.gif);
	background-repeat: repeat-y;
	width: 254px;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: top;
	padding: 7px;
}
.td_pic-bot{
	background-image:url(../just/gfx/tabelle-unten.gif);
	background-repeat: no-repeat;
	width: 254px;
	height: 6px;
}


.bg-navi{
	font-size: 16px;
}
.bg-navi-rot a:link, .bg-navi-rot a:visited, .bg-navi-rot a:hover {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

.bg-kl-navi{
	font-size: 12px;
}
.bg-kl-navi-rot a:link, .bg-kl-navi-rot a:visited, .bg-kl-navi-rot a:hover {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

.tabelleRahmen{
	border: 2px solid #FFFFFF;
}
.kontaktRahmen{
	border: 2px solid #FFFFFF;
	padding: 10px;
}

.textROT{
	color: #FF0000;
}

/* SIMPLEGALLERY */
#rahmen_simplegallery1{
border: 10px solid #ffffff;
padding: 1px;
}
#simplegallery1{ //CSS for sample Gallery
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 1px solid black;
}
