/************
	    bizz_black
	    author: rgb(raduga) http:/mambasana.ru
	    +
	    drweb - 2-Spalten-Layout
**********/

/***** layout *****/

*html
{
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
  	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    }

#gesamt {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	color: #333;
	line-height: 2em;
    background-image: url(../images/hintergrund_fix_06.gif);
	background-repeat: repeat-y;
	background-position: center;
	border: 1px solid #00588F;
	position: relative;
}

#kopf {
	background: white;
	width: 950px;
	border-bottom: 1px solid #005288;
}

#topline {
	background: white;
	width: 950px;
	border-bottom: 1px solid #005288;
    height: 30px;
}

#links {
    width: 200px;
    position: absolute;
    top: 208px;
    left: 0;
}

#inhalt {
    margin: 5px 15px 10px 220px;
    min-height: 400px;
    height:auto !important;
    height:400px;
}

*html #inhalt {
   padding-top: 15px;
}

html>body #inhalt {
   padding-top: 15px;
}

/***** /layout *****/

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: left;
}

.img_caption.right p {
	clear: right;
	text-align: left;
}

/***** format *****/

h1 {
	margin: 10px 0;
	padding-left: 50px;
         padding-top: 5px;
	line-height: 1.5em;
	text-align: left;
	font: italic normal normal 30px "Times New Roman", Times, serif;
}

#eventlist h1 {
	margin: 10px 0;
	padding-left: 50px;
         padding-top: 5px;
	line-height: 1.5em;
	text-align: left;
	font: italic normal normal 30px "Times New Roman", Times, serif;
}

h2 {
    margin: 15px 0;
    padding-left: 20px;
    padding-top: 5px;
    line-height: 1.3em;
    text-align: left;
    font: italic normal normal 22px "Times New Roman", Times, serif;
    color: #353535;
    font-weight: 500;
}

#eventlist h2, h2.eventlist {
    margin: 15px 0;
    padding-left: 20px;
    padding-top: 5px;
    text-align: left;
    font: italic normal normal 22px "Times New Roman", Times, serif;
    color: #353535;
    font-weight: 500;
}

.eventlist h2, h2.eventlist {
    margin: 15px 0;
    padding-left: 20px;
    padding-top: 5px;
    text-align: left;
    font: italic normal normal 22px "Times New Roman", Times, serif;
    color: #353535;
    font-weight: 500;
}

h3 {
    margin: 12px 0;
    padding-left: 5px;
    padding-top: 5px;
    line-height: 1.2em;
    text-align: left;
    font-size: 15px;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    color: #353535;
    font-weight: 550;
	}

#inhalt h3 {
    margin: 12px 0;
    padding-left: 5px;
    padding-top: 5px;
    line-height: 1.2em;
    text-align: left;
    font-size: 15px;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    color: #353535;
    font-weight: 550;
	}

h3.eventlistmod, h3.latestnews {
    margin: 12px 0;
    padding-left: 5px;
    padding-top: 5px;
    line-height: 1.2em;
    text-align: left;
    font-size: 15px;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    color: #353535;
    font-weight: 550;
	}

#links h3 {
  display           : block;
  width             : 200px;
  padding          : 0;
  font-size        : 13px;
  background       : none;
  text-indent      : 10px;
  line-height: 20px;
  margin-bottom: 0px;
  color            : #FDF6EE;
  border-bottom    : 1px solid #cccccc;
  background-color : #00588f;
  font-weight      : bold;
}

p {
   margin-top: 1px;
   margin-bottom: 4px;
   padding: 2px;
   font-size: 12px;
   text-align: left;
   }

td, tr, p, div {
  font-size        : 12px;
  color            : darkslategray;
  line-height      : 15px;
	}

ul {
  margin           : 2px;
  padding-left     : 20px;
  list-style       : square;
}

