body{
	background			: #FFFFFF;
	margin				: 0px;
	padding				: 0px;
}

body,td,th,div{
	font-family			: Helvetica, Arial, sans-serif;
	font-size			: 12px;
	color				: #444;
}

a{
	color				: #CC0000;
	text-decoration		: none;
}

a:hover{
	text-decoration		: underline;
}

#outline{
	width				: 800px;
	margin-top			: 10px;
/*	background			: url(../images/main_middle.jpg) repeat-y; */
	overflow			: hidden;
}

#top_container{
	background			: #FFFFFF url(../images/logo_top-200.gif);
	height				: 130px;
}

#middle_container{
	overflow			: hidden;
	
}

#middle_container_inner{
	width				: 800px;
	text-align			: left;
}

#main_nav{
/*	width				: 400px; 
	float				: left; */
	padding				: 0px 200px; 
}

#my_content{
	width				: 520px; 
/*	float				: left; */
	padding				: 0px 200px;
}

#bottomcontainer{
/*	background			: url(../images/main_bottom.jpg); */
	height				: 30px;
	padding				: 0px 25px;
}

#icons{
	padding-left		: 10px;
	padding-top			: 3px;
}

#bottomcontainer #icon{
	float				: left;
	margin-right		: 2px;
}

#bottomcontainer #copyright{
	float				: right;
	padding-right		: 10px;
	color				: #999999;
}

table.moduletable{
/*	width				: 180px; */
	margin-bottom		: 10px;
}

table.moduletable th,
.sectiontableheader{
	font-weight			: bold;
	letter-spacing		: 1px;
	border-bottom		: 1px solid #666;
}

table.moduletable td{
	padding-top			: 10px;
}

table.moduletable td td{
	padding-top			: 0px;
}

.sectiontableentry1{
	background:#e7e7e7;
}

.contentheading{
	color				: #CC0000;
	font-size			: 14px;
	text-decoration		: none;
/*	margin-top			: 100px; funzt nicht */
	padding-bottom		: 7px;
/*	background			: url(../images/underline.jpg) repeat-x bottom; */
}


.contentheading a{
	color				: #444;
	text-decoration		: none;
}

/* .contentpaneopen{
	margin-top			: 100px;
}
*/
.componentheading{
	color				: #CC0000;
	font-size			: 44px;
/*	margin-top			: 50px; */
	margin-bottom		: 20px;
	text-decoration		: none;
}

.small,.createdate,.modifydate{
	color				: #999999;
	font-size			: 11px;
}

.readon{
	color				: #CC0000;
/*	margin-left			: 265px; */
/*	text-align			: right; funzt nicht */
}