@charset "utf-8";
/*----------------------- general start*/
body {
	padding: 0;
	margin: 0;
	background-image: url(../images/background-main.png);
	background-repeat: repeat-x;
	background-color: #cbcbcb;
	font-family: Verdana, Geneva, sans-serif;
}

img {
	border: none;
}

p a {
	text-decoration: underline;
	color: #d84633;
}

p a:hover {
	text-decoration: none;
	color: #000;
}

a:focus {
	outline: none;
}
/*----------------------- general end*/

/*----------------------- layout start*/
#container {
	width: 987px;
	margin: auto; /*Layout centered*/
	background-color: #FFF;
}

#header {
	height: 89px;
	background-image: url(../images/background-header.png);
	background-repeat: repeat-x;
}

#header-phone {
	float: left;
	margin-top: 18px;
	margin-left: 88px;
}

#siegel {
	width:1095px;
	margin: auto;
}

#siegel div {
	position: absolute;
	z-index:1000;
	top:-9px;
}

#topmenu {
	float: right;
	margin-top: 50px;
}

#visual {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bcbcbc;
	background-color: #ededed;
}

#visual-pic {
	float: left;
	width: 675px;
	height: 278px;
}

#info-box {
	float: right;	
	width: 292px;
	height: 260px;
	background-image:url(../images/background-contact.png);
	background-repeat: repeat-x;
	text-align: center;
}

#wrapper {
	background-color: #FFF;
}


#box-left {
	width: 253px;
	background-color: #fff;
	float: left;
}

#content {
	width: 654px;  /*width minus padding*/
	background-color: #fff;
	float: left;
	padding: 40px;
	min-height: 380px;
	height: auto !important;  /* für moderne Browser */
	height: 380px;  /*für den IE */		
}

#footer {
	clear: both;
	height: 90px;
	padding-top: 14px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7ca13a;
	background-color: #cbcbcb;	
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}
/*----------------------- layout end*/


/*----------------------- fonts start*/
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #878787;
	margin-top: 0;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #000;
	margin-top: 25px;
	font-weight: normal;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top: 0;
}

#info-box p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	margin-top: 0;
}

.header_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #323030;
	margin: 0;
}

.header_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #d84633;
	margin: 0;
}

.header_3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #323030;
	margin: 0;
}

#footer-right p {
	text-align: right;
}
/*----------------------- fonts end*/


/*----------------------- menu start*/
#topmenu ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#topmenu ul li {
	float: left;
}

#topmenu ul li a {
	float: left;	
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-left: 3px;
	background-color: #868686;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}

#topmenu ul li a:hover {
	background-color: #323030;
}

body#home #nav1 a, body#sitemap #nav2 a, body#impressum #nav3 a, body#datenschutz #nav4 a, body#kontakt #nav5 a {
	background-color: #323030;
}

#mainmenu  {
	padding-top: 25px;
	padding-bottom: 40px;
	padding-left: 30px;
	margin-bottom: 20px;
	background-color: #bcbcbc;
}

#mainmenu ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#mainmenu ul li {	
	background-color: #bcbcbc;	
}

#mainmenu ul li a {
	display: block;
	width: 223px;
	background-color: #bcbcbc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #323030;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 15px;
	padding-bottom: 4px;
}

#mainmenu ul li a:hover {
	color: #fff;
}
/*----------------------- menu end*/

/*----------------------- misc start*/
.clearfix {
	clear: both;
}

.pic-left {
	float: left;
	margin-right: 17px;
	margin-bottom: 12px;
 	padding: 10px;
	border: 1px solid #7ca13a;
}

.pic-right {
	float: right;
	margin-left: 17px;
	margin-bottom: 12px;
 	padding: 10px;
	border: 1px solid #7ca13a;
}

.separator {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
}

ul {
	list-style-type: disc;
	padding-left: 20px;
}

li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

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

ul ul {
	margin-top: 0;
	margin-bottom: 15px;
}

ul ul li {
	font-size: 12px;	
	margin-top: 0;
	margin-bottom: 7px;
	padding-left: 13px;
}

ul ul li:last-child {
	margin-bottom: 0px;
}

.col-left {
	width: 320px;
	float: left;
}

.col-right {
	width: 320px;
	float: right;
}

.table_sizes {
	border: 1px solid #ccc;
}

.table_sizes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

.table_sizes td {
	padding: 3px;
}

.table_sizes th {
	padding: 5px;
	background-color:#EAEAEA;
	text-align: left;
}
/*----------------------- mics end*/

/*------------------------------------------ form kontakt start*/
#contact p {
	margin: 0;
	padding-bottom: 0px;
	color: #000;
}

.reddot {
	color: #C00;
}

#contact .textfield {
	width: 286px;
	height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	padding-left: 4px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 5px;
	border: none;
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #D7D7D7;
} 

#contact select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #999999;
}

#contact input.checkbox {
	border: none;
	text-align:left;
	width: auto;
	vertical-align:middle;
} 

#contact textarea {
	margin-top: 6px;
	margin-bottom: 6px;
	width: 286px;
	height: 8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	padding-left: 4px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 5px;
	border: none;
	margin-left: 0px;
	background-color: #D7D7D7;
} 

#contact label {
	width: 110px;
	height: 1.5em;
	float: left;
	text-align: left;
	display: block;
	padding-top: 11px;	
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#contact input.send {
	margin-left: 0px;
}
/*------------------------------------------ form kontakt end*/

/*------------------------------------------ form callback start*/
.title {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #323030;
}

#contact_callback {
	background-color: #7ca13a;
	padding: 27px;
}

#contact_callback .textfield {
	width: 120px;
	height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-left: 4px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 1px;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
} 

#contact_callback label {
	width:70px;
	height: 1.3em;
	float: left;
	text-align: left;
	display: block;
	padding-top: 0px;	
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#contact_callback input.send {
	margin-left: 0px;
}

#contact_callback #callback3 p,
#contact_callback #callback3 a {
	color: #fff;
}

#contact_callback table td {
	vertical-align: top;
}
/*------------------------------------------ form callback end*/