html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #191919;
}

body {
    height: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-color: #191919;
    background: url(/images/background.jpg);
    background-repeat: no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 19px;
    color: #000000;
}

#container {
    margin: 0px auto;
    margin-top: 0px;
    text-align: left;
    padding: 0px;
    width: 910px;
}

#header_logo {
    z-index: 0;
    margin-top: -30px;
    margin-bottom: 6px;
    margin-left: 524px;
    width: 381px;
    height: 88px;
}

#header_navigation {
    z-index: 2;
    margin: 0px;
    padding: 10px;
    color: #ffffff;
}

#leftbox {
    float: left;
    width: 165px;
    height: 440px;
}

#navigation_border_right {
    float: right;
    width: 5px;
    height: 435px;
    padding: 0px;
    margin: 0px;
    background-color: #000000;
    vertical-align: top;
}

#navigation {
    float: left;
    width: 145px;
    height: 342px;
    padding-left: 15px;
    padding-top: 8px;
    margin: 0px;
    background-color: #d3d3d3;
}

#navigation_footer {
    float: left;
    width: 145px;
    height: 90px;
    padding-left: 15px;
    margin: 0px;
    vertical-align: bottom;
    background-color: #d3d3d3;
}

#navigation_border_bottom {
    clear: both;
    width: 165px;
    height: 5px;
    padding: 0px;
    margin: 0px;
    background-color: #000000;
}

#main {
    float: left;
    margin-left: 5px;
    width: 740px;
}

#content {
    float: left;
    width: 735px;
    min-height: 435px;
    padding: 0px;
    vertical-align: top;
    background: #fff;
}

#content_transparency {
    float:left;
    width:735px;
    height:435px;
    padding:0px;
    margin:0px;
}

#text {
    float: left;
    width: 675px;
    padding: 30px;
    vertical-align: top;
}

#content_border_right {
    float: right;
    width: 5px;
    height: 435px;
    padding: 0px;
    margin: 0px;
    background-color: #000000;
    vertical-align: top;
}

#content_border_bottom {
    clear: both;
    width: 740px;
    height: 5px;
    padding: 0px;
    margin: 0px;
    background-color: #000000;
}

#footer {
    clear: both;
    width: 740px;
    padding: 0px;
    margin-top: 8px;
    margin-bottom: 45px;
    text-align: center;
    color: #FFFFFF;
}

/*
Fonts:
HauptNavigation
Arial 11Pt  Bold   r0|g0|b0     Highlight    r224|b123|c40   #e07b28

Subnavigation
Arial 11Pt  regular   r0|g0|b0     Highlight    r224|b123|c40   #e07b28

Fließtext    
Verdana 10 Pt  regular   r0|g0|b0   #000000

Headlines
Verdana 18 Pt  bold   r224|b123|c40   #e07b28

Headlines für Stadtdetail
Verdana 12 Pt  bold   r224|b123|c40   #e07b28
*/

.grey {
    color: #c3c3c3;
}

.headline {
    font-family:  Arial, Helvetica, Verdana,sans-serif;
    font-size: 18px;
    color: #e07b28;
    font-weight: bold;
}

/* NAVIGATION */

div#header_navigation a {color: #ffffff;text-decoration: none;}
div#header_navigation a:visited {color:#ffffff;text-decoration: none;}
div#header_navigation a:hover {color: #ffffff;text-decoration: underline;}

div#navigation a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 21px;
	color: #000000;
	text-decoration: none;}
div#navigation a:visited {color:#000000;text-decoration: none;}
div#navigation a:hover {color: #e07b28;text-decoration: none;}

div#navigation a.highlight {color: #e07b28;}
div#navigation a.highlight:visited {color:#e07b28;text-decoration: none;}
div#navigation a.highlight:hover {color: #e07b28;text-decoration: none;}

a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 14px;
	color: #000000;
	text-decoration: none;}
a.highlight {color: #e07b28;}
a:visited {color:#000000;text-decoration: none;}
a:hover {color: #e07b28;text-decoration: underline;}


form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color:#E5E5E5;
    border: 1px solid #ffffff;
    padding: 4px;
    margin-bottom: 6px;
}

.datatable {
    width: 100%;
    background-color: #f7f7f7;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

.datatable tr th {
    white-space: nowrap;
    background-color: #eee;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

.datatable tr td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

.datatable a {
    border: 1px solid #f7f7f7 !important;
    padding: 1px !important;
    display: block !important;
}

.datatable a:hover {
    border: 1px solid black !important;
    background-color: #B7BFD4 !important;
}

.last_th {
    border-right: 1px solid #ffffff !important;
}

.last_td {
    border-right: 1px solid #ffffff !important;
}


.layouttable {
    border:0 none;
    border-collapse:collapse;
    border-spacing:0;
	}
.layouttable tr td {
    border:0 none;
    padding:0;
	}