body {
	padding-top : 20px;
}

div#branding {
position : relative;
z-index : 10;
height : 120px;
background : url(img/branding_fak1.jpg) no-repeat;  }

div#branding .logo a {
display: block;
width: 120px;
height: 120px;
}
div#content { 
background-color : #fff; }

div#content_main ul {
	list-style-position: inside;
	list-style-type: circle;

}

div#content_main ol {
	list-style-type: decimal;
	list-style-position: inside;
}

div#site_info {
	position : relative;
	width : 100%;
	height : 120px;
	background : url(img/site_info.jpg) no-repeat;
}

h1 {
	text-indent : -9999px;
	margin-top: -10px;
}

div#branding blockquote { 
position : absolute;
top : -9999px; }


div#site_info h5 { 
position : absolute;
right : 10px; 
bottom : 10px;
width : 150px; 
height : 70px; 
background : transparent url(h5.png) no-repeat; }

div#site_info h5 a { 
display : block;
width : 150px; 
height : 70px; 
text-indent : -9999px; }

div#site_info p {
	position : absolute;
	left : 10px;
	top : 10px;
	margin : 0;

}

/*div#site_info h5 + p { 
text-indent : -9999px; } */

/*--------------Hauptmenu------------*/
#menu ul {
	padding:0;
	margin:0px;
	list-style-type:none;
	width:150px;
	left: 20px;
	top: 30px;

}

#menu  a , .logout a {
	display:block;
	font-size: 100%;
	padding-left: 30px;
	padding-top: 10px;
	text-align:left;
	text-decoration:none;
	color:#FF0000;
}

.logout a {
	padding-left: 335px;
	font-size: 140%;
	font-weight: bold;
	background-color: #000000;
}

#menu a:hover , #menu .secondlevel a:hover , .logout a:hover {
color:#666666;
}

#menu .active a {
color: #FF0000;
}
#menu .secondactive a {
	color: #000000;

}

#menu .active a , #menu .secondactive a {
	font-weight: bold;

}

#menu .secondlevel a , #menu .secondactive a {
padding-left: 40px;
}
#menu .secondlevel a {
color: #333;
}

.contenttable td {
padding: 2px;
border-left: 1px dotted #333;
}

.csc-uploads .tr-even {
	background-color: #fff;
}


.tr-0 {
	font-size: 110%;
	font-weight: bold;

}

.tr-even {
	background-color: #CCCCCC;
}

.tr-odd {
	background-color: #FFFFFF;
}

.td-0 {
	font-weight: bold;

}