html {
	height: 100%;
}

body {
	height: 100%;
	margin-top: 0px;
	background-color: #C8D5E6;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 11px;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #666666;
}
.clr {
	clear: both;
}

/*  ########## Background_style ###########  */

#BG_top{
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height : 96px;
	width: 758px;
}
#BG_pic {
	height: 150px;
	width : 758px;

}
#BG_topmenu{
	background-image: url(../images/topmenu.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width : 758px;
}


/*  ################################### */

 /*  ########## NAVIGATION_style ###########  */

ul#mainlevel-nav
{
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	list-style: none;
	padding: 0px 0px 0px 23px; /* Postion des Topmenüs */
	margin: 0;
	text-transform: uppercase;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 25px; /* Höhe des Topmenüs */
	white-space: nowrap;
	/* border-right: 1px solid white; */
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	color: #6486AF;
	text-decoration: none;
	background-color: white;
}
ul#mainlevel-nav li a:hover
{
	color: #003366;
	text-decoration: none;
}

a:link, a:visited {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #6486AF;
	text-transform: uppercase;
	text-decoration: none;
}

a:hover {
	color: #6486AF;
	text-decoration: underline;
}

a.mainlevel:link, a.mainlevel:visited {
	/* border-bottom: 1px solid #999999; */
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #6486AF;
	display: block;
	padding : 5px 5px 5px 38px;
	text-decoration: none;
	text-transform: uppercase;	
	width : 120px;
}

a.mainlevel:hover {
	color: #003366;
}

a.mainlevel#active_menu {
	color: #003366;
	
}

a.mainlevel#active_menu:hover {
	
}

a.sublevel:link, a.sublevel:visited {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #6486AF;
	display: block;
	padding : 5px 5px 5px 53px;
	text-decoration: none;
	text-transform: uppercase;	
	background-image: url(../images/arrow_blue.jpg);
	background-repeat: no-repeat;
	background-position: 38px 7px;
}

a.sublevel:hover {
	color: #003366;
	text-decoration: none;
	text-transform: uppercase;
}

a.sublevel#active_menu {
	color: #003366;
	text-decoration: none;
	text-transform: uppercase;
}

.readon{
	background-image: url(../images/readon.gif);
	background-repeat: no-repeat;
	background-position: 50px;
}

.pagenav {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

a.fuss {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 15px 2px 15px;
}
a:hover.fuss {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #2664A0;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
/*  ################################### */

/*  ########## STYLE - MAINBODY ###########  */

#BG_main{
	padding: 5px 40px 15px 20px;
}

 table.moduletable th, div.moduletable{
	/* Menü-Headline */
	background-color: #C8D5E6;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #6486AF;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 38px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 2px 0;
}
.componentheading {
	white-space: nowrap;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.contentheading {
	white-space: nowrap;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #FF8400;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #C8D5E6;
}
.contentpaneopen{
	margin-top : 10px;
}

.pathway{
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: px;
	color: #999999;
	text-transform: uppercase;
}

h1 {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #003366;
	font-size: 13px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #003366;
	font-size: 11px;
	font-weight: bold;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

.createdate, .modifydate, .small {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

/*  ################################### */

/*  ########## Suchergebnis_style ###########  */


.pagenavbar {

}

.contentpane {

}


table.contentpaneopen fieldset {
border: 0px;
}

.button {

}

.inputbox {
	background-color: transparent;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #6486AF ;
	font-size: 11px;
	border: 1px solid #CDD4DE;
	width: 170px;
	height: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.contentpagetitle {

}


.sectiontableheader {

}

.sectiontablefooter {

}

.sectiontableentry1 {

}

.sectiontableentry2 {

}



/*  ########## _style ###########  */


.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}

.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosim age_caption {
	margin-top: 2px;
	background: #efefef;
	color: #666;
	text-transform: normal;
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
}

/*  ########## Seiten_style ###########  */

.rahmen{
	border: 1px solid #333333;
}

.pic-rahmen_PosLeft{
	border: 1px solid #333333;
	padding : 10px 10px 10px 10px;
	margin-right : 10px;
	margin-bottom: 10px;
}
.pic-rahmen_PosRight{
	border: 1px solid #333333;
	padding : 10px 10px 10px 10px;
	margin-left : 10px;
	margin-bottom: 10px;
}
/* .tumb_rahmen{
	border: 1px solid #333333;
	padding : 10px 10px 10px 10px;
}*/

/*  ########## Extra_style ###########  */


.fuss_text{
	font-size: 11px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 11px;
  font-weight: bold;
}
.text_highlight{
	font-weight: bold;
	color : #003366;
}

.inputbox_mail {
	background-color: transparent;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #6486AF ;
	font-size: 11px;
	border: 1px solid #CDD4DE;
	width: 400px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.inputbox_text {
	background-color: transparent;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #6486AF ;
	font-size: 11px;
	border: 1px solid #CDD4DE;
	width: 400px;
	height: 200px;
	padding-left: 5px;
	padding-right: 5px;
}
#random_image{
	margin-right: 40px;
}