/* general stuff */


body{
  position: absolute;
  text-align: center;
  font-family: arial, verdana, sans-serif;
  margin: 0;
  background: #f90;
  color: #000;
}

html, body {
  top: 0; left: 0; right:0;
  min-height: 100%;
  margin:0;
  padding: 0;
  width: 100%;
}

a, a:visited {
text-decoration:  none;
font-weight: bold;
border: none;
color: #007;

 }
a:hover {
text-decoration: underline;
border: none;
 }

/* Layout */

#accessibility {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}

#source {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}

#pagewidth-800{
}

#cheader {
  position: fixed;
  top: 0; left: 0; right:0;
  text-align: center;
  margin: 0;
  height: 6em;
  z-index: 3;
}

#header {
  top: 0; left: 0; right:0; bottom: 0;
  height:  100%;
  width:  48em;
  text-align: left;
  z-index: 3;
  margin: 0 auto 0;
  background: transparent url(../images/logo.png) no-repeat;
}

#headerbg{
  height: 100%;
  background: #007 url(../images/back_verlauf.gif) repeat-x;
  width: 100%;
}

#top-top {
  height: 4.5em;
  width: 100%;
  background: transparent;
}

#top-bottom {
  height: 1.5em;
  width: 100%;
  background: transparent;
  float: left;
}

#topmenu{
  height: 1.5em;
  float: left;
  width: 48em;
  padding-top: .1em;
}

#ccontent {
  width: 48em;
  margin: 0 auto 0;
  background: url(../images/back_all.gif) repeat-y center;
}

#outer-800 {
  text-align: left;
  margin: 6em 0 2em;
}

#top {
  height: 6px;
  background: url(../images/content-top.gif) left top no-repeat;
}

#bottom {
  height: 6px;
  background: url(../images/content-bottom.gif) left top no-repeat;
}

#pathway{
  width: 43em;
  height: 1.5em;
  padding: .3em 4em 0;
  font-size: .7em;
}

#leftcol{
  width: 160px;
  float: left;
}

#maincol-broad-800 {
  padding: 0 1em .5em;
  float: left;
  width: 26em;
}

#maincol-wide-800 {
  padding: 0 1em .5em;
  float: left;
  width: 34em;
}

#rightcol {
  width: 10em;
  float: right;
}

#cfooter {
  position: fixed;
  left: 0; right:0; bottom: 0;
  text-align: center;
  margin: 0;
  height: 2em;
  z-index: 3;
}

#footer {
  position: absolute;
  top: 0; left: 0; right:0; bottom: 0;
  background: #007 url(../images/footer_verlauf.jpg) repeat-x;
  color: #fff;
  z-index: 3;
}

#footerc {
  width: 48em;
  margin: 0 auto;
}

#footerc a { color: #fff; font-size: 12px; font-weight: normal;}

#fleft, #fmiddle, #fright {
  font-size: .8em;
  float: left;
  padding: 0.55em 0 0 0;
  color: #fff;
}

#fleft   { width: 14em; text-align: left; padding-left: .5em; }
#fmiddle { width: 29.9em; text-align: center; }
#fright  { width: 14em; text-align: right; padding-right: .5em; }

h1 {
	display: inline;
	color: #fff;
	margin-left: 1em;
	font-size: 2.5em;
}

#search {
margin: 0px;
width: 148px;
height: 28px;
float: right;
background: url(../images/back_search.jpg) right top no-repeat;
padding: 2px 0 0 10px;
vertical-align: top;

}

#search .inputbox{
width: 100px;
height: 18px;
font-size: 10px;
background: transparent;
border: none;
margin: 0px;
padding: 0px;
line-height: 14px;
}

#search .button{
margin: 0px;
padding: 0px;
height: 14px;
font-size: 10px;
background: transparent;
border: none;
line-height: 10px;
}

#search form {
margin: 0px;
padding: 0px;
}

 #banner {
 width: 478px;
 height: 69px;
 float: right;
 padding-left: 6px;
 padding-top: 6px;
 display: none;
 }

 iframe.wrapper {
 z-index: 0;
 }

.clr{clear:both;}
.content {
padding: 0;
font-size: 10px;
line-height: 18px;
}

/* Modules */

#leftcol div.module {
width: 160px;
background: transparent url(../images/mod_lc_mid_b.png) left repeat-y;
margin-bottom: .5em;
}

