/* CSS Document */
body {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#696060;}

td, tr, th {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#696060;}

a:link, a:visited, a:active, a {color:#696060; text-decoration:none;}
a:hover {text-decoration:underline;}

.page {width:1000px; left:50%; margin-left:-500px; position: absolute;}

.header {width:100%; height:140px; background-image:url(../image/layout/header.gif); background-repeat:no-repeat;}

.navigation { width:100%; border-top:1px solid #000000; border-bottom:1px solid #000000; background-image:url(../image/layout/bg_navigation.jpg); background-repeat:repeat-x; height:22px;}

.menu {margin-left:60px; font-family:Verdana, Arial, Helvetica, sans-serif; margin-top:3px; font-weight:bold;}

.menu a:link, .menu a:visited, .menu a:active, .menu a {color:#696060; text-decoration:none;}
.menu a:hover {text-decoration:underline;}

*html .content {width:500px; min-height:370px; margin-left:60px; margin-top:20px; line-height:17px;}
.content {width:500px; margin-left:60px; margin-top:20px; line-height:17px; margin-bottom:20px;}
	.content h1, .content_breit h1 {color:#696060; font-size:15px;}
	
.content_breit {margin-left:60px; margin-top:20px; margin-bottom:20px;}
*html .content_breit {margin-left:60px; margin-top:20px; min-height:370px;}
	.bilderkasten {width:140px; float:left; margin-right:15px;}

.velotaxi {position:absolute; top:75px; width:350px; height:350px; right:5px;}

.bugaspecial {position:absolute; top:445px; right:120px;}

.footer {width:100%; border-top:1px solid #000000;}

.hotline {margin-left:60px; float:left;}

.partner { margin-top:5px; float:right; margin-right:110px; height:53px; width:426px; background-image:url(../image/layout/partner_bg.jpg); background-repeat:no-repeat; text-align:right;}


.formularlabel {width:150px; float:left;}
.formularinput {width:200px; float:left; margin-bottom:5px;}
	.formularinput input, .formularinput textarea {width:200px; font-size:12px;}
	.formularinput input #submit {width:75px;}
	
	
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
