body {
        margin: 15px;
	text-align: center;
	background: #D4CDCD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #39090F;
}
a {
  color: #474545;
text-decoration: none;
}
a:hover {
  color: #39090F;
}
a img {
  border: 0px;
}

#page {
       margin: auto;
       width: 800px;
}


/*------- *explizit fuer IE 6 ------*/
*  html #page {
	margin: auto;
        width: 100%;
}
#header {
	margin-left: -85px;
        background: url(../images/header.png);
	height: 220px;
	width: 885px;
}
ul#mainlevel-nav li a, table.moduletable_menu a {
	text-decoration: none;
}
#top_menu_container {
	background: url(../images/top_menu.png);
	height: 35px;
	width: 800px;
}
#top_menu {
	margin-left: 390px;
        font-size: 11px;
  	height: 30px;
	width: 142px;
	text-align: right;
}
/*------- *explizit fuer IE 6  ------*/
* html #top_menu {
	margin-left: 203px;
        font-size: 11px;
  	height: 50px;
	width: 300px;
	text-align: right;
}
/*------- *explizit fuer IE 7  ------*/
* + html #top_menu {
	margin-left: 203px;
        font-size: 11px;
  	height: 50px;
	width: 300px;
	text-align: right;
}

#top_menu ul{
	margin: 0px;
	padding: 6px 5px;
	list-style: none;
}
#top_menu li{
        display: inline;
	white-space: nowrap;
}
#top_menu li a{
        background: url(../images/top_menu_bg.png);
        color: white;
        border-left: 3px solid #F7F7F7;
	border-right: 3px solid #F7F7F7;
	border-bottom: 3px solid #F7F7F7;	
	padding: 6px 8px 7px 8px;
	font-weight: bold;
}
#top_menu li a:hover{
	color: white;
	padding: 6px 8px 7px 8px;
	background: url(../images/top_menu_hover.png) #D599A1 repeat-x;	
	border-left: 3px solid #F7F7F7;
	border-right: 3px solid #F7F7F7;
	border-bottom: 3px solid #F7F7F7;	
}
#border_left {
	background: url(../images/border_left.png) repeat-y left;
	width: 800px;
}
#main {
	background: #FFFFFF;
	width: 780px;
	margin: auto;
}

#content {	
         /*text-align: justify;*/
         margin: auto;
         overflow: auto;
         width: 600px;
	padding: 8px 5px 8px 5px;
	font-size: 0.9em;
	text-align: center;
}
#pathway_container {
	border-bottom: 1px solid #D8D8D8;
         margin: 5px 5px 5px 5px;
	padding: 8px 5px 8px 20px;
}

.pathway a{
	text-decoration: none;		
}
.contentheading, .componentheading {
        text-align: center;
        color: #B70A0A;
        font-weight: bold;
	font-size: 1.5em;	
}
.contentpane, .contentpaneopen {	
        text-align: center;
        margin: auto;
	width: auto;
	text-align: justify;
}
.createdate {
	color: gray;
}
.small {
	color: gray;
}
#menu {
        float: left;
	width: 140px;          /*hintergrund hinter menu*/
	background: #F7F7F7;
	min-height: 150px;
	padding: 10px;
	text-align: left;
	font-size: 11px;
}
#menu ul{

	margin: 0px;

	padding: 0px;

}

#menu li{

	list-style: none;	
        padding: 2px 2px 2px 2px

}

#menu table.moduletable_menu {

	width: 130px;

	border:	2px solid #B70A0A;

	margin-bottom: 10px;

	background: #f5e9e9;

}

#menu table.moduletable_menu th{

	color: #FFFFFF;

	width: 100%;

	border: 1px solid #00000;

	background: url(../images/menu_th.png);

	padding: 2px 5px 3px 5px;

}

#menu table.moduletable_menu td{

	width: 100%;

	padding: 2px 5px 3px 5px;

	padding: 2px;

}

#menu table.moduletable_menu td a{

	width: 110px;               /*Breite Menue*/

	font-weight: bold;

	display: block;

	padding: 2px 5px 2px 5px;

}

#menu table.moduletable_menu td a:hover{	

	color: white;

	border: 1px solid #D599A0;

	background: #B70A0A;

	padding: 1px 4px 1px 4px;

}
#cleaner {
	clear: both;
	margin: 0;
}
#footer {
	background: url(../images/footer.png);
	height: 40px;
	width: 800px;
	font-size: 0.85em;
}
#border_right {
	background: url(../images/border_right.png) repeat-y right;
	width: 800px;
	text-align: center;
}
.sectiontableentry1 {
	background: #D4CDCD;
        padding: 2px;
}
.sectiontableentry2 {
	background: #f5f5f5;
        padding: 2px;
}
#content a.readon:link, 
#content a.readon:visited, 
#content a.readon:hover {
	font-weight: bold;
	padding-left: 19px;
}
#comment a{
	text-decoration: none;
}
#comment .sectiontableheader{
	font-weight: bold;

}
a.readon:link, a.readon:visited {
	background: url(../images/readon_normal.png) no-repeat;
}
a.readon:hover {
	background: url(../images/readon_hover.png) no-repeat;
}
.write_comment a.readon:link, .write_comment a.readon:visited {
	background: url(../images/comments.png) no-repeat;
}
.write_comment a.readon:hover {
	background: url(../images/comments.png) no-repeat;
}
