@charset "utf-8";
/* Farben
Schrift: grau #666
Links: blau #0C6D9E
*/

* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	margin-bottom:1px;
	overflow: -moz-scrollbars-vertical;
}

body {
	font-size:100.01%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.7em;
	color:#333;
	background:none;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 0.75em 0;
	font-weight:bold;
	font-family:"Times New Roman", Times, Georgia, serif;
	color:#BF4B1F;
}

h1 {font-size:200%;}
h2 {font-size:150%; color:#454545;}
h3 {font-size:116.67%;}
h4 {font-size:100%;}
h5 {font-size:100%;}
h6 {font-size:100%;}

p {
	margin:0 0 1em 0;
}

ul {
	margin:0 0 1em 1.25em;
}
ol {
	margin:0 0 1em 1.75em;
}
/* Internet Explorer 6 Hack */
* html ol {
	margin:0 0 1em 2.25em;
}
li {
	margin-bottom:0.5em;
}

.smalltext {
	font-size:91.67%;
	line-height:1.6em;
}

a {
	text-decoration:none;
	color:#0C6D9E;
}
a:hover {
	text-decoration:underline;
	color:#0C6D9E;
}

img {
	border:none;
}

.red {
	color:#CC3300;
}
.green {
	color:#339933;
}



table {
	font-family:Arial, Helvetics, sans-serif;
	font-size:100%;
	line-height:1.5em;
	border-collapse:collapse;
	width:100%;
	text-align:left;
}
tr {
}
td {
	padding:5px;
	vertical-align:top;
}
td img {
}
table.table-border-grey {
	border:1px solid #ccc;
	margin-bottom:2em;
}
table.table-border-grey td {
	border:1px solid #ccc;
}


label {
	color:#666;
	margin-bottom:3px;
}
input, select, textarea {
	font-family:Arial, Helvetics, sans-serif;
	font-size:100%;
	line-height:1.5em;
	width:250px;
	padding:3px 5px;
	background:#f3f4f5;
	border:1px solid #ccc;
	color:#333;
}
textarea {
	width:400px;
	height:120px;
}
select, input.cat_button {
	width:262px;
}
input.cat_button {
	width:262px;
	background:#FFCC66;
	padding:5px;
	color:#000;
	font-weight:bold;
	border-color:#ECBD51;
	margin-top:1em;
}
input.cat_button:hover {
	background:#006699;
	color:#fff;
	border-color:#005984;
}
input:focus, select:focus, textarea:focus {
	background:#006699;
	color:#fff;
	border-color:#005984;
}
#datepicker {
	width:242px;
}
#datepicker select {
	width:100px;
}


#pageshadow {
	width:100%;
	background:none;
	margin:0 auto;
	overflow:visible;
}

#top {
	display:none;
}

#languageselector {
	display:none;
}

#mainnavi {
	display:none;
}

#page {
	width:100%;
	margin:0px;
	overflow:visible;
	background:none;
}

#slideshow {
	display:none;
}

#get-a-quote {
	display:none;
}

#main {
	padding:30px 0px;
	overflow:visible;
}

#subnavi {
	display:none;
}

#content {
	margin-left:0px;
}

#footer {
	display:none;
}
#cds-wrapper {
    margin: auto;    
}

#cds-container {
	margin: auto;
    padding: 8px;
}

#stcds {
	margin: auto;
	overflow: auto;
	height: 227px;
}

#stcds h2 {
	margin: 0;
	font-size: 15px;
	padding: 3px 6px;
}

#stcds p {
	margin: 0;
	padding: 2px 8px;
	line-height: 18px;
    text-align: justify;
}

#fphr {color: #999999; width: auto;}
#fpheader {font-size: 14px;}
