@import url(clear.css);

.head {
	position: absolute;
	top: 0px;
	height: 88px;
	width: 100%;
	background: transparent url(../images/logo.gif) center no-repeat;
	border-top: 6px solid #1b4a7c;
	border-bottom: 4px solid #1b4a7c;
}

.menuContainer {
	position: absolute;
	top: 98px;
	left: 0%;
	width: 100%;
	border-top: 2px solid #1b4a7c;
}

.menu {
	/* Der eine Pixel mehr ist um beim Anklicken die Scrollbar zu vermeiden */
	width: 410px; /* +100 pro neuem Menupunkt */	
	height: 28px;
	z-index: 0;
	text-align: center;
}

.menu ul {
	overflow: auto;
	padding: 0px;
	margin: 0px;

}

.menu ul li a {
	display: block;
	padding: 5px 0px 5px 0px;
	margin: 2px 0px 5px 0px;
}

.menu ul li {
	float: left;
}

.menu li {
	display: inline;
	width: 100px;
}

.menu li a {
	font-size: 12px;
	width: 100px;
	height: 12px;
}

.menu a {
	font-weight: bold;
	font-size: 12px;
	color: #1b4a7c;

}

.menu a:hover {
	color: #b30916;
}

.menu .selected a {
	color: #b30916;
	border-bottom: 0px solid #1b4a7c;
}

.menuLine {
	z-index: 1;
	position: relative;
	top: -2px;
	width: 100%;
	border-top: 2px solid #1b4a7c;
}

.stempelContainer {
	position: relative;
}

.stempel {
	width: 220px;
	height: 175px;
	position: absolute;
	left: 600px;
	top: -100px;

	background: transparent url(../images/stempel.gif) center no-repeat;
	z-index: 10;
}

.contentContainer {
	position: absolute;
	top: 140px;
	width: 100%;
}

div.shadow, div.shadow2, div.shadow3, div.shadow4, div.shadow5 {
	padding: 1px;
	/*border-radius: 5px;*/
}

div.shadow {
	background-color: #8e8e8e;
	border: 1px solid #959595;
	margin: 0px;
}

div.shadow2 {
	background-color: #aaa;
	border: 1px solid #bebebe;
	margin: 0;
}

div.shadow3 {
	background-color: #d1d1d1;
	border: 1px solid #e1e1e1;
	margin: 0;
}

div.shadow4 {
	background-color: #ededed;
	border: 1px solid #f6f6f6;
	margin: 0;
}

div.shadow5 {
	width: 800px;
	background-color: #fcfcfc;
	border: 1px solid #fff;
}

.imageSlide {
	position: absolute; 
	top: 0px; 
	left: 0px;
}

.startpageCaption {
	width: 480px;
	position: absolute;
	top: 395px; 
	left: 152px;
	color: #000; 
	line-height: 20px; 
	text-align: left; 
	margin-right: 5px; 
	font-size: 11px;
	text-align: center;
}

.startpageText {
	width: 760px;
	position: absolute;
	top: 0px; 
	left: 0px;
	color: #000; 
	line-height: 20px; 
	text-align: left; 
	margin-right: 5px; 
	font-size: 17px;
	text-align: center;
}

.error {
	border-color: red;
	border-style: solid;
}

.content {
	text-align: left;
	width: 760px;
	min-height: 300px;
	background-color: #FFFFFF;
	padding: 12px;

	border: 0px solid #666;
	margin: 0;
	display: block;
}

.content a {
	color: #1b4a7c;
	font-weight: bold;
	/*background: transparent url(../images/quadrat.jpg) no-repeat;
	background-position: 100% 65%;
	padding-right: 7px;*/
}

.content a:hover {
	color: #b30916;
}

.content ul {
	list-style-image: url(../images/quadrat.jpg);
	margin-left: 14px;
}

.content ul li {
	margin-bottom: 10px;
}

.picture {
	float: right;
	margin-left: 20px;
}

.picture img {
	border: 1px solid #1b4a7c;
}

.footContainer {
	position: relative;
	bottom: 0px;
	width: 100%;
}

.foot {
	border-top: 1px solid #1b4a7c;
	width: 800px;
	margin-top: 5px;
	padding-top: 5px;
	text-align: left;
}

.foot p {
	font-size: 10px;
	letter-spacing: 2px;
}

.foot ul {
	padding: 0px;
	margin: 0px;
}

.foot ul li a {
}

.foot ul li {
}

.foot li {
	display: inline;
	padding-right: 8px;
	margin-right: 10px;
	background: transparent url(../images/quadrat.jpg) no-repeat;
	background-position: 100% 65%;
}

.foot a {
	font-weight: bold;
	font-size: 10px;
	color: #1b4a7c;
	background-position: 100% 50%;

}

.foot a:hover {
	color: #b30916;

}

/* ========================================================= */


