/* 
    Document   : version3
    Created on : 06.09.2011, 16:54:02
    Author     : D_Koch
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

ul,ol,li,h1,h2,h3,h4,h5,h6,h7,pre,form,
body,html,p,blockquote,fieldset,input,select { 
    margin: 0; 
    padding: 0; 
    line-height: 160%
}

html {
    overflow-y: scroll;
}
















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

    
div#page {
    text-align: center;
    border: 0px;
	
}

div#body {
    width: 995px;
    padding: 0px; /* LATER 0 */ 
    margin: 0 auto;
    border: solid 0px;
    font-family: Verdana;
    text-align: left;
    background-color:white;
}

div#java_message {
    border: solid 0px;
    margin: 0px;
    padding: 5px;
    text-align: center;
    background-color: #fff669;
    border-bottom: 1px solid black;
}

div#head {
    min-height: 100px;
    height: 100px; /* IE sucks*/
}

div#headLogo {
    float: left;
    margin-top: 10px;
    margin-left: -2px;
}

div#headStamp {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

div#headBanner {
    float: left;
    margin-top: 25px;
    margin-left: 70px;
}

div#line {
    height: 1px;
	background-color:#ffffff;
    color: white;
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    font-weight: bold;
    position:middle;
}

div#linetop {
    height: 20px;
	color: white;
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
    font-weight: bold;
    position:relative;
}

div#middle {
    /*border-right:1px solid #999999;*/
    background-color:#ffffff;
}

div#navigation {
    float: left;
    width: 200px;
    padding: 0px;
    background-color:#ffffff;
    /*min-height:100px;*/
}

div#navLogin {
    position:relative;
    width: 180px;
    padding: 10px;
    margin: 0px;
    background-color:#ffffff;
}

div#contentBackground {
    position:relative;
    margin-left: 200px !important;  /* size of middleNavigation */
    /*border-right:1px solid #999999;*/
    background-color:#ffffff;
    padding: 0px;
    margin: 0px;
}

div#headline {
    width: 630px;
    background-color:ffffff;
    position: relative;  /* to be able to use absolute positions in the mask */
    
    min-height: 5;
    height:auto !important;  /* for modern Browser IE ignores this */
    height:5px;  /* for IE */
}
div#content {
    width: 630px;
    background-color:white;
    /*border-right: 1px solid #ffffff;*/
    position: relative;  /* to be able to use absolute positions in the mask */
    
    min-height: 600px;
    height:auto !important;  /* for modern Browser IE ignores this */
    height:600px;  /* for IE */
}

div#contentSlim {
    width: 530px;
    background-color:white;
    border-right: 1px solid #ffffff;
    position: relative;  /* to be able to use absolute positions in the mask */

    min-height: 400px;
    height:auto !important;  /* for modern Browser IE ignores this */
    height:400px;  /* for IE */
}

div#contentFull {
    background-color:white;
    border-right: 1px solid #ffffff;
    position: relative;  /* to be able to use absolute positions in the mask */

    min-height: 500px;
    height:auto !important;  /* for modern Browser IE ignores this */
    height:500px;  /* for IE */

}

div#resultLine {
	height: 30px;
	position:relative;
	margin:0px;
	/*border-right:1px solid #999999;*/
    background-color:#ffffff;
}

/*style="position:absolute;left:13px; top:11;"*/
div#headline {
   padding: 10px;
   
   border-bottom: 1px solid #ffffff;
}

.lightboxBlack{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:100;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);/* For IE8 and earlier */
}
.lightboxContent {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 500px;
    height: 600px;
    padding: 10px;
    border: 2px solid #203399;
    background-color: white;
    z-index:200;
    overflow: auto;
}































/* form's & masks'*/

.errorBubble {
    position: absolute;
    width: 200px;
    background-color:white;
    border: 1px solid #999;
    padding:5px;
    color: red;
}


.infoField {
    width: 239px;
    min-height: 100px;
    background-color:white;
    border: 1px solid #ffffff;
    position: absolute;  /* to be able to use absolute positions in the mask */
    left: 540px;
    top: 28px;
}

.infoFieldSmall {
    width: 140px;
    min-height: 100px;
    background-color:white;
    border: 1px solid #ffffff;
    position: absolute;  /* to be able to use absolute positions in the mask */
    left: 640px;
    top: 28px;
}

div#infoLeisteAussen {
    width: 145px;
    position: absolute;
    left: 660px;
    top: 15px;
    text-align: left;
	
}

div#infoLeisteInnen {
    background-color:white;
    border: solid 1px #ffffff;
	text-align: left;
}



.error {
    background-color:#ffc8c8;
}
/*absolute maybe only in new forms*/
input, select, input[type=text] {
    /*border: 1px solid #666666;*/
    /*stupid IE on select box ... */
}

textarea {
	FONT-FAMILY: Verdana;
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	COLOR: 000000;
}































/* global stuff*/

body {
    padding: 0px;
    font-family: verdana, sans-serif;
    font-size: 11px;
    background-color: #ffffff;
}

td {
    FONT-WEIGHT: normal;
    font-size: 11px;
}

