/* * * * * * * * * * * * * Basic Layout * * * * * * * * * * * * */
html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body {

    color: #e0e0e0;
    /*color: #999;*/
    font:14px trebuchet ms, verdana,sans-serif;
    background: #292A25 url('images/bg_kachel_aussen.gif') repeat-x top;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration:none;
    color:#FE9805;
}

a:hover {
    text-decoration: underline;
}

.contentlist {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.contentlist li {
    background: transparent url('images/pfeil.gif') no-repeat left 6px;
    padding:0px 0px 10px 20px;
    margin:0px;
}
#main {
    width: 957px;
    min-height: 100%;
    margin: auto;
    background: #353631 url('images/bg_alles.png') no-repeat;
    text-align: center;
}
* html div#main {
    height:100%;
    background: #2d2c28 url('images/bg_alles.png') no-repeat;
}
*:first-child+html div#main {
    background: rgb(43,44,39) url('images/bg_alles.png') no-repeat; 
}
#content {
    margin-top: 0px;
    padding: 40px 26px 40px 29px;
    text-align: center;
}
* html #content {
    margin-top: -17px;
}
#footer {
    position: relative;
    margin: -38px auto auto;
    text-align: center;
    width: 780px;
    background-color: #333333;
}
/* * * * * * * * * * * * * Inner Layout * * * * * * * * * * * * */
/*HEADER*/
div#topleft {
    padding-top: 32px;
    padding-left: 30px;
    padding-bottom: 9px;
    float: left;
    text-align: left;
}
div#topright {
    padding-top: 19px;
    padding-right: 29px;
    float: right;
    text-align: right;
}
ul#menue {
    list-style-type: none;
    margin: 0;
    padding-top: 66px;
}
ul#menue li {
    display: inline;
    font: normal 16px Trebuchet MS;
}
ul#menue a {
    display: inline;
    font: normal 16px Trebuchet MS;
    /*color: #999;*/
    text-decoration: none;
}
ul#menue li.orange {
    display: inline;
    font: bold 16px Trebuchet MS;
    color: #ff9900;
    text-decoration: none;
}
ul#menue a:hover {
    text-decoration: underline;
}
/*Linen*/
div.hr-top {
    clear: both;
    width: 896px;
    height: 2px;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    background: url('images/linie_oben_kachel.gif') repeat-x;
}
div.hr-middle {
    clear: both;
    width: 896px;
    height: 4px;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    background: url('images/linie_mitte_kachel.gif') repeat-x;
}
/*Footer*/
div#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div#footer li {
    display: inline;
    font: 10px verdana,arial,sans-serif;
    color: #e0e0e0;
	 /*color: #999;*/
    line-height: 22px;
}

div#footer a {
    color: #e0e0e0;
    /*text-decoration: none;*/
}
/*
div#footer a:hover {
    text-decoration: underline;
}
*/
span.lang {
    display: inline;
    margin: 0px;
    margin-top: 2px;
    padding: 0px;
    vertical-align: middle;
}
/* * * * * * * * * * * * * Format * * * * * * * * * * * * */
p {
    margin: 0px;
    padding: 0px;
    /*font:14px trebuchet ms;
    color: #999;*/
}
a img {
    border: none;
}

.boxcontent {
    border: none;
    padding: 0px;
    margin: 10px 30px 14px 30px;
    /*font: 14px Trebuchet MS;
    color: #999;*/
    line-height: 22px;
}

#countryselect {
    font: 10px verdana,arial,sans-serif;
    /*color: #333333;*/
    background-color: #666666;
    float:none;
    margin: 3px 1px 1px 1px;
    border-top:1px solid #7D7D7D;
    border-left:1px solid #7D7D7D;
    border-right:1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
    padding:1px;
}

div.surrounder {
    width:184px;
    margin-bottom:0px;
    padding:0px 3px;
    float:left;
}

.error {
    /*font:14px trebuchet ms;*/
    color: #FF0000;
}

.formerror {
    /*font:14px trebuchet ms;*/
    color: #FF0000;
    padding: 0px;
    margin: 0px 10px 26px 0px;
}


label.error {
    width: 150px;
    float:left;
    padding: 0px;
}

.register
{
    width: 160px;
    float:left;
    padding: 0px;
    /*font:14px trebuchet ms;*/
    color: #e0e0e0;
    /*color: #999;*/
}

label.register {
    margin-top:4px;
}

label.register a {
    color: #006699;
    /*text-decoration: none;*/
}
/*
label.register a:hover {
    text-decoration: underline;
}
*/

input.register {
    float:left;
    padding: 5px 3px 4px 3px;
    margin: 0px;
    margin-bottom: 10px;
    width: 254px;
    border:none;
    background:transparent url('images/eingabefeld_2.gif') no-repeat;
    /*font:14px trebuchet ms;
    color: #666;*/
}

select.register {
    padding: 1px;
    margin: 0px;
    margin-bottom: 10px;
    width: 254px;
    /*font:14px trebuchet ms;/*
    color: #666;*/
    background-color: #000;
    border-top:1px solid #7D7D7D;
    border-left:1px solid #7D7D7D;
    border-right:1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
}

table, td {
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

div#footer a img {
    border: none;
    margin-bottom:4px;
    vertical-align: bottom;
}
