/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}

/*######### DIV AUSSEN #########*/
#box {
	width: 800px;
	border: 1px solid #333366;
	background-color: #AEBEDC;
	display: table;
	position: absolute;
	left: 50%;
	margin-left: -380px;
}

/*######### Top Berreich #########*/

#top {
	background-color: #FFFFFF;
	height: 93px;
	width: 800px;
}

#topleft {
	background-image: url(../images/top_left.jpg);
	background-repeat: no-repeat;
	width: 123px;
	height: 93px;
	float: left;
}

#toplogo {
	width: 305px;
	height: 93px;
	float: left;
}

#topright {
	background-image: url(../images/top_right_1.jpg);
	background-repeat: no-repeat;
	width: 372px;
	height: 93px;
	float: right;
}

/*######### CLEAR FÜR FLOAT #########*/
#clear {
	clear: both;
	display: none;
}


/*######### NAVIGATION UND ADRESSFELD #########*/
#navi {
	background-color: #AEBEDC;
	width: 770px;
	height: 75px;
	margin-left: 30px;
}


#navi ul {
	padding: 0;
	margin-left: 0;

}

#navi ul li {
	list-style: none;
	margin: 0;
	margin-top:55px;
	padding: 0;
	display: inline;
	float: left;

}

#navi ul li a {
	height: 20px;
	padding: 3px 1em;
	margin-left: 3px;
	border: 1px solid #CC3333;
	border-bottom: none;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #333333;
	font-weight: bold;
	font-size: 13px;
}

#navi ul li a:link {
	color: #333333;
}

#navi ul li a:hover {
	color: #CC3333;
}

#navi ul li a:current {
	border-bottom: 1px solid #AEBEDC;
} 

/*######### TRENNUNG TOP BERREICH UND MAIN BERREICH #########*/

#linie_oben {
	background-color: #CC3333;
	height: 17px;
	color: #FFFFFF;
	width: 800px;
	
}

/*######### MAIN BERREICH #########*/

#main {
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#leftmain {
	width: 122px;
	float: left;
}

#mainmiddle {
	width: 546px;
	float: left;
	background-color: #FFFFFF;
	margin: 5px;
}

#rightmain {
	width: 122px;
	float: right;
}
	
/*######### Mambo Settings #########*/
.td,tr,p,div {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
	
.pathway {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a.pathway:link, a.pathway:visited {
	color: #FFFFFF;
}

a.pathway:hover {
	color: #333366;
}

/*######### Links #########*/
a:link, a:visited {
	font-size: 11px; 
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #AEBEDC;	
	text-decoration: none;
}

/*######### Horizontal Line #########*/
hr {
	background: #AEBEDC; 
	height: 1px; 
	border: 0px solid;
}

/*######### Default Class Settings #########*/

a.mainmenu:link, a.mainmenu:visited {
	color: #333333;
	font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a.mainmenu:hover {
	color: #CC3333; 
	text-decoration: none;
}

a.mainmenu:active {
    color: #333366;
}
        
a.mainlevel:link, a.mainlevel:visited {
	color: #333333;
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	text-decoration: none;
}

a.mainlevel:hover {
	color: #CC3333; 
	text-decoration: none;
}    
        
a.sublevel:link, a.sublevel:visited {
	color: #333333;
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 12px;
	text-decoration: none;
	}   

a.sublevel:hover {
	color: #CC3333; 
	text-decoration: none;
    font-weight: normal;
        }
		
.contentpaneopen {
	border : 0px ridge #333366;
	margin: 0px;
	padding: 0px;
	}

.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
 	color: #FFFFFF; 
	margin: 0px;
	padding: 0px;
	}

.moduleheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	color: #FFFFFF;
	text-align:left;
	}


.contentdescription {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	}

/* Links */
a.blogsection:link, a.blogsection:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

a.blogsection:hover {
	color: #CC3333;
	text-decoration: underline;
	}

a.weblinks:link, a.weblinks:visited {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a.weblinks:hover {
	color: #CC3333;	text-decoration: underline;
	}

a.readon:link, a.readon:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

a.readon:hover {
	color: #CC3333;	text-decoration: none;
	}

.moduletable {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align : left;
	font-weight: bold;
}

table.moduletable th {
	font-size: 12px;
	font-weight: bold;
    height : 12px;
    white-space: nowrap;
    width : 100%;
    color: #FFFFFF;
	padding-left: 15px;
	background-color: #333366;
}

table.moduletable td {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
}

table.moduletable {
	margin: 0px;
	width: 100%;
	border: 0px;
}

.componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
 	color: #333333;
	text-align:left;
	}

.button {
    font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background: #333366;
	border: 0px;
	}

.searchinputbox {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #333366;
	}

/** category text format and links **/
.category {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;
	}

a.category:link, a.category:visited {
	color: #333333; 
	font-weight: bold;
	}

a.category:hover {
	color: #CC3333;
	}

.poll {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px
	}
	
.pollstableborder { 
    border: 0px none; 
    padding: 1px; 
        } 


.sectiontableentry1, .contentpane {
	background-color: #FFFFFF;
	}

.sectiontableentry2 {
	background-color: #AEBEDC;
	}

.sectiontableheader {
	background-color: #333366;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #FFFFFF;
	font-weight : bold;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3333333;
	text-decoration: none;
	font-weight: normal;
}

.createdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.modifydate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}


table.searchintro {
  	background-color: #FFFFFF;
	border: solid 1px #333366;
}

table.contact {
	background-color: #FFFFFF;
}

table.contact td.icons {
	background-color: #FFFFFF;
}

table.contact td.details {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.inputbox {	
	background-color: #FFFFFF;
	border: 1px solid #333366;
}
	