/* ALLGEMEINE EIGENSCHAFTEN */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #e4e4e4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#box {
	width: 770px;
	margin-top: 0px;
	top: 0px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

#header {
	height:93px;
	width:770px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-color: #E4E4E4;
}
#header_en {
	height:93px;
	width:770px;
	background-image: url(../images/header_en.png);
	background-repeat: no-repeat;
	background-color: #E4E4E4;
}

/* NAVIGATION */
#navi {
	position:absolute;
	height: 20px;
	padding-left: 30px;
	margin-top: 138px;
	padding-top: 5px;
}
#navi a   {
	font-size: 12px;
	text-decoration: none;
	color: #555555;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 1px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;
	line-height: 11px;
}
#header #navi a:hover {
	text-decoration: underline;
}
/*
#navi a.high {
	font-size: 11px;
	text-decoration: none;
	color: #ff6600;
	padding-right: 20px;
	line-height: 20px;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c1c1c1;
}
.aktiv    {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	padding-right: 20px;
	line-height: 20px;
	background-color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c1c1c1;
}
*/

/* STARTSEITE */
#start_content {
	width: 770px;
	background-repeat: repeat-y;
	float: none;
	padding-bottom: 50px;
	height: 250px;
}
#start_description {
	width: 490px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}
#start_description #search {
	margin-left: 15px;
}
#start_content #start_teaser a {
	background-image: url(../images/link-pfeil.gif);
	background-repeat: no-repeat;
	padding-left: 9px;
	text-decoration: none;
	color: #003366;
	background-position: 0px 4px;
	display: block;
	height: 16px;
	font-size: 11px;
}
#start_content  #start_teaser  a:hover {
	background-image: url(../images/link-pfeil-hover.gif);
	background-repeat: no-repeat;
	padding-left: 9px;
	text-decoration: none;
	color: #00adef;
	background-position: 0px 4px;
	display: block;
	height: 16px;
}

#start_content #start_teaser #service {
	padding-top: 10px;
	padding-bottom: 10px;
}

#start_teaser {
	width: 210px;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}
#wiki_teaser {
	height: 50px;
	margin-bottom: 20px;
}
#box #start_content #start_teaser #wiki_teaser a {
	background-image:none;
	padding-left: 0px;
}
#keyvisual {
	position: absolute;
	left: 0px;
	top: 83px;
}
.eingabefeld-empfehlen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 12px;
	width: 170px;
}
.eingabefeld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 12px;
	width: 100px;
}
.eingabefeld-mehrzeilig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 75px;
	width: 170px;
}


/* ERGEBNISSEITE */
#result_intro {
	width: 709px;
	margin-top: 20px;
	margin-left: 15px;
}
#result_intro #headline {
	margin-bottom: 20px;
}
#resultnav
{
	position: relative;
	left:15px;
	width:690px;
	border:solid 1px #E4E4E4;
	font-size:11px;
	padding:5px;
	margin-top: 20px;
}
#result
{
	position: relative;
	left:15px;
	width:700px;
	border:solid 1px #E4E4E4;
}
#resulttab th
{
	text-align:left;
	color:#666666;
	padding:3px;	
}
#resulttab td
{
	padding:3px;	
	color:#666666;
}
.row1
{
	background-color:#FFFFFF;	
}
.row1
{
	background-color:#f0f0f0;	
}

/* DETAILSEITE */
#detail_intro {
	width: 709px;
	margin-top: 20px;
	margin-left: 15px;
}
#detail {
	left:15px;
	width:700px;
	border: 1px solid #E4E4E4;
	padding: 10px;
	top: 10px;
	float: none;
	height:450px;
	position: relative;
}
#detail-option {
	width:210px;
	background-color: #f0f0f0;
	margin-left: 10px;
	padding-left: 10px;
	float: right;
}
#detail-option a.link {
	color: #003366;
	text-decoration: none;
	background-image: url(../images/link-pfeil.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	display: block;
	background-position: 0px 8px;
	line-height: 22px;
	font-weight: normal;
	font-size: 11px;
}

#detail-option a.anker {
	color: #000000;
	text-decoration: none;
}

.detail-note {
	font-size: 11px;
	font-weight: normal;
}
.detail-note a {
	color: #003366;
}

