/* CSS Document */

body{
	background-color:#ffffd4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#813939;
}
a{
	color:#813939;
}
h1{
	font-weight:bold;
	font-size:110%;
	margin:0;
}
h1 a{
	font-weight:bold;
	font-size:100%;
	font-style:normal;
	margin:0;
}
p{
	font-size:100%;
	margin:0;
}
ul{
	margin:0 0 0 10;
}
li{
	margin-top:0px;
	margin-left:-15px;
}
caption{
	font-weight:bold;
	font-size:100%;
}
form{
	margin:0;
}
input, textarea, select{
	font-size:100%;
	border:1px solid #813939;
}
address{
	font-style:normal;
}
/* layer */
	
#mainContainer{
	width: 774px;
	position: absolute;
	left: 50%;
	margin-left: -387px;
	background-image:url(images/layout/bac_content.jpg);
	background-repeat:repeat-y;

}
#capTop{
	height:62px;
	background-image:url(images/layout/cap_top.jpg);
	background-repeat:no-repeat;
}
#navi{
	height:43px;
	background-image:url(images/layout/bac_navi.jpg);
	background-repeat:no-repeat;
}
#navBtns{
	margin-left: 250px;
	height:43px;
}
#header{
	height:110px;
	background-image:url(images/layout/bac_header.jpg);
	background-repeat:no-repeat;
}
#einleitung{
	margin-left: 260px;
	padding-right: 50px;
	font-size:75%;
}
#linkeSpalteBild{
	clear:both;
	padding-left:50px;
	padding-bottom:20px;
	float:left;
	width:175px;
	font-size:66%;
}
#linkeSpalte{
	clear:both;
	padding-left:50px;
	padding-bottom:20px;
	float:left;
	width:325px;
	font-size:66%;
}
#linkeSpalte a{
	font-style:italic;
}
#rechteSpalte{
	padding-right:50px;
	padding-bottom:20px;
	float:right;
	width:325px;
	font-size:66%;
}
#rechteSpalteGross{
	padding-right:50px;
	padding-bottom:20px;
	float:right;
	width:475px;
	font-size:66%;
}
#rechteSpalte a{
	font-style:italic;
}
#eineSpalte{
	clear:both;
	padding-right:50px;
	padding-left:50px;
	padding-bottom:20px;
	width:650px;
	font-size:66%;
}
#capBottom{
	clear:both;
	height:54px;
	background-image:url(images/layout/cap_bottom.jpg);
	background-repeat:no-repeat;
}
#footerLeft{
	float:left;
	margin-left:40px;
	padding:7px;
	color:#FFFFFF;
	font-size:75%;
}
#footerLeft a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:75%;
}
#footerRight{
	float:right;
	margin-right:50px;
	padding:7px;
	color:#FFFFFF;
	font-size:75%;
}
#footerRight a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:75%;
}

