

/* SCROLLBAR einfärben 

	scrollbar-base-color = Basisfarbe der Scroll-Leiste
	scrollbar-3dlight-color = Farbe für 3D-Effekte
	scrollbar-arrow-color = Farbe für Verschiebepfeile
	scrollbar-darkshadow-color = Farbe für Schatten
	scrollbar-face-color = Farbe für Oberfläche
	scrollbar-highlight-color = Farbe für oberen und linken Rand
	scrollbar-shadow-color = Farbe für unteren und rechten Rand
	scrollbar-track-color = Farbe für freibleibenden Verschiebeweg
	
	overflow:hidden; 
*/

body { 
		 background-color: #ffffff; 
		 
		 scrollbar-base-color: #8b888f;
		 scrollbar-arrow-color: #8b888f;
		 scrollbar-3dlight-color: #e5e5e5;
		 scrollbar-darkshadow-color: #e5e5e5;
		 scrollbar-face-color: #8b888f;
		 scrollbar-highlight-color: #8b888f;
		 scrollbar-shadow-color: #8b888f;
		 scrollbar-track-color: #e5e5e5;
	 }
	 
/* 	 overflow: hidden;
	 
*/

.bilderrahmen {
		border-style:solid; 
		border-color:#ffffff;
		border-width:1px;
		}

.linie_bottom {
		border-bottom:1px groove #ffffff;
		}
		
.linie_rechts {
		border-right:1px groove #ffffff;
		}

/*________________________________NAVI____________________________*/


.table-navi_li {
	/* hintergrundfarbe */ 
		background-color: #9cbece;
		}
		
.table-navi_re {
	/* schrift */ 
		color: #ffffff;
		font-weight: bolder;
		font-size: 14px; 
		font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular;
	/* hintergrundfarbe */ 
		background-color: #357a9b;
		}
		
	/* NAVIGATION-link */
a.navi:link         { color: #ffffff; text-decoration: none; cursor:pointer; cursor:hand}
a.navi:visited     	{ color: #ffffff; text-decoration: none; cursor:pointer; cursor:hand}
a.navi:hover   		{ color: #ff9c00; text-decoration: none; cursor:pointer; cursor:hand}
a.navi:alink   		{ color: #ffffff; text-decoration: none; cursor:pointer; cursor:hand}
	
	
	
		
/*________________________________MAIN____________________________*/


.table-main {
	/* hintergrundfarbe */ 
		background-color: #ff9c00;
		}
		
.headline {
		FONT-SIZE: 18px;
    	FONT-WEIGHT: lighter; 
		COLOR: #000000; 
		FONT-FAMILY: Verdana;
		}

.main {
		FONT-SIZE: 12px;
    	FONT-WEIGHT: lighter; 
		COLOR: #000000; 
		FONT-FAMILY: Verdana;
		}		

.unterline  {
		color: #006b1d; 
		font-weight: lighter; 
		font-size: 14px; 
		font-family: Verdana;
		}
		
.headline_smart {
		FONT-SIZE: 14px;
    	FONT-WEIGHT: bold; 
		COLOR: #8a0909; 
		FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		}
				
.unterline_bold  {
		color: #006b1d; 
		font-weight: bolder; 
		font-size: 14px; 
		font-family: Verdana;
		}
			

	/* MAIN-link */
	
a.main:link         { color: #100aff; text-decoration: none; cursor:pointer; cursor:hand}
a.main:visited     	{ color: #100aff; text-decoration: none; cursor:pointer; cursor:hand}
a.main:hover   		{ color: #100aff; text-decoration: none; cursor:pointer; cursor:hand}
a.main:alink   		{ color: #100aff; text-decoration: none; cursor:pointer; cursor:hand}

	 

/*________________________________FORMMAIL____________________________*/


.eingabefeld_1 { 
		width: 300px;
		border: 1px solid #8b888f; 
		background: #ffffff
		}
		
.eingabefeld_2{ 
		width: 149px;
		border: 1px solid #8a0909; 
		background: #ffffff
		}

.eingabefeld_3{ 
		width: 50px;
		border: 1px solid #8a0909; 
		background: #ffffff
		}

.textarea {
		width: 300px;
		background-color: #ffffff;
		border: 1px solid #8a0909;
		}
		
.senden {
		color: #ffffff; 
		font-weight: bold; 
		font-size: 11px; 
		font-family: Verdana;
		border-style:solid; 
		border-color:#ffffff; 
		border-width:1px;
		background-color: #77bc47; 
		color: #ffffff;
		}


/*________________________________foto_galerie____________________________*/



#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	/*background-color: #CCCCCC;*/
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

a 			{ color: #000; text-decoration: none; font-weight:normal;} 
a:hover		{ color: #000; text-decoration: underline; }

.userAlert{
	float:right;

}


/* title frame */

.titleContent { padding: 6px 0 6px 6px; }

.banner
{
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #333;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:0.9em;
}

.banner .email{
	font-weight:bold;
}

/* index frame */

.indexContent {
	width:95%;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {
	font-size: 11px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #000;
}

.indexInfo .date {
	color: #666;
}

/* file info */

#imageInfo{
	width: 461px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 6px 0 6px;
}

.content {
	font-size:11px;
/*	color: #333333;*/

	padding-top:6px;
	padding-bottom:6px;
}

.header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

.contentLast {
	font-size:11px;
/*	color: #333333;*/
	padding-top:6px;
}

/* feedback */

.feedback {
	width: 461px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 6px 6px 0 6px;
}

.checkBoxText
{
	font-size: 11px;
	color: #000000;
}
.button {
	font-weight:bold;
	font-size: 11px;
	color:#ffffff;
	width:100%;
	background-color:#D6BA8B;
}
	