li {

  line-height      : 15px;
  margin-left: 1px;
  padding-left     : 5px;
  padding-bottom   : 5px;
  font-size: 12px;
  background-image : url(../images/strelka.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

ul li li {
  list-style: circle;
  }

hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
	}

table.zentrum {
	font-size: 11px;
	border-spacing: 0px;
	border-width: 1px;
	border-color: #cccccc;
	border-collapse: collapse;
   }

table.zentrum th {
   padding: 3px;
	border-spacing: 0px;
	border-width: 1px;
	border-color: #cccccc;
	font-weight: 700;
	text-align: left;
   background-color: #EAFFDA;
	color: #333333;
   }

table.zentrum td {
   padding: 3px;
	border-spacing: 0px;
	border-width: 1px;
	border-color: #cccccc;
   }
form {
         margin: 0;
	padding: 0;
	}

a:link, a:visited {
  	color            : #00588f;
  	text-decoration  : none;
  	font-weight      : bold;
	}

a:hover {
	color            : #006600;
  	text-decoration  : underline;
  	font-weight      : bold;
	}

/***** main-navi *****/

a.mainlevel  {
  display           : block;
  width             : 190px;
  padding          : 0;
  padding-left: 10px;
  font-size        : 13px;
  background       : none;
  line-height: 20px;
  }

a.mainlevel:link, a.mainlevel:visited {
  display          : block;
  font-size        : 13px;
  border-bottom    : 1px solid floralwhite;
  background-color : #569825;
  font-weight      : normal;
  padding          : 2px 0;
  color            : white;
  font-weight      : bold;
  padding-left: 10px;

}

a.mainlevel:hover {
  border-bottom    : 1px solid #cccccc;
  background-color : #EAFFDA;
  font-size        : 13px;
  font-weight      : normal;
  color            : #395F17;
  font-weight      : bold;
  text-decoration  : none;
  padding-left: 10px;

}

#active_menu {
  color            : #FDF6EE;
  border-bottom    : 1px solid #cccccc;
  background-color : #00588f;
  font-weight      : bold;
}
a#active_menu:hover {
  color            : #FDF6EE;
}

.sublevel {
   font-size        : 13px;
   font-weight      : bold;
   color            : #999999;
   margin: 0px 0px 0px 0px;
   padding: 1px 0px 1px 20px;
   display: block;
   width: 203px;
   position: relative;
   background-color: #f6f6f6;
   line-height: 18px;
}
a.sublevel:link, a.sublevel:visited {
  color		        : #00588f;
  text-decoration	: none;
}
a.sublevel:hover {
  color            : #395F17;
  text-decoration  : none;
  background-color: #EAFFDA;
}

a.sublevel#active_menu:link, a.sublevel#active_menu:visited  {
	background-color: #EAFFDA;
	color           : #00588f;
	border          : 0px;
}

div div div a.sublevel {
   font-size        : 13px;
   font-weight      : bold;
   color            : #999999;
   margin: 0px 0px 0px 0px;
   padding: 1px 0px 1px 20px;
   display: block;
   width: auto;
   position: relative;
   left: -3px;
   line-height: 18px;
}

/***** /main-navi *****/

/***** top-navi *****/

#mainlevel-nav {
  font-size        : 12px;
  list-style       : none;
  padding          : 0;
  margin           : 0;
  position: absolute;
  top: 3px;
  left: 15px;
  }

#mainlevel-nav li {
  float            : left;
  display          : block;
  list-style       : none;
  padding-left     : 0;
  padding-right    : 4px;
  margin           : 2px;
  font-size        : 12px;
  line-height      : 25px;
  white-space      : nowrap;
  border-left      : 0px solid #cccccc;
}

#mainlevel-nav li a {
  padding     : 2px 10px;
  font-size        : 12px;
  color            : #00588f;
  font-weight: bold;
}

#mainlevel-nav li a:hover {
  font-size        : 12px;
  color            : #719071;
  border-bottom    : 1px solid #719071;
  /*border-left    : 1px solid #719071;*/
  text-decoration: none;
}

/***** /top-navi *****/

/***** pathway *****/

.pathway {
  font-size        : 12px;
  color            : #333333;
  padding-left     : 20px;
}

a.pathway:link, a.pathway:visited {
  font-size        : 12px;
  padding-left     : 0;
  font-weight      : bold;
  text-decoration  : underline;
}

a.pathway:hover {
  font-size        : 12px;
  padding-left     : 0;
  font-weight      : bold;
}

/***** /pathway *****/

/***** search *****/

#search {
margin: 0px;
width: 163px;
height: 18px;
float: right;
padding: 0 5px;
/*background-color:  #EFF6FF;*/
position: absolute;
right: 64px;
top: 5px;
}

