/*added by Markus Kress:) */
.breite 
{ 
width: 990px; border: 5px solid black; -moz-border-radius:10px; background-color:black; padding:5px;text-align:left;width: 990px;
margin-left:auto; 
margin-right:auto; 
color:black;
}
.oben {height:90px;border: 5px solid white; -moz-border-radius:10px;}
.sitelogo {float:left;height:70px;font-family:Comic Sans Serif;font-size:40px;color:black;background-color:white;border:5px solid black; -moz-border-radius:20px;padding:5px;}
.sitebanner {float:right;height:70px;min-width:500px;text-align:center;font-family:Comic Sans Serif;font-size:12px;color:black;background-color:white;border:5px solid black; -moz-border-radius:20px;padding:5px; }
.mitte {margin-top:5px;}
.siteleftmenu {border: 2px solid white; -moz-border-radius-topright:10px;-moz-border-radius-bottomleft:10px;float:left; width:160px;}
.siterightmenu {border: 2px solid white; -moz-border-radius-bottomright:10px;-moz-border-radius-topleft:10px;float:right;width:160px;}
.inhalt {border:5px solid black; background-color:white;padding:5px;-moz-border-radius:20px;color:black;}
.sitetop {color:black;background-color:white;border:5px solid black; -moz-border-radius:20px;padding:5px; }
.siteuser1, .siteuser2 {color:black;background-color:white;border:2.5px solid black; -moz-border-radius:20px;padding:5px;float:left;margin:5px;width:40%; }
.sitefooter {text-align:center;color:gray;background-color:white;padding:5px;margin-top:15px;border:5px solid black;padding-botom:0px;-moz-border-radius:20px; }

#twocols{
 width:820px; 
 float:right; 
 position:relative; 
  }
 
.inhalt{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 }
 
.sitebanner  div.moduletable {
margin:0px;
padding:0px;
}
 .readon {
border-bottom:1px dotted black;
border-left:1px dotted black;
}

a:link, a:visited, h3, .contentheading,.blog_more div strong {
color:black;
}
 
.introtext, .fulltext {
color:black; 
}
 
  /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
.siteleftmenu{display:none;} 
.sitebanner{display:none;} 
.sitetop {display:none;} 
.siteuser1 {display:none;} 
.siteuser2 {display:none;} 
/*hide the right column when printing*/ 
.siterightmenu{display:none;} 
#twocols, .inhalt {width:100%; float:none;}
.breite{width:100%; float:none;}
}

/*end added by Markus Kress:) */

html {
	overflow-x:hidden;
}

div {
	margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	line-height:175%;
	margin:0px;
	text-align:justify;
	height:100%;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}

ul {
	list-style:url(../images/pfeil_liste.gif);
	margin:0;
	padding:0;
	margin-left:15px;
}

a {
	text-decoration:none;
	font-weight:bold;
}

ul li a, .pagenavcounter {
	font-weight:bold;
}

ul#mainlevel-nav {
	margin-top:5px;
	margin-left:-10px;
	margin-right:-10px;
	padding:0;
	background-color:white;
}

ul#mainlevel-nav li {
	list-style: none;
	display:inline;
	padding:0px 10px 0px 10px;
}

ul#mainlevel-nav li a {
	letter-spacing:3px;
	color:#FFFFFF;
	font-weight:normal;
	-moz-border-radius-topright:10px;
	border:2px solid black;
	background-color:black;
	padding:0px 10px 0px 10px;
}
ul#mainlevel-nav li a:hover {
	color:black;
	font-weight:normal;
	-moz-border-radius-topright:10px;
	border:2px solid black;
	background-color:white;
	padding:0px 10px 0px 10px;
}

h3 {
	margin-bottom:10px;
}

.contentheading, .blog_more div strong {
	font-weight:bold;
}

.blog_more a {
	font-weight:normal;
	color:black;
}

.componentheading {
	color:black;
	padding-bottom:10px;
	margin-bottom:20px;
}

a.mainlevel:link,a.mainlevel:hover,a.mainlevel:visited {
	color:black;
	display:block;
	padding-left:13px;
	min-height:21px;
	background:url(../images/pfeil.gif) no-repeat;
	font-weight:normal;
}

