@charset "utf-8";
/* CSS Document */
body {
	background-image:url(background.png);
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#1c1c1c;
}

a {
  color:#000000; 
  text-decoration:none; 
  }
  
a:hover {
  color:#000000; 
  text-decoration:underline; 
  }

#site {
	width:892px;
	background-color:#fff;
	margin:0 auto;
}

.clear {
	clear:both;
}

#siteFooter {
	background-image:url(siteFooter.gif);
	background-repeat:no-repeat;
	width:892px;
	height:11px;
	margin:0 auto;
	padding-bottom:10px;
}

#footer {
 background-image:url(footer.png); 
 background-repeat:no-repeat;
 height:73px; 
 color:#ffffff; 
 font-size:10px; 
}

#footer a {color:#ffffff; font-size:10px; }

#menue {
	width:227px;
	float:left;
	margin-left:10px;
}

#headMenue {
	background-image:url(headMenueBg.png);
	background-repeat:repeat-x;
	height:47px;
	margin-bottom:10px;
}

#headMenue ul {
	padding:0;
	margin:0;
	list-style:none;
	margin-left:20px;
}

#headMenue li {
	float:left;
}

.headMenueTrenner {
	margin:0 15px 0 15px;
}

.startleftBox {
	width:255px;
	border-right:1px solid #ccc;
	padding-right:25px;
	float:left;
}

.startRightBox {
	width:255px;
	padding-left:25px;
	float:left;
}

#menue a {
  text-decoration:none;
  color:#666666;  
}

#menue a:hover {
  color:#333333; 
}

.menueHeadBg {
	background-image:url(menue_head.png);
	width:227px;
	height:49px;
}

.menueHeadText {
	padding:14px 0 0 17px;
	color:#fff;
}

.menueContent {
	background-image:url(menue_bg.png);
	padding-left:20px;
}

.menueContent ul {
	list-style:none;
	padding:0;
	margin:0px;
}

#content {
	width:630px;
	float:left;
	margin-left:5px;
}

#content a {color:#2888FF; }

.contentText {
	background-image:url(content_bg.png);
  padding:20px; 
  margin-top:-3px; 
	text-align:justify;
}

.button {
	background-image:url(buttonbg.jpg);	
	background-repeat:repeat-x;
	border:1px solid #bbb;
	font-size:11px;
	height:22px;
	font-weight:bold;
}

h3 {
  margin-top:0px;
  margin-bottom:10px;  
  font-size:14px; 
  color:#4167a5; 
} 

h1 {
  margin-top:0px;
  margin-bottom:10px;  
  font-size:14px; 
  color:#4167a5; 
} 

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}


#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}