p {
    FONT-WEIGHT: normal;
    font-size: 12px;
    margin-bottom: 12px;
    margin-top: 12px;
}

hr {
    background-color:#999;
    border: none;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

H1 { font-size: 12px; font-weight: bold;   color: #000000; }
H2 { font-size: 15px; font-weight: bold;   color: #000000; }
H3 { font-size: 12px; font-weight: normal; color: #203399; }
H4 { font-size: 12px; font-weight: bold;   color: #000000; }
H6 { font-size: 11px; font-weight: normal; color: #ffffff; }

ul.menue {
    margin: 0;
    padding: 0px;
    border: 0px;
    list-style-type:none;
}
A.menue_ebene0:link {FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #203399; FONT-FAMILY: Verdana; TEXT-DECORATION: none}
A.menue_ebene0:hover {FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #999999; FONT-FAMILY: Verdana; TEXT-DECORATION: underline}
A.menue_ebene0:active {FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #999999; FONT-FAMILY: Verdana; TEXT-DECORATION: underline}
A.menue_ebene0:visited {FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #203399; FONT-FAMILY: Verdana; TEXT-DECORATION: none}


A.menue_ebene0_aktiv:link {FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana; TEXT-DECORATION: none}
A.menue_ebene0_aktiv:hover {FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana; TEXT-DECORATION: underline}
A.menue_ebene0_aktiv:active {FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana; TEXT-DECORATION: underline}
A.menue_ebene0_aktiv:visited {FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana; TEXT-DECORATION: none}

A.menue_ebene1:link {FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #203399; FONT-FAMILY: Verdana; TEXT-DECORATION: none}
A.menue_ebene1:hover {FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #203399; FONT-FAMILY: Verdana; TEXT-DECORATION: underline}
A.menue_ebene1:active {FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #203399; FONT-FAMILY: Verdana; TEXT-DECORATION: underline}
A.menue_ebene1:visited {FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #203399; FONT-FAMILY: Verdana; TEXT-DECORATION: none}

A.menue_ebene1_aktiv:link {FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana; TEXT-DECORATION: none}
A.menue_ebene1_aktiv:hover {FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana; TEXT-DECORATION: underline}
A.menue_ebene1_aktiv:active {FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana; TEXT-DECORATION: underline}
A.menue_ebene1_aktiv:visited {FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana; TEXT-DECORATION: none}

A:link {
    FONT-WEIGHT: normal;
    font-size: 11px;
    COLOR: #203399;
    text-decoration: none;
}

A:hover {
    FONT-WEIGHT: normal;
    font-size: 11px;
    COLOR: #999999;
    TEXT-DECORATION: underline
}


A:active {
    FONT-WEIGHT: normal;
    font-size: 11px;
    COLOR: #999999;
    TEXT-DECORATION: underline
}

A:visited {
    FONT-WEIGHT: normal;
    font-size: 11px;
    COLOR: #999999;
    TEXT-DECORATION: none
}























/* old table layout */

table.Tabelle {
    width: 630px;
    padding: 0px;
    border: 0px;
    margin: 0px;
    border-collapse: collapse;
}

td.Top {
    background-color: #FFFFFF;
    /*border-bottom: 1px solid #999;*/ /*remove unten table first*/
    /*border-right: 1px solid #999;*/
    color: #000000;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    margin: 0px;
    text-align: left;
}

td.Unten {
    background-color: #ffffff;
    height: 1px;
}

td.Links {
    background-color: #ffffff;
    border: 0;
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    padding: 4px;
    margin: 0px;
    text-align: right;
    text-decoration: none;
    vertical-align: top;
    width: 150px;
}

td.mLinks {
    border: 0;
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    margin: 0px;
    text-align: right;
    text-decoration: none;
    vertical-align: top;
}

td.Rechts {
    background-color: #ffffff;
    border: 0px;
    font-family: Verdana;
    font-size: 11px;
    padding: 4px;
    text-decoration: none;
    vertical-align: top;
}























/* result list */


table.res {
    width:790px;;
    margin:0px;
    padding:0px;
    border:0px;
    background-color:red;
    border-collapse:collapse
    
}

table.resshow {
    margin:0px;
    padding:0px;
    border:0px;
    border-right:1px solid #ffffff;
    background-color:red;
    border-collapse:collapse;
   
    max-width:640px;
    width:640px;
    
}

th.res {
    height:22px;
    background-color:#eee;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    padding-right: 12px;
}

tr.resTA {
    background-color:#eee;
    line-height: 18px;
}
tr.resTB {
    background-color:#fff;
    line-height: 18px;
}
td.resId {
    white-space: nowrap;
    text-align:right;
    padding-right: 5px;
}
td.resZip {
    white-space: nowrap;
    padding-right: 5px;
    padding-left: 5px;
}
td.resHeadline {
    white-space: wrap;
    word-wrap: break-word; 
    width:150px;
    max-width:171px;
    padding-right: 5px;
    padding-left: 5px;
   
}
td.resOrt {
    white-space: wrap;
    word-wrap: break-word; 
    width:120px;
    max-width:120px;
    padding-right: 5px;
    padding-left: 5px;
   
}
.box {
    border:0px;
}
.resState {
    text-align:center;
    font-weight: bold;
    background-color:#ccc;
    padding:3px;
}
a.res {
    color: #203399;
    text-decoration: none;
    font-size: 11px;
}
a.resMarked {
    color: red;
    text-decoration: none;
    font-size: 11px;
}
a.resMarked:visited {
    color: red;
    text-decoration: none;
    font-size: 11px;
}

a.region_link {
    color: black;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

a.button {
    background: transparent url('/ausschreibungen/images/einfach/bg_button_a.gif') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/ausschreibungen/images/einfach/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 5px 18px;
    text-decoration: none;
    font: normal 12px arial, sans-serif;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
    text-decoration: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 4px 18px; /* push text down 1px */
    text-decoration: none;
    font: normal 12px arial, sans-serif;
}

a.button:hover {

    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.gelb{
    background-color: #ffff66;
}

::-webkit-input-placeholder { color:#404040; font-family: Verdana; font-size: 10px }
::-moz-placeholder { color:#404040; font-family: Verdana; font-size: 10px } /* firefox 19+ */
:-ms-input-placeholder { color:#404040; font-family: Verdana; font-size: 10px } /* ie */
input:-moz-placeholder { color:#404040; font-family: Verdana; font-size: 10px }

#nl2go--submit {
	background:url("/_global/images/newsletter-abonnieren.gif");
	border:0;
	outline:0;
}











/* trough away important */
a.cta {
    display: inline-block;
	background-color: #db142b !important;
	color: white !important;
	padding: 8px !important;
	font-size: 12px !important;
	margin-bottom: 12px !important;
	font-weight: bold !important;
	border-radius: 6px !important;
	text-decoration: none !important;
}
a.cta:hover {
	background-color: #840c1a !important;
}
a.link {
    display: inline-block;
    font-size: 12px;
	color: blue !important;
	text-decoration: none !important;
}
a.link:hover {
	color: blue !important;
	text-decoration: underline !important;
}
h1 { 
    font-size: 16px !important; 
    font-weight: bold !important;   
    color: #000000 !important;
    margin-bottom: 12px;
}
h2 { 
    font-size: 14px !important; 
    font-weight: bold !important;  
    color: black !important; 
    margin-bottom: 12px;
}
h3 { 
    font-size: 14px !important; 
    font-weight: bold !important; 
    color: rgb(34, 51, 153) !important;  
    margin-bottom: 12px;
}
ul {
    margin-left: 20px;
    margin-bottom: 12px;
}
li {
    font-size: 12px;
}
p { 
    display: inline-block; 
    margin-top: 0px;
    margin-bottom: 12px;

}
img.cmsImg { 
    margin-bottom: 12px;
}


.mod_content {
    margin-left: 12px;
    float: left;
    margin-bottom: 200px;
}

.mod table {
    font-size: 12px;
    border-spacing: 0px;
    border: 1px solid black;
}
.mod table th {
    background-color: #9faedc;
    padding: 4px;
}
.mod table td {
    padding: 4px;
    border-top: 1px solid #9faedc;
    border-right: 1px solid #eee;
}
.img_left {
    float: left;
    margin-right: 16px;
    margin-top: 6px;
}
.img_right {
    float: right;
    margin-left: 16px;
    margin-top: 6px;
}




/* arcordeon via jquery-ui */
.ui-accordion-header {
    cursor: pointer;
}
.ui-accordion-header {
    margin-top: 14px;
}




/* FAQ */
.ui-accordion {
    font-size: 12px;
}
.ui-accordion-content li {
    margin-left: 30px;
}



/* index */

.index_new {
    padding: 10px;
    position: relative;
 }
.index_new .index_left {
    float: left;
    width: 450px;
    margin-top: 20px;
 }
.index_new .index_right {
    float: right;
    width: 250px;
    text-align: center;
}
.index_new .index_right img {
    margin-bottom: 10px;
    width: 190px;
}
.index_new .index_right a {
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border-radius: 6px;
    background-color: green;
}
.index_new .index_bottom {
    margin-top: 24px;
    float: left;
    width: 700px;
}
.index_new .index_bottom a {
    font-size: 12px;
}
.index_new .index_right p {
    margin-top: 20px;
    font-size: 12px;
}
.index_new .quickbox {
    float: left;
    margin-top: 10px;
    width: 720px;
    border: 2px solid #eee;
    padding: 16px;
}
.index_new #datepicker {
    margin-right: 6px;
}
.index_new .quickbox h2 {
    margin-right: 10px;
    display: inline-block;
}
.index_new .quickbox .headline {
    display: inline-block;
    float: left;
    width: 300px;
    margin-bottom: 0px;
}
.index_new .quickbox .map {
    float: left;
    width: 220px;
}
.index_new .quickbox .map area {
    cursor: pointer;
}
.index_new .quickbox .resultlist {
    float: right;
    width: 420px;
    height: 320px;
    overflow: scroll;
    overflow-x: hidden;    
}