.line_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#detailtab td {
	padding:3px;
	color:#666666;
}
#detail #detailtab {
	float: left;

}
.detailtab-left {
	padding:3px;
	color:#666666;
	text-align: left;
	font-weight: bold;
}
.formular-empfehlen {
	display: none;
}
.formular-empfehlen-visible {
	display: block;
}


/* SERVICE SEITE */
.subheadline {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-bottom: 10px;
}
#service_content {
	width: 410px;
	margin-left: 20px;
	margin-top: 20px;
	position: relative;
	float: left;
}
#service_subnavi {
	width:110px;
	margin-top: 20px;
	margin-left: 15px;
	float: left;
}
#service_subnavi a {
	background-image: url(../images/linkicon.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #517EB9;
	background-position: 0px 2px;
	display: block;
	padding-bottom: 5px;
}
#service_subnavi a:hover {
	background-image: url(../images/linkicon-high.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #ff6600;
	background-position: 0px 2px;
	display: block;
	padding-bottom: 5px;
}
#service_subnavi a.high {
	background-image: url(../images/linkicon-high.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #ff6600;
	background-position: 0px 2px;
	display: block;
	padding-bottom: 5px;
}

.link {
	font-weight: bold;
	color: #527bb9;
	text-decoration: none;
	background-image: url(../images/arrow-link.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	display: block;
	background-position: 0px 6px;
}


/* NEWS SEITE */
#news_content {
	width: 410px;
	margin-left: 165px;
	padding-top: 20px;
}
#news_content #headline {
	padding-bottom: 20px;
}
#news_scroll {
	width: 410px;
	height: 330px;
	font-size: 11px;
	overflow: scroll;
	padding-bottom: 15px;
}
#newsimg {
	padding-right: 15px;
}
.link {
	font-weight: bold;
	color: #527bb9;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 0px;
	display: block;
	background-position: 0px 0px;
}


/* Autocomplete stuff */
div.auto_complete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	z-index: 100;
    }
    ul.contacts  {
      list-style-type: none;
      margin:0px;
      padding:0px;
      	z-index: 100;
        }
    ul.contacts li.selected { background-color: #ffb000; }
    li.contact {
      list-style-type: none;
      display:block;
      margin:0;
      padding:2px;
      height:16px;
    }
    li.contact div.name {
    	  color:#000000;
      font-weight:bold;
      font-size:12px;
      line-height:1.2em;
    }
    li.contact div.more {
    	  color:#000000;
      font-weight:normal;
      font-size:12px;
      line-height:1.2em;
    }
    li.contact div.email {
    	  color:#000000;    
      font-size:10px;
    }
	
/* FOOTER */

#footer {
	height: 17px;
	width: 770px;
	left: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/bg-footer.gif);
	padding-top: 10px;
	text-align: right;
}
.footer-link {
	text-decoration: none;
	font-size: 11px;
	color: #666666;
	background-image: url(none);
	padding-right: 10px;
	padding-left: 10px;
}
.footer-link:hover {
	text-decoration: none;
	font-size: 11px;
	color: #00adef;
	background-image: url(none);
	padding-right: 10px;
	padding-left: 10px;
}

/* SERVICE Seiten */
#teaser {
	width: 180px;
	z-index: 100;
	margin-left: 20px;
	float: left;
	margin-top: 20px;
}
#teaser td {
	font-size: 11px;
}
.teaser_headline {
	font-size: 11px;
	color: #527bb9;
	text-decoration: none;
	width: 180px;
	font-weight: bold;
	display: block;
	background-position: 2px 4px;
}
.teaser_link {
	font-size: 11px;
	color: #527bb9;
	text-decoration: none;
	width: 159px;
	font-weight: regular;
	display: block;
	background-position: 2px 4px;
}
#service {
	background-color: #FFFFFF;
	width: 770px;
	height: 300px;
}

div.message-success
{
	display:block;
	color:green;
	font-weight:bold;
}
div.message-error
{
	display:block;
	color:red;
	font-weight:bold;
}
div.message-none
{
	display:none;
}
.link {
	color: #003366;
	text-decoration: none;
	font-weight: normal;
	display: inline;
}
