

body, html{
	width: 990px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #000 url(img/main_hg.png) repeat-y;
}

/* boxes */

#wrap{
	width: 950px;
}

#header{
	width: 950px;
	height: 135px;
	background: url(img/main_header.png) no-repeat;
}

#logo{
	height: 102px;
}

#subnavi{
	float: left;
	width: 930px;
	height: 53px;
	text-align: right;
}

#navi{
	float: left;
	width: 167px;
}

#content{
	float: left;
	width: 750px;
	padding-right: 10px;
}

#content_right{
	float: left;
	width: 195px;
}

/* text */

body, td{
	color: #000;
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
}

h1{
	color: #003366;
	font-size: 16px;
	font-family:  arial, helvetica, sans-serif;
	font-weight: bold;	
	margin: 0;
	padding: 0;
	/*margin-bottom: -25px;*/
}

a{
	color: #003366;
	text-decoration: underline;
}

a:hover{
	color: #de2118;
}

/* navi styles */

.bodytext{

}

a.subnavi{
	color: #003366;
	text-decoration: none;
	margin-left: 15px;
	border-left: 1px solid #003366;
	padding-left: 15px;
}

a.subnavi:hover, a.subnavi.active{
	text-decoration: underline;
}

/* tabellen */

table.contenttable{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 530px;
}


table.contenttable td{
	height: 30px;
	border-bottom: 1px solid black;
}

table.contenttable th{
	padding-left: 5px;
	height: 30px;
	border-bottom: 1px solid black;
	background: #46aee2;
}


/* tabellen */

table.contenttable.breit{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 750px;
}


div.csc-textpic.csc-textpic-left.csc-textpic-above{
	margin-top: 19px;
}
