/*
 * Mit !important markierte Elemente sind IE6- hacks,
 * vorsicht beim ändern!
 */

html {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

body {
	padding: 0;
	margin: 0;
	background-color: #000000;
	color: rgb(200,200,200);
}

a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

img {
	border: 0;
}

h2 {
	background-image: url(../images/button.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	color: rgb(200,200,200);
}

h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-align: left;
	background: none;
}

#main {
	margin: 0 auto;
	border-left:  solid 2px #333333;
	border-right: solid 2px #333333;
	border-bottom: solid 2px #333333;
	padding: 20px;
}

#logo {
	width: 333px;
	height: 100px;
}

#top_img {
	width: 100%;
}

#top_img img {
	width: 100%;
}

#menu {
	width: 100%;
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#menu ul {
	height: 100%;
	margin: 0;
	padding: 0;
}

#menu li {
	text-align: center;
	list-style-type: none;
	list-style-position: inside;
	float: left;
	width: 16.0%;
	height: 100%;
}

#menu a {
	color: #FFFFFF;
	background: none;
	overflow: hidden;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
	border-bottom: solid 4px #FFFFFF;
}

#menu a.inactive {
	border-bottom: solid 4px #FFFFFF;
}

#menu a.active {
	border-bottom: solid 4px #666666;
}

#menu a:hover {
	border-bottom: solid 4px #666666;
}

.content_right_item a {
	border: none;
	margin: 0;
	padding: 0;
	color: rgb(200,200,200);
}

.content_right_item a:hover {
	border: none;
	margin: 0;
	padding: 0;
	color: rgb(200,200,200);
}

.content_right_item a:visited {
	border: none;
	margin: 0;
	padding: 0;
	color: rgb(200,200,200);
}

.content_right_item a:active {
	border: none;
	margin: 0;
	padding: 0;
	color: rgb(200,200,200);
}

#content_left {
	width: 61%;
	margin-top: 30px;
	margin-bottom: 300px;
}

#content_right {
	margin-top: 30px;
	float: right;
	width: 30%;
}

html>/**/body #content_right {
	margin-top: 0px;
}

.content_right_info {
	margin-bottom: 15px;
}

.content_left_body {
	text-align: justify;
	width: 80%;
	margin-bottom: 30px;
}

.content_right_body {
	text-align: justify;
	margin-bottom: 20px;
}

.content_right_ a,.content_right a:visited {
	color: #FFFFFF;
	background: none;
	font-weight: bold;
	text-decoration: none;
}

.content_right a:hover {
	text-decoration: underline;
}

.contact_input {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	margin-left: 5px;
/*
	border: solid 1px #a81229;
	border: solid 1px #e40204;
*/
	width: 90%;
}

.contact_input_zip {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	margin-left: 5px;
/*
	border: solid 1px #a81229;
	border: solid 1px #e40204;
*/
	width: 30%;
}

.contact_input_city {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
/*
	border: solid 1px #a81229;
	border: solid 1px #e40204;
*/
	width: 55%;
}

.contact_input_textarea {
	padding: 0;
	margin: 0;
	margin-left: 5px;
	margin-bottom: 5px;
/*
	border: solid 1px #a81229;
	border: solid 1px #e40204;
*/
	width: 90%;
	height: 100px;
}

.contact_input_submit {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-left: 5px;
	border: solid 1px rgb(200,200,200);
	border-bottom: ridge 3px rgb(100,100,100);
	border-right: ridge 3px rgb(100,100,100);
/*
	background: #a81229;
	background: #e40204;
*/
	background: transparent;
	color: rgb(200,200,200);
	cursor: pointer;
	border: none;
	width: 90%;
}

#kontakt {
	margin-bottom: 20px;
}

.layout_img {
	width: 80%;
}

#nav_trail {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: rgb(200,200,200);
}

#nav_trail a {
	font-weight: bold;
	color: rgb(200,200,200);
}

.referenzen_header {
	font-weight: bold;
	margin-left: 25px;
	text-transform: uppercase;
}

ul.referenzen_list {
	margin-top: 2px;
}

.content_right_item address {
/*
	margin-left: 30px;
*/
}


