/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	background-color: #666666;
	text-align: center;
}
a:active {
	font-family: "Futura Lt BT", "Verdana", "Arial";
	color: #db5101;
	text-decoration: none;
}
a:link {
	font-family: "Futura Lt BT", "Verdana", "Arial";
	color: #db5101;
	text-decoration: none;
}
a:hover {
	font-family: "Futura Lt BT", "Verdana", "Arial";
	color: #db5101;
	text-decoration: none;
}
a:visited {
	font-family: "Futura Lt BT", "Verdana", "Arial";
	color: #666666;
	text-decoration: none;
}
h1 {
	font-family: "Futura Lt BT", "Verdana", "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.body2 {  font-family: "Futura Lt BT","Verdana","Arial"; font-size: 14px; color: #333333; text-align: right}
.body_gr {
	font-family: "Futura Lt BT", "Verdana", "Arial";
	font-size: 16px;
	color: #333333;
}
.galerie_beschr {  font-family: "Futura Lt BT","Verdana","Arial"; font-size: 14px; color: #333333}

.scrollbar {
	 scrollbar-3dlight-color:white;
     scrollbar-arrow-color:tomato;
     scrollbar-base-color:white;
     scrollbar-darkshadow-color:white;
     scrollbar-face-color:#f8f8f8;
     scrollbar-highlight-color:#d8d8d8;
     scrollbar-shadow-color:#d8d8d8;
	 scrollbar-track-color:white;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#inhalt {
	margin: auto;
	width: 820px;
	text-align: left;
	background-color: #fff; 
	padding-bottom: 0px;
	}
#title {
	text-align: right;
	padding-top: 70px;
	float: left;
	width: 220px;
	}

#bottom{
	clear: both;
	background-image: url(../images/logo_unten.jpg);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 118px;
}
#hauptnav {
	float: right;
	/*width: 500px;*/
	text-align: right;
	line-height: 20px;
	padding-right: 80px;
	/*word-spacing: 20px;
	vertical-align: baseline;*/
	font-family: "Futura Lt Bt", "Verdana", "Arial";
	/*font-size: 1.0em;*/
	font-size: 16px;
	padding-top: 0px;
}
#linkeSpalte {
	background-image: url(../images/logo_oben.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 250px;
	width: 270px;
	z-index: -3;
	float: left;
	clip: rect(auto,auto,0px,auto);
}
#rechteSpalte {
	float:right;
	padding-top: 70px;
	padding-right:40px;
	width: 460px;
	font-family: "Futura Lt Bt", "Verdana", "Arial";
	font-size: 16px;
	z-index: 2;
}
#navlist ul
{
	clear: both;
	margin-left: 0;
	padding-left: 0;
	/*white-space: nowrap;*/
}

#navlist li
{
	display: inline;
	list-style-type: none;
	/*padding left: 20px;
	margin-left: 20px;*/
}
#navlist a { padding-right: 30px; }

#navlist a:link, #navlist a:visited
{
color: #333;
text-decoration: none;
}

#navlist a:hover
{
color: #db5101;
text-decoration: none;
}
#bildleiste
{ 
padding-top:60px;
padding-left: 20px; 
z-index: 4;
}.body1 {
font-family: "Futura Lt BT","Verdana","Arial"; font-size: 14px; color: #333333}
