﻿@charset "UTF-8";

/*@font-face {
	font-family: 'Lucida Grande';
	src: url('LucidaGrande.eot');
	src: local('Lucida Grande'), local('LucidaGrande'), url('LucidaGrande.ttf') format('truetype');
}*/

/** html body * { overflow:scroll; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }*/
  
html {
  padding-bottom: 1px;
  height: 100%;
}

body {
	background-color:#dfdfdf;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family: 'Lucida Grande';*/
	font-size:11px;
	line-height:16px;
	color:#480f0f;
	margin:0;
	padding:0;
}

strong, em, b, i {
    /*font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
}

#tbl_wrap {
	margin:25px 0 25px 0;
	width:908px;
}

a {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:none;
}

img {
	border:none;
}

#container {
	width:908px;
	margin:auto;
}
#content_container {
	/*background:#480f0f url('../gfx/bg_img.jpg') scroll no-repeat top left;*/
	margin:0;
}


/* ------------------------- HEADER / NAVIGATION ------------------------- */

#header {
	position:relative;
	z-index:1;
	width:900px;
	padding:85px 0 0 0;
}

#header hr {
	height:2px;
	border:#FFFFFF;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	color:#FFFFFF;
}

#logo {
	width:350px;
	height:60px;
	background:#fff url('../gfx/logo.gif') scroll no-repeat center center;
	cursor:pointer;
}

#nav_1 {
	width:900px;
	height:35px;
	background:#480f0f;
	font-size:14px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}

#nav_1 ul {
	list-style:none;
	margin:0;
	padding:0 0 0 0;
	height:35px;
}
#nav_1 li {
	display:inline;
	float:left;
	height:35px;
	line-height:35px;
}

#nav_1 a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	padding:0 20px 0 20px;
	color:#fff;
}
#nav_1 a:hover {
	text-decoration:none;
	background:#912323;
}
#nav_1 a.active {
	background:#912323;
}

#nav_lang {
	float:right;
	margin:-35px 10px 0 0;
	width:60px;
	height:35px;
	background:#fff;
}

#nav_lang a {
	display:block;
	float:left;
	line-height:35px;
	padding:0 8px 0 8px;
	color:#909090;
	font-size:10px;
}
#nav_lang a:hover {
	background:none;
	color:#480f0f;
}
#nav_lang a.active {
	background:none;
	color:#480f0f;
}


#nav_2 {
	width:900px;
	height:30px;
	background:#912323;
	font-size:12px;
	/*border-bottom:2px solid #fff;*/
}

#nav_2 ul {
	list-style:none;
	margin:0;
	padding:0 0 0 5px;
	height:30px;
}
#nav_2 li {
	/*display:inline;*/
	float:left;
	height:30px;
	line-height:30px;
	background:transparent url('../gfx/nav2_sep.gif') scroll no-repeat center left;
}
#nav_2 li:first-child {
	background:none;
}

#nav_2 a {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	padding:0 15px 0 15px;
	color:#fff;
}
#nav_2 a:hover {
	text-decoration:underline;
	/*font-weight:bold;*/
}

#nav_2 a.active {
	font-size:13px;
	font-weight:bold;
}




/* ------------------------- CONTENT ------------------------- */

#content {
	position:relative;
	z-index:3;
	width:510px;
	margin:0 0 0 350px;
	padding:20px;
	background:#fff;
	
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#content a {
	color:#912323;
	text-decoration:underline;
	outline:none;
}
#content a:hover {
	color:#912323;
	text-decoration:none;
}

#content h1 {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin:5px 0 8px 0;
}

#content h2 {
	font-size:13px;
	font-weight:bold;
	margin:10px 0 8px 0;
}

#content h3 {
	font-size:12px;
	font-weight:bold;
	margin:8px 0 2px 0;
}

#content h4 {
	font-size:12px;
	margin:8px 0 2px 0;
}

#content p {
	margin:0 0 15px 0;
}
#content p.indent {
	margin:5px 0 15px 10px;
}

#content p img.left {
	float:left;
	margin:3px 20px 5px 0;
	/*border:1px solid #480f0f;*/
}

#content p img.right {
	float:right;
	margin:3px 0 5px 20px;
	/*border:1px solid #480f0f;*/
}

#content p.phone {
	height:25px;
	background:transparent url('../img/telefon.gif') scroll no-repeat center left;
	text-indent:25px;
	padding-top:5px;
	margin:0 0 15px 10px;
}

#content ul {
	padding:0 0 0 25px;
	margin:5px 0 20px 0;
	list-style:square;
}

#content li {
}

#content .kundenstimme {
	border-bottom: 1px solid #BBBBBB;
    margin-bottom: 15px;
	font-style: italic;
}

#content .kundenstimme img {
	float:left;
}

#content .kundenstimme p {
	margin-left: 110px;
}

#content .kundenstimme span {
	display: block;
    font-weight: bold;
    margin-top: 5px;
}

#content .kundenlogo {
	display: inline;
    margin: 0 10px;
}


/* ------------------------- FORMULAR ------------------------- */

.label {
	display:block;
	clear:both;
	float:left;
	width:120px;
	margin:5px 0 5px 10px;
}

.meldung {
	color:#912323;
	margin:5px 0 5px 10px;
}

input {
	/*height:18px;*/
}
input,select,textarea {
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#480f0f;
	margin:5px 0 5px 0;
	width:250px;
}
textarea,input,select {
	background-color:#f6f6f6;
	/*border:none;
	border-bottom:1px dotted #505050;*/
}
textarea {
	margin-left:3px;
	width:252px;
}
select {
	width:255px;
}




/* ------------------------- FOOTER ------------------------- */

#footer {
	position:relative;
	z-index:2;
	width:325px;
	height:25px;
	line-height:25px;
	margin:-45px 0 0 0;
	padding:10px 0 10px 25px;
	background:#480f0f;
	color:#fff;
}
#footer a {
	color:#fff;
}
