@charset "utf-8";
/* CSS Document */

/* general */

#left {
	width: 247px;
	float: left;
	position: relative;
}

#right {
	width: 753px;
	float: left;
	position: absolute;
	top: 0px;
	left: 247px;
}

#navicont {
	width: 255px;
	height: 498px;
	position: relative;
	float: left;
	background-image: url(../Bilder/layout/navistripe.jpg);
	background-repeat: no-repeat;
}

#contentcont, .alert {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 21px;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	background-color: #13286b;
}


/* container */

#logo, #navi {
	float: left;
	position: relative;
}

#logo {
	width: 247px;
	height: 260px;
	background-image: url(../Bilder/layout/lay_01.jpg);
}

#navi {
	width: 237px;
	padding-left: 10px;
	background-image: url(../Bilder/layout/lay_07.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#head, #marquee-stripe, #filler, #contentcont, #bottom {
	width: 753px;
	position: relative;
	float: left;
}

#head {
	height: 102px;
	background-image: url(../Bilder/layout/lay_02.jpg);
}

#marquee-stripe {
	height: 51px;
	background-image: url(../Bilder/layout/lay_03.jpg);
}

#marquee {
	width: 745px;
	height: 36px;
	padding-right: 8px;
	padding-top: 15px;
	background-image: url(../Bilder/layout/lay_03.jpg);
	background-position: top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #b9005e;
	vertical-align: bottom;
}

#filler {
	height: 35px;
	background-image: url(../Bilder/layout/lay_04.jpg);
}

#contentcont {
	height: auto;
	min-height: 310px;
	background-image: url(../Bilder/layout/lay_05.jpg);
	background-repeat: repeat-y;
}

#bottom {
	height: 20px;
	background-image: url(../Bilder/layout/lay_08.jpg);
	background-position: top;
}

.footer {
	width: 100%;
	height: 15px;
	clear: both;
}

