﻿/* CSS-Layout */

body {
	margin: 0;
	padding: 0;
	background-color:#B5C9FF
}

#left_col {
	width: 100px;
	background-image: url('images/banner_links.jpg');
	position: absolute;
	height:466px;
	left: 0px;
	top: 133px;
}

#right_col {
	width: 100px;
	background-image: url('images/banner_rechts.jpg');
	position: absolute;
	top: 133px;
	height:466px;
	right: 0px;
}

#inhalt {

}
	
#seite {
	position: relative;
	width: 970px;
	margin: 0% auto 0% auto;
	height:605px;
}
#kopfzeile {
	text-align:center;
	background-color:#45728F;
	background-image: url('images/kopfzeile.jpg');
	width:970px;
	height:108px;
	margin:0 auto
}

#navigation {
	background-color:#BFD1FF;
	background-image:url('images/navigation.jpg');
	text-align: center;
	width: 970px;
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#navigation ul {
	padding: 0;
	width: 100%;
	list-style-type: none;
	margin: 0 auto;
}
#navigation a {
	font-family: Bookman Old Style;
	font-size: 13px;
	font-weight: bold;
	height: 17px;
	color: #003366;
	padding: 3px 5px 3px 5px;
	display: block;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #003366;
	text-decoration: none;
}
#navigation a:hover {
	border-left: thin #003366 dotted;
	font-size:14px
}
#navigation a:active {
	color: #003366;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #FFFFFF;
}
#navigation li {
	float: left
}

#mitte{
	background-color:#BFD1FF;
	width: 770px;
	height:439px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	
}
#textbereich{
	background-color: #BFD1FF;
	width: 770px;
	height: 439px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

#fusszeile {
	margin:auto;
	height:27px;
	width:770px;
	background-color:#45728F;
	background-image: url('images/fusszeile.jpg');
	text-align:center
}

#fusszeile ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	margin:0 auto;
	text-align:center
}
#fusszeile a {
	font-family: Bookman Old Style;
	font-size: 13px;
	font-weight: bold;
	height:17px;
	color: #003366;
	margin-top:3px;
	padding: 1px 5px 1px 5px;
	display: block;
	border-top:1px #003366 solid;
	border-bottom:1px #003366 solid;
	text-decoration: none;
}
#fusszeile a:hover {
	font-size:14px;
	border-left: thin #003366 dotted;
}
#fusszeile a:active {
	color: #003366;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #FFFFFF;
}
#fusszeile li {
	float: left
}

#Logo2{
	display:none
}


:link{
	color:#45728F;
	text-decoration:none
}

a:visited { font-weight:bolder; color:#45728F; text-decoration:none; }
a:focus { font-weight:bolder; color:#003366; text-decoration:none; }
a:hover { font-weight: bolder; color: #003366; text-decoration:none; }
a:active { font-weight:bolder; color:#003366; text-decoration:none; }



















