@import url(tab_navi.css);

body {
	font-size: 12px; /*100.01%*/
	font-family: verdana, arial, helvetica, sans-serif;
	/*background-image:url(../icons/body_bg_yellow.png);*/
	background-repeat: repeat-x;
	background-color: #b1cdff; /*#E3EDFA; #f9f9ef;*/
	text-align: center;
	margin: 0;
}

/* Clearing Floats */
.clear {
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
}

div {
	
}

#page {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header_bottom {
	background: url(../icons/content_bottom.png) no-repeat;
	width: 980px;
	height: 8px;
}

#header_content {
	margin: 0;
	background: url(../icons/content_bg.png) repeat-y;
	width: 980px;
	height: 50px;
}

#content {
	width: 980px;
	height:100%;
	background: url(../icons/content_bg.png) repeat-y;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	/* border-style:solid;
	border-width:2px;	
	border-color:#ffffff; */
	overflow: hidden;
	clear: both;
}

#content_center {
	margin: 0 auto;
	text-align: left;
	width:800px;
	}

#content_top {
	background: url(../icons/content_top.png) no-repeat;
	height: 8px;
	width: 980px;
	overflow: hidden;
	clear: both;
}

#content_bottom {
	background: url(../icons/content_bottom.png) no-repeat;
	height: 8px;
	width: 980px;
	overflow: hidden;
	clear: both;
}

#box_small_right {
	width: 174px;
	float: right;
	margin: 10px 15px 10px;
	font-size:9px;
}
#box_small_left {
	width: 174px;
	float: left;
	margin-left: 10px;
}

#box_small_top {
	background-image: url(../icons/grey_top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height: 22px;
}

#box_small_middle {
	background-image: url(../icons/grey_bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#box_small_bottom {
	height: 8px;
	background-image: url(../icons/grey_bottom.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-bottom: 5px;
}

#box_big_left {
	width: 543px;
	float: left;
	margin-left: 10px;
}

#box_big_top {
	background-image: url(../icons/box_big_top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height: 22px;
	text-align: center;
}

#box_big_middle {
	background-image: url(../icons/box_big_bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	height:170px;
}

#box_big_bottom {
	height: 8px;
	background-image: url(../icons/box_big_bottom.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-bottom: 5px;
}

#image {
	float: left;
}

p {
	padding: 0px;
}

#box_text {
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0 5px 0 2px;
}

h1 {
	
}

#box_small_h1 {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0 5px 0 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-color: #c9c9c9;
}

#box_big_h1 {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0 8px 0 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-color: #c9c9c9;
}

table {
	margin:5px;

}
#daten {

}
#left {
float:left;
margin:10px 10px 5px;
}
th {
text-align:center;
border-bottom-style:solid;
border-bottom-width:1px;
border-color: #c9c9c9;
}
td {
padding:2px;
margin:2px;
}