#search .inputbox{
width: 120px;
height: 14px;
font-size: 11px;
background: transparent;
border: none;
border-bottom: 1px dotted #00588f;
margin: 0px;
padding: 0px;
line-height: 12px;
color: #00588f;
font-weight: bold;
}

#search .button{
margin: 0px;
padding: 0px;
height: 18px;
font-size: 10px;
background: #EFF6FF;
border: none;
line-height: 10px;
border-left: 2px solid white;
}

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

/***** /search *****/

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

/*#top {
    background-color: red;
    position: absolute;
    top: 173px;
    right: 60px;
    display: inline;
    width: 150px
	}
*/
/*************************************************/




.main {
  float            : left;
  width            : 100%;
  margin           : 0;
  padding          : 0;
}

.mod {
  background       : #FFFFFF;
  width            : 2px;
}

.back_button {
  color            : #999999;
  font-family      : Tahoma, Arial, Verdana,  Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : normal;
  padding-bottom   : 3px;
  margin-right     : 4px;
  clear            : right;
  text-align: right;
  line-height      : 20px;
  text-decoration  : underline;
  }

.button {
  font-size        : 11px;
  color            : #333333;
  border           : 1px solid #cccccc;
  margin           : 3px 0;
  background-color : #f0f0f0;
  padding          : 2px !important;
  padding          : 1px;
  cursor           : pointer;
}

.inputbox {
 color        : #000000;
 background   : #ffffff;
 border       : 1px solid #cccccc;
 margin       : 3px 0;
}

.contact_email  {
  width            : 100%;
}

.contact_email .inputbox {
  width            : 345px;
}

table.moduletable {
	margin           : 0px 0px 8px 0px;
	width            : 100%;
    background       : #ffffff;
	}

table.moduletable th {
    font-family          : Tahoma, Arial, Verdana,  Helvetica, sans-serif;
	font-size          : 12px;
	font-weight        : bold;
	text-align         : left;
	width              : 100%;
    //background-color   : #000000;
    color              : green;
	padding            : 2px;
	text-indent        : 10px;
	line-height        : 15px;
	}

table.moduletable td {
    padding-top: 2px;
    }

/*****/

table.moduletable_cluster
	{
	width: 50px;
    position: absolute;
    top: 3px;
    float: right;
    right: 5px;
	}

table.moduletable_cluster th {
    font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	text-align: left;
	width: 100%;
    background-color   : #000000;
    color              : #ffffff;
	padding            : 2px;
    text-indent        : 10px;
	line-height        : 15px;
	}

table.moduletable_cluster td {
    padding-top: 2px;
    	}

/*****/

.tdEvent {
    font-size: 11px;
    }

.sectiontableheader {
  font-size        : 13px;
  color            : #333333;
  background       : #ffffff;
  padding          : 1px;
  height: 30px;
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
  vertical-align   : middle;
  }


.sectiontableentry0 {
  font-size: 12px;
  vertical-align   : middle;
  padding          : 3px;
  background       : #f6f6f6;
  border-bottom    : 1px solid #ffffff;
  line-height      : 15px;
  height: 30px;
  }

.sectiontableentry1 {
  font-size: 12px;
  vertical-align   : middle;
  padding          : 3px;
  background       : #f0f0f0;
  border-bottom    : 1px solid #ffffff;
  line-height      : 15px;
  height: 30px;
  }

.sectiontableentry2 {
  font-size: 12px;
  vertical-align   : middle;
  padding          : 3px;
  background       : #f6f6f6;
  border-bottom    : 1px solid #ffffff;
  line-height      : 15px;
  height: 30px;
  }

.sectiontableentry0 img {
	margin-right: 4px;
    }

.sectiontableentry1 img {
	margin-right: 4px;
    }

.sectiontableentry2 img {
	margin-right: 4px;
    }

a.category:link, a.category:visited {
  font-size        : 11px;
  font-weight      : bold;
  }

a.readon:link, a.readon:visited {
  color            : #999999;
  font-family      : Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  white-space      : normal;
  font-weight      : bold;
  padding          : 1px 0px 3px 14px;
  float            : right;
  line-height      : 13px;
  text-decoration  : underline;
  }

