/* CSS Document */
/*---------- Allgemeine Stile ----------*/
* {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
html, body {
	margin: 0px;
	padding: 0px;
}
body, td {
	font-size: 12px;
}
img, a img {
	border: 0px;
}
a, a:link, a:hover, a:active, a:visited {
	color: #878787;
	text-decoration: underline;
}
/*---------- Standard Stile ----------*/
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.al {
	text-align: left;
}
/*---------- Geruest ----------*/
#geruest {
	padding: 15px;
	width: 740px;
}
#geruest_small {
	padding: 15px;
	width: 530px;
}
#geruest_big {
	padding: 15px;
	width: 795px;
}
.border {
	border: 1px solid #000000;
}
h1 {
	line-height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	background-color: #000000;
	margin: 0px;
	padding-left: 20px;
}
h2 {
	font-size: 14px;
}
.scroller {
	padding: 20px 20px 10px 20px;
	overflow: scroll;
	overflow-x: hidden;
	height: 400px;
}
.scroller_small {
	padding: 20px 20px 10px 20px;
	overflow: scroll;
	overflow-x: hidden;
	height: 200px;
}
.logo {
	float: right;
	margin: 15px 15px 0px 0px;
}
#geruest_big table {
    width: 735px;
    table-layout: fixed;
}
#geruest_small table {
    width: 470px;
    table-layout: fixed;
}
#geruest_big td, #geruest_small td {
    font-size: 11px;
}
/*---------- Footer Navi ----------*/
#footer {
	margin: 10px 20px 5px 0px;
}
#footer .nav a, #footer .nav a:link, #footer .nav a:hover, #footer .nav a:active, #footer .nav a:visited {
	display: block;
	float: right;
	padding: 5px 15px 5px 30px;
	border: 1px dotted #878787;
	text-decoration: none;
	margin-left: 10px;
	background: url(../images/icon_footer_nav.gif) 12px 8px no-repeat #f4f4f4;
	line-height: normal;
	font-size: 11px;
}
.pdf_icon {
	display: block;
	float: left;
	margin-top: -4px;
	padding-left: 22px;
}
/*---------- Content ----------*/
.imprint {
	font-size: 11px;
}
.imprint p {
	padding: 0px;
	margin: 10px 0px;
}
.imprint .fr, .imprint .fl {
	width: 230px;
}
.help {
	padding: 2px 0px;
	border-top: 1px dashed #d0d0d0;
}
.help .container {
	background-color: #fefce7;
	padding: 10px 10px 10px 10px;
}
.help p {
	margin: 5px 0px 5px 50px;
	padding: 0px;
	color: #848887;
}
.helpbb {
	border-bottom: 1px dashed #d0d0d0;
}
.help .number {
	float: left;
	color: #fee50c;
	font-size: 50px;
	font-weight: bold;
}
/* ----------- Terms ----------- */
#countrylist ul li a {
	display: block;
	padding: 5px 15px 5px 30px;
	border: 1px dotted #878787;
	text-decoration: none;
	margin-left: 10px;
	background: url(../images/icon_footer_nav.gif) 12px 8px no-repeat #f4f4f4;
	line-height: normal;
	font-size: 11px;
}

#countrylist ul {
    list-style-type: none;
}

#countrylist ul li {
    margin-top: 10px;
}
#countrybox {
    float:right;
    margin-top: 4px;
}

.terms ul {
    padding: 0px;
}

/*------------ Form -------------*/
.input, .select, .textarea {
	background-color: #FFFFFF;
	border: 1px solid #dadada;
	margin: 0px;
	padding: 1px;
	color: #878787;
}
.input, .select, .textarea {
	width: 200px; /*Standardbreite*/
}
label {
    color:#878787;
    font-size:11px;
    font-weight: bold;
    margin-right: 10px;
}
.submitbutton{
    width: 19px;
    height: 20px;
    background: url(../images/btn_submit.gif) no-repeat;
    border: 0px;
}
