/*Seitenaufbau*/
body {
	margin:0px;
	background-image:url(../images/background.gif);
}

#container {
	margin:0px auto;
}

#shadowbox {
	width:636px;
	height:789px;
	background-image:url(../images/shadow.gif);
}

#head {
	width:629px;
	height:146px;
	float:left;
	background-image:url(../images/head.gif);
	border-bottom:solid 1px #004D91;
}

#sidebar {
	width:31px;
	height:608px;
	float:left;
	background-image:url(../images/sidebar.gif);
}

#menukasten {
	width:125px;
	height:608px;
	float:left;
	background-color:#FBF1D5;
}

.button {
	width:125px;
	height:21px;
	float:left;
	font-family:Trebuchet MS;
	font-size:13px;
	color:#004D91;
	background-color:#FBF1D5;
	border-bottom:solid 1px #004D91;
	display:block;
}

.inactive {
	text-indent:11px;
	font-family:Trebuchet MS;
	font-size:13px;
	color:#004D91;
	line-height:21px;
	background-color:#FEFBF4;
}



#innershadow {
	width:5px;
	height:608px;
	float:left;
	background-image:url(../images/innershadow.gif);
}

#content {
	width:452px;
	height:607px;
	float:left;
	margin-left:16px;
	background-color:#FFFFFF;
}

#footer {
	width:629px;
	height:23px;
	float:left;
	font-family:Trebuchet MS;
	font-size:11px;
	text-align:right;
	color:#004D91;
	background-color:#FCF5E1;
	border-top:solid 1px #004D91;
}

#footerlink {
	color:#004D91;
	text-decoration:none;
	line-height:22px;
}


/*Text- und Bildformatierung*/

a.menu {
	text-indent:11px;
	font-family:Trebuchet MS;
	font-size:13px;
	color:#004D91;
	text-decoration:none;
	line-height:21px;
	display:block;
}

a.menu:hover {
	display:block;
	background-color:#FEFBF4;
}

.headimage {
	width:125px;
	height:95px;
	border: solid 1px #004D91;
	margin-top:23px;
	margin-right:20px;
	float:left;
}

.headline {
	font-family:Trebuchet MS;
	font-size:20px;
	color:#004D91;
	float:right;
	margin-top:17px;
	margin-bottom:3px;
	border-bottom: dotted 1px #004D91;
	width:305px;
}

.fliesstext {
	font-family:Trebuchet MS;
	font-size:12px;
	color:#333;
	border-right: solid 10px #fff;
}	

.input {
	height:10px;
	font-family:Trebuchet MS;
	font-size:9px;
	width:200px;
	border: solid 1px #004D91;
	color:#333;
	background-image:url(../images/inputshadow.gif);
	background-position: -1px -1px;	
}

textarea {
	width:432px; 
	height:147px;
	padding-left:6px;
	padding-top:3px;
	border: solid 1px #004D91; 
	font-family:Trebuchet MS; 
	font-size:11px;
	color:#333;
	background-image:url(../images/inputshadow.gif);
}

.formbutton {
	width:85px;
	font-family:Trebuchet MS;
	font-size:11px;
	border: solid 1px #004D91;
	color:#FFF;
	background-color:#004D91;
}
