body {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1b2f42;
	background-image: url(img/bgTop.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
.clearer {
	clear: both;
}
img {
	border: 1px solid #e6ede6;
	padding: 4px;
}
/* ----------------------- HEAD --------------------------------------*/
#head {
	background-image: url(img/headBg.gif);
	width: 995px;
	height: 243px;
	margin: 0px auto;
}
#head #title {
	padding: 5px 0px 4px 91px;
	font-size: 13px;
	font-weight: bold;
	color: #06549b;
}
#head #bild {
	margin-left: 82px;
	width: 845px;
	height: 171px;
	background-image: url(img/head.jpg);
	background-repeat:no-repeat;
}
#head #logo {
	margin-left: 25px;
	margin-top: 22px;
	width: 69px;
	height: 63px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	float: left;
}
#head #seitentitel {
	margin-left: 24px;
	margin-top: 30px;
	width: 500px;
	height: 90px;
	font-variant: small-caps;
	font-size: 35px;
	font-weight: normal;
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	color: #3e85c8;
	float: left;
}
/* ----------------------- NAVIGATION --------------------------------------*/
#navi {
	margin-left: 82px;
	width: 843px;
	height: 30px;
	background-image: url(img/bgNavi.gif);
	background-repeat: repeat-x;
	border: 1px solid #06549b;
}
.unaviBox {
	width: 140px;
}
.unavi {
	border-bottom: 1px dashed #06549b;
	padding: 5px;
}
.unaviLast {
	padding: 5px;
}
.unavi a, .unaviLast a {
	color: #06549b;
	text-decoration: none;
	font-size: 16px;
}
.button {
	width: 140px;
	height: 26px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	float: left;
	border-right: 1px solid #06549b;
}
.button:hover {
	width: 140px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	background-image: url(img/bgNaviRo.gif);
	background-repeat: repeat-x;
	float: left;
}
.button a {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
}
/* ----------------------- MAIN --------------------------------------*/
#main {
	width: 995px;
	background-image: url(img/bgMain.gif);
	min-height: 720px;
	margin: 0px auto;
}
#content {
	float: left;
	margin: 0px 0px 100px 106px;
	width: 575px;	
}
h1 {
	padding: 0px;
	font-family: Cambria; Georgia, "Times New Roman", Times, serif;
	color: #06549b;
	font-variant: small-caps;
	font-size: 22px;
	border-bottom: 1px dashed #d3d8d3;
	font-weight: normal;
}
#teaser {
	float: left;
	margin: 26px 0px 100px 20px;
	width: 205px;
	background-color: #FFCCFF;
	padding: 0px;
}
#teaser .boxHead {
	width: 205px;
	height: 33px;
	text-align: right;
	background-image: url(img/teaserTitle.jpg);
	background-repeat: no-repeat;
}
#teaser .box {
	width: 197px;
	border-right: 1px solid #e6ede6;
	border-left: 1px solid #e6ede6;
	border-bottom: 1px solid #e6ede6;
	background-color: #fffeed;
	font-size: 12px;
	padding: 3px;
}
#teaser .boxTitle {
	font-size: 20px;
	color: #06549b;
	font-style: italic;
	font-weight: normal;
	padding: 10px 3px 0px 0px;
}
/* ----------------------- FOOT --------------------------------------*/
#foot {
	position: fixed;
	bottom: 0px;
	z-index: 50;
	width: 100%;
	background-image: url(img/bgBottom.gif);
	background-repeat: repeat-x;
	height: 93px;
	clear: both;
}
#footBg {
	background-image: url(img/footBg.gif);
	background-repeat: no-repeat;
	height: 93px;
	width: 995px;
	margin: 0px auto;
}
#footer {
	padding: 10px 0px 0px 106px;
	color: #06549b;
}
#breadcrumb {
	font-size: 14px;
}
#copy {
	margin-top: 25px;
	font-size: 12px;
}
#footer a {
	color: #06549b;
	text-decoration: none;
}
#footer a:hover {
	color: #06549b;
	text-decoration: underline;
}