
html, body, table, input, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 125%;
}

body {
	color: #707070;
	margin-top: 3%;
}

h1, h2, h3, h4, h5, h6 {
	color: #00457D;
	margin: 12px 0 12px 0;
}

body.green h1, body.green h2, body.green h3, body.green h4, body.green h5, body.green h6 {
	color: #009633;
}

p {
	margin: 12px 0 12px 0;
}

a:link,
a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #404040;
	color: #404040;
}

a:hover,
a:focus {
	border-bottom-style: solid;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ul li {
	background: transparent url('http://www.ecgmbh.eu/img/list.png') no-repeat scroll left center;
	padding-left: 8px;
}

#main {
	background: transparent url('http://www.ecgmbh.eu/img/box-middle.png') repeat-y scroll 0 0;
	padding: 0 14px;
	width: 899px;
	margin: 0 auto;
}

body.green #main {
	background: transparent url('http://www.ecgmbh.eu/img/box-middle-green.png') repeat-y scroll 0 0;
}

.box-top,
.box-bottom {
	margin-left: -14px;
	width: 927px;
	height: 20px;
	overflow: hidden;
}

.box-top    { background: transparent url('http://www.ecgmbh.eu/img/box-top-bottom.png') no-repeat scroll 0 -20px; }
.box-bottom { background: transparent url('http://www.ecgmbh.eu/img/box-top-bottom.png') no-repeat scroll 0 0; }

body.green .box-top    { background: transparent url('http://www.ecgmbh.eu/img/box-top-bottom-green.png') no-repeat scroll 0 -20px; }
body.green .box-bottom { background: transparent url('http://www.ecgmbh.eu/img/box-top-bottom-green.png') no-repeat scroll 0 0; }


#logo {
	margin: 27px 0 35px 35px;
	display: block;
	width: 157px;
	height: 75px;
	float: left;
	border: none;
}

#lang {
	float: right;
	margin: 84px 0 0 0;
	min-width: 200px;
}

* html #lang {
	width: 200px;
}

* html #lang,
* html #logo {
	display: inline; /* Doubled Margin Bug */
}

#navigation {
	list-style-type: none;
	margin: 84px 0 0 45px;
	padding: 0;
	float: left;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}

#secnavigation {
	float: left;
	margin: 0 0 0 35px;
	min-height: 20px;
	min-width: 200px;
}

* html #secnavigation {
	height: 20px;
	width: 100px;
}

#secnavigation li {
	margin: 0 0 5px 0;
}

#footer a,
#lang a,
#navigation li a,
#secnavigation li a {
	color: #707070;
	text-decoration: none;

	border: none;
	font-weight: bold;
}


#lang a:hover,
#lang a:focus,
#lang a:active,
#lang a.active,
#content a:hover,
#content a:focus,
#content a:active,
#content a.active,
#footer a:hover,
#footer a:focus,
#footer a:active,
#footer a.active,
#navigation li a:hover,
#navigation li a:focus,
#navigation li a:active,
#navigation li a.active,
#secnavigation li a:hover,
#secnavigation li a:focus,
#secnavigation li a:active,
#secnavigation li a.active {
	color: #00457D;
	border-bottom-color: #00457D;
}

body.green #lang a:hover,
body.green #lang a:focus,
body.green #lang a:active,
body.green #lang a.active,
body.green #content a:hover,
body.green #content a:focus,
body.green #content a:active,
body.green #content a.active,
body.green #footer a:hover,
body.green #footer a:focus,
body.green #footer a:active,
body.green #footer a.active,
body.green #navigation li a:hover,
body.green #navigation li a:focus,
body.green #navigation li a:active,
body.green #navigation li a.active,
body.green #secnavigation li a:hover,
body.green #secnavigation li a:focus,
body.green #secnavigation li a:active,
body.green #secnavigation li a.active {
	color: #009633;
	border-bottom-color: #009633;
}

#misc {
	float: right;
	width: 200px;
	margin: 0 0 35px 0;
}

* html #misc {
	display: inline; /* Double Margin Bug */
}

#contentbox {
	clear: both;
	margin-bottom: 17px;
}

#misc > *:first-child,
#content > *:first-child,
#content_contentwrapper > *:first-child {
	margin-top: 0;
}

#content {
	float:left;
	height: 351px;
	overflow: auto;
	padding-right: 10px;
	width: 443px;
}

#footer {
	width: 878px;
	margin: 0 auto;
	text-align: right;
	padding-right: 49px;
}

/* Kontaktformular */
form {
	margin: 0;
	padding: 0;
}

.contactform .button {
	background: transparent url('http://www.ecgmbh.eu/img/button.png') no-repeat scroll 0 0;
	border: none;
	width: 75px;
	height: 21px;
	line-height: 21px;
	color: #fff;
}

body.green .contactform .button {
	background: transparent url('http://www.ecgmbh.eu/img/button-green.png') no-repeat scroll 0 0;
}

.contactform .text,
.contactform textarea {
	border: 1px dotted #00457d;
	width: 420px;
	padding: 2px 5px;
	margin-bottom: 10px;
	height: 16px;
	line-height: 18px;
	vertical-align: middle;
}

.contactform textarea {
	height: 150px;
 }
 
body.green .contactform .text,
body.green .contactform textarea {
	border-color: #009633;
}
