/*grundlagen------------------------------------------------*/

body,td {
	font-family:Verdana,Arial,Helvetica,Geneva,Frutiger,sans-serif;
	font-size:11px;
	color:#777;
	line-height:15px;
	background-color:#fff;
	}
	
p {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
	
/*tanks------------------------------------------------*/

#inhalt {
	text-align:left;
	width:570px;
	border-right:0px dashed;
	background-color:#fff;
	}
	
p.text_23 {width:360px;}
	
/*tabellenzellen------------------------------------------------*/

td.titel {
	border-bottom:#777 1px solid;
	vertical-align:bottom;
	height:75px;
	}

td.bildinfo {
	text-align:top;
	padding-top:11px;
	padding-bottom:15px;
	}

td.line {
	border-bottom:#777 1px dashed;
	height:20px;
	}

td.line_last{
	border-bottom:none;
	height:20px;
	}
	
td.line_solid {
	border-bottom:#777 1px solid;
	}
		
td.text_bottom {
	vertical-align:bottom;
	padding-top:10px;
	}
		
td.text_top {
	vertical-align:top;
	padding-top:20px;
	}

td.text_top_right {
	vertical-align:top;
	text-align:right;
	padding-top:20px;
	}
		
td.text_bottom_0 {
	vertical-align:bottom;
	padding-top:0px;
	}
		
td.text_top_0 {
	vertical-align:top;
	padding-top:0px;
	}

td.text_top_0_right {
	vertical-align:top;
	text-align:right;
	padding-top:0px;
	}

td.text_bottom_0_right {
	vertical-align:bottom;
	text-align:right;
	padding-top:0px;
	}

td.text_bottom_right {
	vertical-align:bottom;
	text-align:right;
	padding-top:20px;
	}
	
td.fusszeile {
	border-top:#777 1px dashed;
	height:20px;
	font-size:9px;
	text-align: center;
	padding-top:2px;
	}

td.backnav {
	float:left;
	padding:8px 0px 10px 0px;
	}
	
td.blaetternav {
	text-align:right;
	padding:10px 0px 10px 0px;
	}	

.auswahlbild {
	border:#777 1px solid;
	}
	
/*rahmen------------------------------------------------*/

.bildrahmen {
	border:#777 1px solid;
	}

/*farben------------------------------------------------*/

.red {
	color:#c00;
	}	

.blue {
	color:#069;
	}	

/*formatierungen------------------------------------------------*/

.right {
	float:right;
	}
	
.titel {
	font-size:16px;
	}	
	
/*navigation------------------------------------------------*/

	
a:link {color:#069;text-decoration:none}
a:visited {color:#069;text-decoration:none}
a:hover {color:#777;text-decoration:none}
/*a:active {color:#069;text-decoration:none}*/

.nav a:link,.nav a:visited {
	background-color:#fff;
	color:#777;
	text-decoration:none;
	float:left;
	padding:1px 0px 1px 0px;
	width:165px;
	/*height:13px;*/	
	vertical-align:top;
	}
	
.nav a:hover, .nav a:active {
	color:#777;
	background-color:#ddd;
	}
	
.nav_bottom {
	border-bottom:#777 solid 1px;
	}
	
.nav_top {
	border-top:none;
	border-bottom:#777 solid 1px;
	}
	
.nav_top_2 {
	border-top:none;
	border-bottom:#777 dashed 1px;
	}
	
#subnav2 {
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:1000; 
	visibility:hidden;
	}


/*formular------------------------------------------------*/

	
button {
	background:#ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	width:22px;
	height:10px;
	border:0;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	}
	
input, textarea {
/*box*/	
	background:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	border:0;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
/*scroll	
	track-color: #000;
	face-color: #000;
	darkshadow-color: #000;
	sshadow-color: #000;
	3dlight-color: #000;
	highlight-color: #000;
	arrow-color: #000;*/
	}
	
.emailadresse {
	background:#fff;
	width:265px;
	height:18px;
	border:#777 solid 1px;
	margin-bottom:18px;
	}
	
.emailbox {
	width:265px;
	height:100px;
	border:#777 solid 1px;
	margin-top:0px;
	margin-bottom:18px;
	}
	
.send {
	background:#fff;
	width:72px;
	height:18px;
	border:#777 solid 1px;
	margin-bottom:18px;
	}