a.readon:hover {
  color            : #006600;
  font-family      : Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  white-space      : normal;
  font-weight      : bold;
  padding          : 1px 0px 3px 14px;
  line-height      : 13px;
  text-decoration  : underline;
  }

table.contenttoc {
  border           : 1px solid #dcdcdc;
  background       : #F1F1F1;
  padding          : 5px;
  margin-left      : 2px;
  margin-bottom    : 2px;
  }

.pagenavcounter {
  font-size        : 11px;
  color            : #999999;
  }

.pagenavbar {
  border-top       : 1px solid #999999;
  padding          : 2px;
  }

.pagenav {
  font-weight      : bold;
  }

  a.pagenav:link, a.pagenav:visited {
  font-size        : 11px;
  color            : #999999;
  text-decoration  : none;
  }

a.pagenav:hover {
  font-size        : 11px;
  color            : #006600;
  text-decoration  : none;
  }

.small {
  font-size        : 11px;
  color            : #999999;
  }

.smalldark {
  font-size        : 11px;
  color            : #333333;
  }

.createdate, .modifydate {
  float            : right;
  font-size        : 10px;
  color            : #666666;
  font-weight      : bold;
  text-align       : left;
  width            : 100%;
  }

.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding          : 2px 0;
  }

.content_rating {
  font-size        : 10px;
  color            : #999999;
  }

table.content{
  width            : 100%;
  padding          : 0;
  border-collapse  : collapse;
  border-spacing   : 0;
  margin-bottom    : 10px;
  }

table.contentpane {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
  }

table.contentpaneopen {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
  }

.poll {
	color : #333333;
	line-height : 13px;
	font-weight: bold;
    }

.pollstableborder{
  border-color     : #999999;
  }

.contentheading,.componentheading {
  width            : 100%;
  padding-top:     :10px;
  font-size        : 15px;
  font-weight      : bold;
  line-height      : 20px;
  text-align       : left;
  color            : darkslategray;
  letter-spacing: 1px;
  }

.article_column .contentheading, .article_column .componentheading {
  width            : 100%;
  padding-top:     :10px;
  font-size        : 15px;
  font-weight      : bold;
  line-height      : 20px;
  text-align       : left;
  color            : darkslategray;
  letter-spacing: 1px;
  }

#eventlist .contentheading,.componentheading {
  margin: 15px 0;
    padding-left: 20px;
    padding-top: 5px;
    text-align: left;
    font: italic normal normal 22px "Times New Roman", Times, serif;
    color: #353535;
    font-weight: 500;
  }

.contentpaneopen_download h3 {
	font-size: 12px;
 	font-weight: bold;
 	}

.ontab {
  border-left      : 1px solid #666666;
  text-align       : center;
  font-weight      : bold;
  color            : #333333;
  padding          : 5px;
  cursor           : pointer;
  line-height      : 30px;
  }

.offtab {
  border-left      : 1px solid #666666;
  text-align       : center;
  color            : #999999;
  font-weight      : normal;
  padding          : 5px;
  cursor           : pointer;
  line-height      : 30px;
  }

.tabpadding {
	border-left       : 1px solid #666666;
	}

.footer {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #666666;
  font-weight      : normal;
  height           : 50px;
  padding-top      : 5px;
  }

.footer a:link, .footer a:visited {
  font-size        : 11px;
  color            : #006600;
  text-decoration  : underline;
  font-weight      : normal;
  line-height      : 17px;
	}

.footer a:hover {
  font-size        : 11px;
  color            : #999999;
  text-decoration  : underline;
  font-weight      : normal;
  }

.col {
   vertical-align   : top;
   background       : #ffffff;
   padding          : 0 5px 5px 0;
   }

#rightcol {
   vertical-align   : top;
   background       : #ffffff;
   padding          : 5px;
   border-left       : 1px solid #e0e0e0;
   }

#rightcol div {
	width: 160px;
	}

.foot {
  margin-top       : 6px;
  vertical-align   : top;
  border-top       : 1px solid #e0e0e0;
  }

.contentdescription {
  width          : auto !important;
  padding        : 5px 5px 0 5px;
  text-align     : left;
  font-size: 14px;
  }

