/* CSS Document */

a:link, a:visited, a:active {
        color: #32679A;
        text-decoration: underline;
}

a:hover {
        text-decoration: none;
        color: #32679A;
}

a.textLink:link, a.textLink:visited, a.textLink:active, a.textLink:hover {
    text-decoration:none;
    color: #1B3563;
}

body, .hell {
        background-color: #F2FAFF;
}

body, td, input, select, textarea, a:link.weiss, a:visited.weiss, a:active.weiss, a:hover.weiss {
        font-family: Verdana, Arial;
        font-size: 10px;
        color: #FFFFFF;
}

.blau {
        background-color: #32679A;
}

.blaugrau {
        background-color: #658DB3;
}

.content, .highlight {
        color: #1B3563;
}

input, select, textarea {
        color: #000000;
}

textarea {
        text-align: justify;
}

h1, .gross {
        font-size: 18px;
}

h2, .gross {
        font-size: 14px;
}

.highlight {
        font-size: 12px;
        font-weight: bold;
}

ul {
        padding: 8px;
        margin-left: 14px;
        list-style-type: disc;
}



table.registration {
        border: 1px solid rgb(27, 53, 99);
        width: 600px;
        amargin-left:50px;
        font-family: Verdana, Arial;
        font-size: 8pt;
        color: #FFFFFF;
}
th.registration-head {
        border-top: 1px solid rgb(27, 53, 99);
        font-family: Verdana, Arial;
        background-image: url('/templates/img/tblb.jpg');
        background-color:#32679A;
        color: white;
        padding: 2.5pt;
        text-align:center;
        font-size: 10pt;
}
td.registration-subhead {
        font-family: Verdana, Arial;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        background-color:#FFFFFF;
        color: black;
        font-size:8pt;
        padding:2.5pt;
        text-align:center;
}
div.registration-description {
        font-family: Verdana, Arial;
        border-bottom:2px solid #F2FAFF;
        font-size:9pt;
        font-weight:bold;
        padding:1pt;
        margin:1pt;
}
span.registration-description-link, input.registration-description-link {
        font-family: Verdana, Arial;
        font-size:7pt;
        font-weight:normal;
}
div.registration-settings {
        font-family: Verdana, Arial;
        background-color:#FFFFFF;
        color:#000000;
        width:80%;
        padding: 1pt 2pt 1pt 2pt;
        border-top:1px solid #658DB3;
        border-right:1px solid #658DB3;
        border-left:1px solid #32679A;
        border-bottom:1px solid #32679A;
        text-align:center;
}
caption.registration {
        font-family: Verdana, Arial;
        font-size:10pt;
        color: #32679A;
        border-bottom:1px solid #32679A;
        text-align:left;
}
td.registration {
        font-family: Verdana, Arial;
        background-color: #D3E1EF;
        color:#1B3563;
        padding:3pt;
}
table.registration-invoice {
        font-family: Verdana, Arial;
        background-color:#f3f3f3;
        border:1px solid #cccccc;
}
th.registration-invoice {
        font-family: Verdana, Arial;
        color:#333333;
        font-size:9pt;
        background:#f0f0f0;
        border-bottom:1px solid #cccccc;
}
td.registration-invoice {
        font-family: Verdana, Arial;
        color:#333333;
        font-size:9pt;
        padding-left:3pt;
        padding-right:3pt;
}

#loginFrame {
	display:none;
	
	background-color:#CCCCCC;
	border: black solid 1px;

	margin:0px;
	padding:0px;
	
	position:absolute;
	top:370px;
	left:400px;
	width:300px;
	height:120px;
}
#messageBox {
	display:none;
	
	background-color:#DDDDDD;
	border: black solid 1px;

	margin:0px;
	padding:0px;
	
	position:absolute;
	top:370px;
	left:290px;
	width:300px;
	height:100px;
}

td.messageBox {
	color:black;
	font-size:8pt;
}

td.loginFrame {
	color:black;
	font-size:9pt;
}
div.loginFrameHeader {
	margin:0px;
	padding: 1px 1px 2px 2px;
	height:14px;
	background-color:#32679A;
	color:#FFFFFF;
	font-weight:bold;
}
input.loginFrame {
	background-color:white;
	border: black solid 1px;
	color:black;
	font-size:7pt;
}
.xlfont {
	font-size: 10pt;
}
.reddot {
	color:red;
	font-weight:bold;
	font-size:6pt;
}

/* ##### DEUTSCHLANDWEITE SUCHE ##### */
.searchbox {
    width:492px;
}
.searchbox_results {
    width:670px;
}
.searchbox_detail {
    width:670px;
}
.searchbox_head {
    border:1px solid #1B3563;
    border-bottom:none;
}
.searchbox_head_left, .searchbox_head_right {
    float:left;
    height:28px;
    background:url('/templates/img/tbla.jpg') no-repeat;
    width:1px;
}
.searchbox_head_mid {
    float:left;
    height:23px;
    background:url('/templates/img/tblb.jpg') repeat-x;
    padding-top:5px;
    width:488px;
    color:white;
    font-weight:bold;
}
/* IE6/7 (IE7 läuft in IE5 Kompatibilitätsmodus) */
*html .searchbox_head_mid {
    height:28px;
    padding-top:7px;
}
/* IE6/7 (IE7 läuft in IE5 Kompatibilitätsmodus) */
*html .searchbox_results .searchbox_head_mid {
    width:667px;
}
.searchbox_results .searchbox_head_mid {
    width:666px;
}
.searchbox_detail .searchbox_head_mid {
    width:666px;
}
.searchbox_content {
    background-color:#D3E1EF;
    border:1px solid #1B3563;
    border-top:none;
    padding:5px;
    text-align:left;
    color:#1B3563;
}
.searchbox_results .searchbox_content {
    padding-left:0px;
    padding-right:0px;
}
.searchbox_content td {
    color:#1B3563;
}
.searchbox_content th {
    font-size:11px;
    font-weight:bold;
    color:#1B3563;
    padding-left:3px;
    padding-right:3px;
}
.searchbox_bundeslaender td {
    padding-left:20px;
    padding-right:20px;
}
.search_navi td {
    width:175px;
    text-align:center;
}
#stadt_select, #stadtteil_select {
    width:220px;
    height:140px;
    border:1px solid #1B3563;
    overflow:auto;
}
#stadtteil_select table tr:hover {
    background-color:#d6e3ef;
}
.searchbox_criteria td {
    padding-bottom:5px;
}
.search_input_text {
    width:50px;
    border:1px solid #1B3563;
}
.search_input_select {
    width:110px;
    border:1px solid #1B3563;
}
.searchresult {
    width:100%;
}
.searchresult td {
    border-left:1px solid #1B3563;
    border-bottom:1px solid #1B3563;
    padding:4px;
    padding-top:6px;
    padding-bottom:6px;
}
.searchresult_center_td {
    text-align:center;
}
.search_odd {
    background-color:#d6e3ef;
}
.search_even {
    background-color:#e6eff7;
}
.firsttd {
    padding-right:10px;
}
.search_submit_btn {
    position:relative;
    left: 500px;
}