#rightcol div.module {
width: 160px;
background: transparent url(../images/mod_rc_mid_b.png) left repeat-y;
margin-bottom: .5em;
}


#leftcol div.module div {
width: 160px;
background: transparent url(../images/mod_lc_top_b.png) top left no-repeat;
}

#rightcol div.module div {
width: 160px;
background: transparent url(../images/mod_rc_top_b.png) top left no-repeat;
}

#leftcol div.module div div {
width: 160px;
background: transparent url(../images/mod_lc_bot_b.png)  bottom left no-repeat;
}

#rightcol div.module div div {
width: 160px;
background: transparent url(../images/mod_rc_bot_b.png)  bottom left no-repeat;
}

/* Breite innen und padding */
#leftcol div.module div div div,
#rightcol div.module div div div {
width: 152px;
padding: 8px 0px;
background: transparent;
}

#leftcol div.module div div div div,
#rightcol div.module div div div div {
padding: 0;
margin: 0;
}

div.module h3 {
font-size: 16px;
width: 160px;
text-align: center;
font-weight: bold;
margin: 0 0 5px;
padding: 0;
color: #fff;
background: #007;
}

#user1{
float: left;
width: 49%;
}

#user2{
float: right;
width: 49%;
}

#user3 {
width: 100%;
}

#user1 ul, #user2 ul, #user3 ul {
list-style: none;
margin: 2px 0 5px 0.7em;
padding: 0 0 0 0.7em;
}

#maincol-normal-800 div.moduletable, #maincol-wide-800 div.moduletable, #maincol-broad-800 div.moduletable, #maincol-normal-1024 div.moduletable, #maincol-wide-1024 div.moduletable, #maincol-broad-1024 div.moduletable {
width: 100%;
margin-bottom: 10px;
background: transparent;
font-size: 10px;
}

#maincol-normal-800 div.moduletable h3, #maincol-wide-800 div.moduletable h3, #maincol-broad-800 div.moduletable h3, #maincol-normal-1024 div.moduletable h3, #maincol-wide-1024 div.moduletable h3, #maincol-broad-1024 div.moduletable h3 {
font-size: 12px;
font-weight: bold;
margin: 0px;
padding: 0px;
height: 20px;
line-height: 20px;
background: #007;
color: #FFF;
width: 100%;
border-bottom: 1px solid #EFEFEF;
text-align: left;
text-indent: 5px;
}

/* Topmenu */

 ul#mainlevel-nav
{
list-style: none;
padding: 0;
margin: 0;
float: right;
white-space: nowrap;
}

ul#mainlevel-nav li{
width: auto !important;
width: 5%;
float: left;
margin: 0;
font-size: 10px;
height: 20px;
line-height: 20px;
white-space: nowrap;
margin-right: 1px;
}

ul#mainlevel-nav li a{
font-weight: normal;
height: 20px;
display: block;
padding-left: 5px;
padding-right: 10px;
text-decoration: none;
color: #CCCCCC;
margin-left: 5px;
white-space: nowrap;
}



/* Main Menu(s) */

a.mainlevel, a.mainlevel:visited {
font-size: 12px;
padding-left: 6px;
width: 153px;
display: block;
line-height: 26px;
text-decoration: none;
font-weight: bold;
}

a.mainlevel:hover, a.mainlevel#active_menu {
background: #007;
color: #fff;
text-decoration: none;
}

/* Module specific */

#leftcol div.module div div div div.syndicate {
background: transparent;
width: 137px;
margin: 0px;
padding: 0px;
}

#leftcol div.module div div div div.syndicate div {
background: transparent;
width: 137px;
margin: 0px;
padding: 0px;
}


/* Other Mambo Stuff */

#title {
}
.pathway {
color: #999;
text-decoration: none;
font-weight: normal;
}

.pathway a{
color: #007;
text-decoration: none;
font-weight: normal;
}

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

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

hr {
width:  90%;
 }
hr.separator {
width:  40%;
 }
a.pnav {
}
.pnav:hover {
}
.small {
font-size: 10px;
color: #ABABAB;
line-height: 0.7;
}
.smalldark {
font-size: 10px;
color: #000;
height: 10px;
line-height: 10px;
text-align: left;
}

