/**********************/
/* Hintergrundbereich */
/**********************/
body {
	margin: 0px;
	padding: 0px;
	font:12px "Arial";
	color: black;
	background: #e5ded2 url(../image/layout/body.jpg) repeat-x;
}
/*****************/
/* umgebende Box */
/*****************/
#Container {
	width: 1000px;
	text-align:left;
	margin: 0;
	color: black;
	background: transparent;
    padding:0;
}
/*********************/
/* Navigationsleiste */
/*********************/
#Navigation {
/*	float:left;  */
	height:57px;
	padding:0;
}
#Navigation ul {
/*	padding: 68px 0;  */
	padding: 0px 0;  
	list-style:none;
	list-style-type:none;
	margin: 0;
}
#Navigation ul li {
	display:inline;
}
.NavLinks {
	background:url(../image/layout/buttonlinks.gif);
	width:10px;
	height:57px;
	float:left;
}
.NavRechts {
	background:url(../image/layout/buttonrechts.gif);
	width:10px;
	height:57px;
	float:left;
	margin-right:20px;
}
.NavMitte {
	float:left;
	background:url(../image/layout/buttonfill.gif) repeat-x;
	height:57px;
	padding-top:10px;
}
#Navigation a {
	color:black;
	background:transparent;
	text-decoration:none;
}
#Navigation a:hover {
}
/*************/
/* Kopfzeile */
/*************/
#Header {
	width:100%;
	height:125px;
}
#Header2 {
	/*float:left; */
	height:66px;
	border:1px solid transparent;
}
#Header2 h1 {
	color: #e5ded2;
	margin-top:20px;
	font-size:24px;
}
#Logo {
	height:125px;
	float:left;
}
/*************/
/* Hauptteil */
/*************/
#Content {
	padding:0;
    color: black;
	width:100%;
	background: transparent;
	align:right;
}
#ContentLinks {
	float:left;
	width:790px;
	padding-left: 25px;
	margin-bottom:15px;
}
/***********************/
/* Versicherungsleiste */
/***********************/
#VersContainer {
	float:left;
	text-align:center;
	margin-bottom:15px;
	margin-top:5px;
}
.VersOben {
	background: url(../image/layout/smallboxtop.gif) no-repeat;
	width:180px;
	height:15px;
	padding:0;
	margin:0;
}
.VersMitte {
	background:url(../image/layout/smallboxmiddle.gif) repeat-y;
	width:180px;
	font-size:12px;
}
.VersUnten {
	background:url(../image/layout/smallboxbottom.gif) no-repeat;
	height:15px;
	width: 180px;
}
#VersContainer img {
	margin: 3px;
}
#VersContainer p {
	margin: 0;
	padding: 2px 0;
}
/*************/
/* Große Box */
/*************/
#BigBoxContainer {
	float:left;
	text-align:left;
	margin:5px;
	width:203px;
}
.BigBoxOben {
	height:35px;
}
.BigBoxOben2 {
	height:9px;
}
.BigBoxMitte {
	background: #e6dfd2 url(../image/layout/bigboxcontent.gif) repeat-x;
	color:black;
/*	padding: 5px 10px 5px 10px;  */
	padding:1px 0 0 2px;
	border-left: 1px solid #9e9071;
	border-right: 1px solid #9e9071;
}
.BigBoxObenLinks {
	float:left;
	background: url(../image/layout/bigboxheadlinks.gif) no-repeat;
	width:11px;
	height:35px;
}
.BigBoxObenRechts {
	float:right;
	background: url(../image/layout/bigboxheadrechts.gif) no-repeat;
	width:12px;
	height:35px;
}
.BigBoxObenMitte {
	float:left;
	background: url(../image/layout/bigboxheadmitte.gif) repeat-x;
	height:35px;
	width:180px;
}
.BigBoxObenLinks2 {
	float:left;
	background: url(../image/layout/bigboxheadlinks2.gif) no-repeat;
	width:11px;
	height:9px;
}
.BigBoxObenRechts2 {
	float:right;
	background: url(../image/layout/bigboxheadrechts2.gif) no-repeat;
	width:12px;
	height:9px;
}
.BigBoxObenMitte2 {
	float:left;
	background: url(../image/layout/bigboxheadmitte2.gif) repeat-x;
	height:9px;
	width:180px;
}
.BigBoxUntenLinks {
	float:left;
	background: url(../image/layout/bigboxfootlinks.gif) no-repeat;
	width:11px;
	height:9px;
}
.BigBoxUntenRechts {
	float:left;
	background: url(../image/layout/bigboxfootrechts.gif) no-repeat;
	width:12px;
	height:9px;
}
.BigBoxUntenMitte {
	float:left;
	background: url(../image/layout/bigboxfootmitte.gif) repeat-x;
	width:180px;
	height:9px;
}
#BigBoxContainer h2 {
	padding:0;
	margin:10px 5px;
	font-size: 14px;
}
#BigBoxContainer h3 {
	margin:0 0 7px 0;
	padding:0;
	font-weight:bold;
	font-size:12px;
}
#BigBoxContainer p {
	margin:5px 5px 0px 5px;
	padding:0;
}
.BoxTextBild {
	margin:5px 10px 0px 8px;
	padding:0;
}
#BigBoxContainer a {
	color:black;
	background:transparent;
	text-decoration:none;
}
#BigBoxContainer .Link a {
	border-bottom: 1px black dotted;
}
#BigBoxContainer img {
	margin:0;
	padding:0 10px 0 0;
}
#BigBoxContainer ul {
	padding-bottom:0;
	padding-top:0;
	padding-left:0;
	margin-bottom:7px;
	margin-top:0;
	list-style-type:none;
}
#BigBoxContainer li {
	padding-left:18px;
	background: transparent url(../image/star10px.gif) no-repeat scroll left 3px;
}
#BigBoxContainer .Rechner {
	padding:5px 0px 0px 13px;
}
/*************/
/* Fusszeile */
/*************/
#foo1 {
	color: gray;
	font-size:10px;
	background: #transparent;
	clear: both;
	text-align: center;
	display:block;
	padding:10px;
	margin:0 50px 0 50px;;
	border:0;
}
#foo2 {
	color: gray;
	background: transparent;
	clear: both;
	text-align: right;
	margin-left: 25px;
	margin-top:20px;
	display:block;
	font-size: 12px;
	padding:5px;
	border-bottom: 1px solid #a49779;
	border-top: 1px solid #a49779;
}
#foo2 a, #foo1 a {
	color:gray;
	background:transparent;
}
#foo2 a:hover, #foo1 a:hover {
	color:white;
	background:transparent;
	text-decoration:none;
}
/*****************************/
/* Allgemeine Formatierungen */
/*****************************/
.button {
	background: #FAF8F6;
	border: 1px solid #a49779;
	padding:2px;
}
.button a {
	color:black;
	text-decoration:none;
}