#contentdescription {
  width          : auto !important;
  padding        : 5px 5px 0 5px;
  text-align     : left;
  font-size: 14px;
  }

td.pw {
	margin: 0;
	padding:  0;
	height: 28px;
	padding:  3px 0;
	}

.head {
  background     : url(../images/head.jpg) no-repeat top left;
  height         : 43px;
  width          : 129px;
  }

td.top_bar {
  margin : 0;
  padding:  0;
  height         : 43px;
  padding-right  : 30px;
  }

td.top_left {
  margin : 0;
  padding:  0;
  background     : url(../images/body.jpg) no-repeat top left;
  width          : 129px;
  height         : 102px;
  }

td.top_nav_left {
  margin : 0;
  padding:  0;
  background     : url(../images/top_nav_left.jpg) no-repeat top left;
  width          : 22px;
  height         : 102px;
  }

td.top_nav_middle {
  margin : 0px;
  padding:  0px;
  background     : url(../images/top_nav_body.jpg) repeat-x top left;
  height         : 102px;
  }

td.top_nav_right {
  margin : 0;
  padding:  0;
  background     : url(../images/top_nav_right.jpg) no-repeat top left;
  width          : 12px;
  height         : 102px;
 }

td.bgline {
  margin : 0;
  padding:  0;
  width          : 7px;
  }
.blog {
	margin   : 10px 0 2px 7px;
	}

.blog_more {
	margin   : 2px 0 3px 7px;
	}

.buttonheading {
	padding: 0 2px;
	}

div.module {
  width: 200px;
  margin-bottom: 0px;
  }

div.module div {
  width: 200px;
  }

div.module div div {
  padding: 0 5px 0 0;
  width: 200px;
  }

div.module div div div {
  background: none;
  padding: 0;
  width: auto !important;
  width: 200px;
  }

div.module div div div h3 {
  display           : block;
  font-size        : 13px;
  text-indent      : 10px;
  width            : 196px;
  line-height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  color            : #FDF6EE;
  border-bottom    : 1px solid #cccccc;
  background-color : #00588f;
  margin-top: 3px;
  margin-bottom: 0px;
  }

/******************* Top Menu************************/

.moduletable-topnav {
    float: right;
    width				: auto;
    padding				: 0px 0px 1px 5px;
    }

.moduletable-topnav td {
    width				: auto;
	}

.topnav {
	width				: 0px;
	}

a.topnav {
	position			: relative;
	width				: auto;
	background			: none;
 	padding			: 3px 6px 7px 6px;
	color				: #FFFFFF;
    border-top   		: 4px solid #666666;
    text-decoration		: none;
	font-weight			: bold;
    line-height: 25px;
	}

a.topnav:hover {
 	width				: auto;
	color				: #ffffff;
	background			: #000000;
    border-top   		: 4px solid #ff3300;
 	padding			: 3px 6px 7px 6px;
 	font-weight			: normal;
	text-decoration		: none;
	font-weight			: bold;
	}

a.topnav#current {
	cursor			: default;
	position			: relative;
	width				: auto;
	background			: #000000;
 	padding			: 3px 6px 7px 6px;
	color				: #ffffff;
    border-top   		: 4px solid #33cc00;
    text-decoration		: none;
	font-weight			: bold;
    }

a.topnav#current:hover {
	cursor			: pointer;
	position			: relative;
	width				: auto;
	background			: #000000;
 	padding			: 3px 6px 7px 6px;
	color				: #ffffff;
    border-top   		: 4px solid #ff0000;
    text-decoration		: none;
	font-weight			: bold;
	}

.img_caption, #img_caption {
  background: #f1f1f1;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #dedede;
  padding: 2px;
  color: #666666;
  font-size: 10px;
  }

.img_caption p {
  clear: both;
  color: #666666;
  font-size: 10px;
  text-align: left;
  }

*html .img_caption, #img_caption {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  }

.img_caption p {
  clear: both;
  color: #666666;
  font-size: 10px;
  text-align: left;
  }

.article_separator {
  background: none;
  color: none;
}

.jflanguageselection {
  position: absolute;
  top: -10px;
  right: 10px;
}

#jflanguageselection {
  position: absolute;
  top: -10px;
  right: 10px;
}