.sectiontableentry1 {
text-align: left;
background: #EFEFEF;
font-size: 10px;
padding: 2px;
}
.sectiontableentry2 {
background: #FFF;
font-size: 10px;
text-align: left;
padding: 2px;
}
.button {
color: #fff;
background: #007;
margin: 0px; padding: 0 5px;
}
.button:hover {
color: #fff;
background: #f30;
}
.inputbox {
border: 1px solid #BBBBBB;
}

.createdate {
font-size: 10px;
color: #ABABAB;
height: 10px;
line-height: 0.7;
}
.modifydate {
font-size: 10px;
color: #ABABAB;
height: 20px;
line-height: 20px;
margin-bottom: 5px;
}
a.readon {
font-size: 12px;
line-height: 15px;
border: 1px dotted #007;
padding-left: 13px;
background: url(../images/readon.gif) no-repeat left;
margin-top: 10px;
text-decoration: none;
font-weight: normal;
}

.blog_more {
font-size: 12px;
}

a.readon:hover {
background: #f90 url(../images/readon.gif) no-repeat left;
text-decoration: none;
border: 1px solid #f90;
}

.blog {
width: 100%;
}

.contentheading {
width: 100%;
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
border-bottom: 1px solid #007;
font-family: arial, verdana, sans-serif;
color: #007;
text-align: center;
width: 100%;
}

.contentpaneopen {
text-align: left;
background: transparent;
font-size: 12px;
line-height: 18px;
}

#leftcol .module table.contentpaneopen,
#rightcol .module table.contentpaneopen {
width: 160px;
}

#leftcol .module table.contentpaneopen td.contentheading,
#rightcol .module table.contentpaneopen td.contentheading {
color: #fff;
background: #007;
}

table.contentpane td.contentheading {
font-weight: normal;
font-size: 14px;
height: 23px;
line-height: 20px;
font-family: arial, verdana, sans-serif;
border: none;
}

table.contentpane ul {
margin: 0px;
padding: 0px;
list-style: none;
}

table.contentpane ul li{
padding: 0px;
margin: 0px;
padding-left: 15px;
}

.contentdescription {
font-size: 10px;
}
.sectiontableheader {
font-weight: bold;
font-size: 10px;
height: 25px;
line-height: 25px;
}
.categorytitle {
font-weight: bold;
font-size: 16px;
height: 25px;
line-height: 25px;
font-family: arial, Verdana, sans serif;
}
.componentheading {
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
font-family: arial, Verdana, sans serif;
border-bottom: 1px solid #002E61;
color: #002E61;
margin-bottom: 5px;
}
a.category {
text-decoration:  underline;
 }
a.category:hover {
text-decoration:  underline;
 }
table.moduletable {
width:  100%;
font-size: 80%;
 }
table.moduletable th  {
font-size: 80%;
}

.poll {
font-size: 10px;
text-align: center;
}

.back_button a{
font-size: 10px;
font-weight: normal;
}

.blogsection {
font-size: 10px;
}

.blog_more ul li{
list-style: none;
padding-left: 14px;
line-height: 18px;
}

table.contenttoc {
border: 1px solid #CCCCCC;
padding: 3px;
}

table.contenttoc th{
font-weight: bold;
font-size: 10px;
border-bottom: 1px solid #BBBBBB;
}

form {
margin: 0px;
padding: 0px;
}

/* ********************** */
#menuebox {
  position: relative;
  height: 1.5em;
  width: 48em;
}

.ie { display: none; }

#menue {
  position:absolute;
  z-index: 200;
}
#menue .aussen {
  float: left;
  display: block;
  overflow: hidden;
  width: 8em;
  height: 1.5em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#menue .aussen:hover {
  height: auto;
  color: #fff7c7;
}
.innen img {
  width: 100%;
  display: block;
}
.innen{
  margin-top: 10px;
  -moz-opacity: 0.90;
  opacity: 0.90;
}
div.innen a {
  display: block;
  width: 100%;
  padding: 0px 2px 0 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: .75em;
  background-color: #f30;
  color: #fff;
}
div.innen a:visited {
  background-color: #f30;
}
div.innen a:hover {
  background-color: #007;
}
span.menutag {
  display: block;
  cursor: default;
}

#loginform {
	font-size: .75em;
	margin-left: 5px;
}

.module-count { display: none; }


.module div div div form { font-size: 12px; }


#leftcol .module div div div table{ text-align: center; }

#leftcol .module div div div span  { display: none; }




label { font-size: 12px; margin-right: 10px}
