/* CSS Document */


#maindiv {
	position: absolute;
	z-index: 2;
	background-image:url(img/bg_headerstreifen.jpg);
	background-repeat:repeat-x;
	background-position: 277px 0px;
	width: 100%;
}

#headerdiv {
	position: relative;
	width: 100%;
	height: 230px;
	vertical-align:bottom;
	background-image:url(img/header_seebuslogo.jpg);
	background-repeat:no-repeat;
	z-index: 5;
}

.headerbild {
	position: absolute;
	bottom: 0px;
	left: -37px;
	border-right: 1px solid #fff;
}

#navdiv {
	position: absolute;
	bottom: 0px;
	left: 180px;
	z-index: 100;
}


#bodydiv {
	position: relative;
	width: 100%;
	top: 0px;
	z-index: 3;
}

#columnleft {
	position: relative;
	width: 140px;
	height: 300px;
	top: 0px;
	padding: 15px 20px;
	float:left;
	z-index: 3;
}

#columnmiddle {
	position: relative;
	width: 480px;
	float:left;
	left: 0px;
	padding: 15px;
	margin: 0px 0px 50px 0px;
	z-index: 3;
}

#index #columnright {
	position: relative;
	width: 210px;
	float:left;
	border-left: 1px solid #dce6ee;
	border-right: 1px solid #dce6ee;
	z-index: 3;
}

#columnright {
	position: relative;
	width: 210px;
	float:left;
	z-index: 3;
}

#index #adressdiv {
	margin-bottom: 0px;
}

#adressdiv,
#adressdiv2 {
	background-color: #dce6ee;
	padding: 15px;
	z-index: 3;
	margin-bottom: 5px;
}

#linksdiv {
	border-bottom: 1px solid #dce6ee;
	padding: 15px;
	z-index: 3;
}

#infolinediv {
	background-image:url(img/infoline_seebus.jpg);
	background-repeat:no-repeat;
	width: 208px;
	height: 150px;
}

.column01,
.column02,
.column03,
.column04 {
	float:left;
	width: 50%;
	margin: 0px 0px 20px 0px;
}




/* ########## fahrplan ########## */

#navfahrplan {
	position: absolute;
	bottom: 0px;
	left: 690px;
	line-height: 2em;
	background-image:url(img/bg_fahrplannav.jpg);
	background-repeat:repeat-x;
}

#navfahrplan span {
	color: #fff;
	font-weight: bold;
	padding: 0em 0em 0em 1em;
	display:block;
	float:left;
}

#navfahrplan img {
	padding: 0.25em 14px 0.25em 10px;
	display:block;
	float:left;
}

#fahrplandiv {
	margin-bottom: 15px;
	z-index: 3;
}

#fahrplandiv th {
	text-align: left;
}




/* ########## admin ########## */

#logindiv {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 30px;
	background-color: #d60000;
	padding: 0px;
	display:none;
	z-index: 200;
}

#admindiv {
	position: absolute;
}

#loginbutton {
	position: absolute;
	top: 0px;
	cursor:pointer;
	z-index: 20;
}

