/*grey*/
/*color:#373536*/
/*yellow*/
/*color:#ffde24;*/

body {
	margin:0;
	padding:0;
	margin-top:12px;
	font-family:Verdana;
	font-size:11px;
	color:#666666;
	text-align:center;
	background:url(./img/back-grey.png) repeat;
}

.welcome  * {
	font-family:Verdana;
	font-size:10pt;
	color:#666666;
	vertical-align: top;
}

.tabelle {
	/* background:url(./img/back.jpg) no-repeat; */
	/* border-top:1px solid #24618E; */ 
	margin-bottom:20px;
}

h1 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	letter-spacing: 2px;
	color: #373536;
	margin-left:20px;
	padding-left:25px;
	padding-bottom:15px;
	background:url(./img/h1.gif) no-repeat left 5px;	
}

h2 {
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #373536;
	padding:0px;
	padding-bottom:1px;	
}

p {
	margin-left:0;
	padding-left:0;
}
.text {
	margin-left:45px;
	margin-right:45px;
	margin-bottom:12px;
	text-align:justify;
}

.vorstand {
	font-family:Verdana;
	font-size:11px;
	text-align:left;
}

table.vorstand tr td {
	vertical-align:top;
}

.amt, .amtnotbold {
	text-align:right;
	font-weight:bold;
	vertical-align:top;
}

.amtnotbold {
	font-weight:normal;
}
.yellow {
	color:#ffde24;
}



.kandizeile  *{
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	vertical-align: top;
}

table.kandi tr td{
	padding-top:10px;
}
.nbmr {
	/*width:25px;
	min-width:25px;*/
	width:100%;
	text-align:center;
	padding:5px;
	padding-top:0px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	vertical-align:middle;
	background:url(img/h1.gif) no-repeat 10px 5px;
	background-color: #666666;
}

img  {
	border:1px solid #666666;
	margin-left:20px;
}

img.gruss {
	margin-left:0px;
	margin-right:20px;
}

img.photo, img.nob {
	margin:0px;
	/*border-right:3px solid #ffde24;*/
	border-right:0px ;
}
img.nob {
	border: 0px;
}
a:link, a:active, a:visited {
	color:#373536;
    text-decoration:none;
    font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

.main, .footer {
	padding:20px;
	padding-top:20px;
	font-family:Verdana;
	font-size:10pt;
	background:#F4F4F4;
	background:url(./img/mid_jl.jpg) repeat;
}

.header {
	background:url(./img/header_jl_new.jpg) no-repeat;
	height:200px;
}

.footer {
	border-bottom:1px solid #373536;
	font-family:Verdana;
	font-size:11px;
}

.kandibox3 {
	/*float: right;*/
	text-align: justify;
	
}

/*----------------------------------------------------------------------------------------*/
/*- Menu Tabs--------------------------- */ 
#tabsJ {
	background:#bcbcbc;
	background:#000;
	line-height:normal;
	border:1px solid #373536;
	padding-left:30px;
	font-size:11px;
	height:23px;
  }
#tabsJ ul {
	margin:0;
	list-style:none;
  }
#tabsJ li {
	display:inline;
	margin:0;
	padding:0;
  }
#tabsJ a {
	float:left;
	background:url("./img/tableftJ.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
  }
#tabsJ a span {
	float:left;
      display:block;
      background:url("./img/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
  }
  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {float:none;}
/* End IE5-Mac hack */

#tabsJ a:hover span {
	color:#FFF;
  }
#tabsJ a:hover {
	background-position:0% -42px;
  }
#tabsJ a:hover span {
	background-position:100% -42px;
  }

#active {
	border-bottom: 2px solid #ffde24;
}  