* {
    padding: 0px;
    margin: 0px;
}
html, body {
    height: 100%;
	font-size:100%;
}

body, table, select, input, textarea {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

body {
	background-color: #fff;
    color: #555555;
	overflow: scroll;
	overflow-x: auto;
}


hr {
    background-image: url(teaser.gif);
    padding-bottom: 8px;
}

img {
	border: 0px;
}

h1 {
	color: #006ab3;
    font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

h2 {
	color: #666;
    font-size: 16px;
	text-transform: uppercase;
	padding:0;
}

h4 {
	color: #006ab3;
	font-size: 13px;
	margin-bottom: 7px;
}

p {
	color: #8b8b8b;
	font-family: Georgia;
	font-style: italic;
    padding-bottom: 15px;
	width: 290px;
}

a {
    color: #006ab3;
    text-decoration: none;
}

hr {
	margin: 15px 0px 15px 0px;
	border: 0px;
	border-top: 1px solid #dddddd;
	color: #ffffff;
}

.space{
	margin:5px;
	}

.right{
	float: right;
	}
	
/* Kopf */
#header {
	height: 100px;
	margin-bottom: 14px;
	width: 840px;
}

/* Links */
a.anchor {
	line-height: 0px;
}

a.link-arrow {
    background-image: url(../images/arrow_3.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 0px 15px;
}

#top-anchor {
	position: absolute;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style-type: none;
}

.spamfilter {
	display: none;
}

.error {
	font-weight: bold;
	color: #c31919;
}

.clear,
.clearLeft,
.clearRight,
.separator {
    clear: both;
    line-height: 0px;
	height: 0px;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}


.print {
	display: none;
}

/* Wraps */
#wrap {
    margin-left: auto;
    margin-right: auto;
	padding: 0 0 30px 0;
	position: relative;
    width: 840px;
}

#logo-wrap {
	position: absolute;
	margin: 13px 0 0 49px;
}

#slogan{
	clear: both;
	margin: 80px 0 0 0;
	width: 170px;
	}

#worldwide-wrap {
	background-color: #ffffff;
	position: relative;
}

#worldwide {
	height: 480px;
	padding: 0;
	position: relative;
	width: 840px;
}

#bgimage{
	background-color: #ddd;
	}

#decker{
	background-color: #f1f1f1;
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	height: 413px;
	position: absolute;
	top: 0;
	left: 40px;
	width: 348px;
	z-index: 100;
}
#decker-text{
	color: #4a4a4a;
	font-size: 11px;
	height: 375px;
	padding: 33px 0 0 18px;
	position: absolute;
	top: 0;
	left: 40px;
	width: 300px;
	z-index: 500;
}
#decker-text .address {
	line-height: 1.4em;
	margin-top: 0px;
}
#decker-text a.normal {
	color: #4a4a4a;
}
#decker-text a#map {
	height: 40px;
	width: 77px;
	position: absolute;
	top: 320px;
	left: 233px;
	z-index: 500;
}
#decker-text p a.link-arrow{
	background: url(../images/headquater.gif) 0 0 no-repeat;
	display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-left: 25px;
	position: absolute;
	bottom: 10px;
}

/* Formulare */

#formground{
	background-color: #555555;
	opacity: .1;
	filter: alpha(opacity=10);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	height: 40px;
	width: 230px;
	position: absolute;
	top: 320px;
	left: 0;
	z-index: 200;
}
#mapground{
	background-color: #555555;
	opacity: .1;
	filter: alpha(opacity=10);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	height: 40px;
	width: 77px;
	position: absolute;
	top: 320px;
	left: 233px;
	z-index: 200;
}

form{
	padding-top: 10px;
	position: absolute;
	top: 320px;
	left: 15px;
	z-index: 2000;
}

fieldset {
	border: 0px;
}

textarea {
	overflow: auto;
}

input.text,
textarea,
input.box,
input.halfbox,
input.small,
input.year,
input.month,
input.day,
input.ezcc-user,
select {
    background: #f7f7f7;
    border: 1px solid #bdbdbd;
    font-size: 1.0em;
    color: #666666;
    padding: 2px 5px 2px 5px;
    margin-bottom: 7px;
}

select>option {
	padding-right: 15px;
}
select{
	width:186px;
}

input.image {
    margin-bottom: 10px;
}

.message-warning {
	padding-bottom: 25px;
	color: #c31919;
}

input.submit,
input.button,
input.defaultbutton {
	background-color: #ffffff;
	background-image: url(../images/subnavi_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: 1px solid #bfbfbf;
	color: #006ab3;
	font-weight: bold;
	padding: 2px 5px 2px 15px;
	text-align: left;
}

input.submit:hover,
input.button:hover,
input.defaultbutton:hover {
	border-color: #006ab3;
}

input#telephone {
	width: 80px;
}

.validation {
	border: 1px solid #c31919;
	padding: 8px;
	margin-bottom: 10px;
}

/* Inhaltseite */
.image-left,
.object-left {
	float: left;
	margin: 3px 10px 10px 0px;
}

.image-right,
.object-right {
	float: right;
	margin: 3px 0px 10px 10px;
}

/* Footer */
#footer {
	float: right;
	font-size: 10px;
    color: #a4a4a4;
	margin-top: 5px;
	text-transform: uppercase;
}
#footer a {
    color: #a4a4a4;
}