a.sublevel:link,a.sublevel:hover,a.sublevel:visited {
	color:black;
	display:block;
	padding-left:10px;
	margin-left:6px;
	height:21px;
	background:url(../images/pfeil.gif) no-repeat;
	font-weight:normal;
}

#active_menu {
	font-weight:bold;
}

.moduletable {
	margin:0;
	padding-bottom:20px;
	background-color:white;
	color:black;
}

.siteleftmenu h3 {
	padding-left:3px;
	background-color:black;
	margin:0;
	color:white;
	text-transform:uppercase;
	letter-spacing:4px;
	-moz-border-radius-topright:10px;
	border:2px slolid black;
	font-size:120%;
}

.siterightmenu h3 {
	padding-left:3px;
	background-color:black;
	margin:0;
	color:white;
	text-transform:uppercase;
	letter-spacing:4px;
	-moz-border-radius-topleft:10px;
	border:2px slolid black;
	font-size:120%;
}

.small {
	color:#666666;
}

.createdate, .modifydate {
	color:#999999;
}

#mod_login_username, #mod_login_password {
	width:150px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:2px;
	color:black;
}

.inputbox {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:2px;
	color:black;
}

.readon {
	padding-left:5px;
}

.contenttoc {
	margin:10px;
	border:1px solid #CCCCCC;
}

.contenttoc td {
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}

.contenttoc th {
	text-align:left;
	background-color:#DEDEDE;
	padding-left:5px;
	padding-right:5px;
}

.label {
	text-align:left;
}

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

.mosimage_caption {
	background-color:#DEDEDE;
}

.sectiontableheader {
	font-weight: bold;
}

.sectiontableentry2 label {
	text-align:left;
}

.sectiontableentry2 {
	background-color:#FFFFFF;
}

.sectiontableentry1 {
	background-color:#F5F5F5;
}

.sectiontableentry1 td div a, .sectiontableentry2 td div a {
	font-weight:bold;
	border:none;
}

.div_bfree {
	visibility:hidden;
	overflow:hidden;
	height:0px;
}

h3, .contentheading {
	/*font-size:140%;*/
	font-size:16px;
	font-weight:bold;
}

.componentheading {
	/*font-size:160%;*/
	font-size:16px;
	font-weight:bold;
	letter-spacing: 2px;
	text-transform:uppercase;
}

img {
	border:none;
}

.contentpane
{color:black;}
.contentpaneopen
{color:black;}

/* The following code is taken from rhuk - template: rhuk_solarflare_ii. */

.button {
  	color: black;
  	font-family: Arial, Hevlvetica, sans-serif;
  	text-align: center;
  	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #cccccc;
  	width: auto;
  	background: url(../images/button_bg.png) repeat-x;
  	padding: 0px 5px;
  	line-height: 18px !important;
  	line-height: 16px;
  	height: 25px !important;
  	height: 24px;
  	margin: 1px;
}

.back_button {
  	color: black;
  	font-family: Arial, Hevlvetica, sans-serif;
  	text-align: center;
  	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #cccccc;
  	width: 55px;
  	background: url(../images/button_bg.png) repeat-x;
  	padding: 0px 5px;
  	line-height: 18px !important;
  	line-height: 16px;
  	height: 19px !important;
  	margin: 1px;
}

.pagenav_next {
  	color: black;
  	font-family: Arial, Hevlvetica, sans-serif;
  	text-align: center;
  	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #cccccc;
  	width: 50px;
  	background: url(../images/button_bg.png) repeat-x;
  	padding: 0px 5px;
  	line-height: 18px !important;
  	line-height: 16px;
  	height: 19px !important;
  	height: 19px;
  	margin: 1px;
}

.pagenav_prev {
  	color: black;
  	font-family: Arial, Hevlvetica, sans-serif;
  	text-align: center;
  	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #cccccc;
  	width: 50px;
  	background: url(../images/button_bg.png) repeat-x;
  	padding: 0px 5px;
  	line-height: 18px !important;
  	line-height: 16px;
  	height: 19px !important;
  	height: 19px;
  	margin: 1px;
}

.pagenav {
  	text-align: center;
  	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #cccccc;
  	width: auto;
  	background: url(../images/button_bg.png) repeat-x;
  	padding: 0px 10px;
  	line-height: 20px;
  	margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}
