/* Inhalte / Blöcke positionieren, einrichten */

body{
	margin:0;
	padding:0;
}



/* Hauptinhalt */

.gewidor {
	margin-top:44px;
	margin-left:28px;
	margin-right:28px;
	margin-bottom:50px;
}

.border, table.border, table.border td, table.noborder table.border, table.noborder table.border td{
	border:1px solid #CCCCCC;
}
.noborder, table.noborder, table.noborder td, table.border table.noborder, table.border table.noborder td{
	border:none;
}

.gewidor table, .gewidor td{
	border-spacing:0;
	border-collapse:collapse;
	vertical-align:top;
}
.gewidor td{
	padding:2px;
}

.full {
/*	width:652px;*/
	width:634px;
}

.half {
/*	width:452px;*/
	width:434px;
}

#iframeholder{
	height:360px;
}

#content{
	height:360px;
	width:710px;
	
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
}

/* Aussehen mit Schriftfarben etc. */

body, table, input, .normal, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
	color: #535353;
}

input.submit{
	border:2px solid #D9EBF9;
	width: 200px;
	background-color:#EBF3F9;
	
	cursor:pointer;
}

a{
	text-decoration:none;
	color: #19469d;
}

a:hover{
	text-decoration:underline;
}

.nebensache{
	color:#AAAAAA;
	font-size:10px;
	line-height:14px;
}

.toplinks {
	padding-right:26px;
	padding-top:4px;
	text-align:right;
	font-size: 9px;
	line-height:9px;
}

.toplinks a, .toplinks{
	color:#b2b2b2;
}

h1,h2,h3,h4,h5,h6,h7, .blue, .headline {
	font-size: 11px;
	color: #19469d;
}

h1,h2,h3,h4,h5,h6,h7,.headline{
	margin:0 0 16px 0;
	font-weight:bold;
}

#navigator {
	font-size: 9px;
	color: #535353;
	
	margin-bottom:17px;
}

a.news_link {
	font-size: 11px;
	color: #19469d;
	font-style:italic;
}


/* Navigation */

#navi_spacer{
	margin-bottom:16px;
}

#navi{
/*	padding-bottom:150px;*/
}

#navi a{
	font-size:11px;
	line-height:30px;
	margin-left:45px;
	
	color:#535353;
	display:block;
	
	font-weight:bold;
}

#navi .active a{
	color:#19469d;
}

#navi div.navi_link_sub a.active{
	font-weight:bold;
}

div.navi_link{
	clear:both;
	border-top:1px solid #eaeef6;
	margin-top:0px;
	margin-right:25px;
}

/* Sublink */
#navi div.navi_link_sub a{
	line-height:20px;
	font-weight:normal;
	margin-left:57px;
}

div.navi_link_sub{
	margin-bottom:12px;
}

/* Subsublink */
#navi div.navi_link_sub_sub a{
	margin-left:57px;
}

div.navi_link_sub_sub{
	margin-bottom:12px;
	margin-left:13px;
}


/* Pfeile */

.pfeil{
	clear:both;
	float:left;
	margin:9px 0 0 5px;
}

div.navi_link_sub .pfeil{
	margin:7px 0 0 44px;
}



/* Firefox Issue */

p{
	margin-top:0px;
}


/* News */

#news{
	padding-top:46px;
	margin-left:28px;
}

.newsbox{
	border:1px solid #cdcdcd;
	border-right:none;
	background-image:url(pics/newsblock-back.jpg);
	
	padding:10px 12px 12px 12px;
	margin-bottom:10px;
}

div.relative{
	position:relative;
	width:170px;
}

.icon{
	position:relative;
	top:-7px;
	left:13px;
/*	left:165px;*/
}

.iconholder{
	position:absolute;
	right:0;
}

.clear{
	clear:both;
}


/* Suche */

#keywordsearch{
	margin-left:45px;
	position:absolute;
}

#suchabstand{
	height:37px;
}

#keywordsearch input{
	border:1px solid #838383;
	
	width:109px;
	
	padding-top:2px;
	padding-right:2px;
	padding-bottom:4px;
	padding-left:2px;
	
	font-size:11px;
	line-height:16px;
}

#searchresults{
	background-image:url(pics/such-ergebnisse-back.jpg);
	background-color:#393939;
	
	display:none;
	
	position:absolute;
	width:188px;
	
	margin:0;
	padding:0;
}

#resultshere{
	padding:0 13px;
	margin:0;
}

#resultshere table{
	margin:0;
}

#resultshere img{
	padding-top:5px;
	padding-right:3px;
}

#resultshere td{
	padding-bottom:3px;
}

#navi #resultshere a{
	font-size:11px;
	line-height:16px;
	
	margin:0;
	padding:0;
	
	color:#535353;
	
	font-weight:normal;
}

.spfeil{
	vertical-align:bottom;
}


/* Formulare */
.gewidor form td, .gewidor form table{
	border:none;
}

.lightgrey{
	background-color:#EEEEEE;
}
.input, .textarea{
	padding:2px;
	padding-bottom:4px;
	border:1px solid #666666;
	background-color:#FFFFFF;
}

#kontakt td{
	padding:3px;
}
.noprint_title{
	margin-left:-25px;
}

.highlight_gewidor{
	border:1px solid #D9EBF9;
	background-color:#EBF3F9;
	padding:3px;
}
.problem, .error{
	color:#DD0000;
}
.solution{
	color:#00AA00;
}