@charset "utf-8";
/* CSS Document */

html, body, div, table, tr, td, p {
	margin: 0px;
	padding: 0px;
	color: #eeeeee;
	font-size: 12px;
}

body {
	background-color: #d0d0d0;
	overflow: scroll;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	color: #7f9f00;
}

h2, h3, h4, h5, h6 {
	font-size: 12px;
}

a {
	color: #535353; 
}

a:hover {
	color: #535353;
}

li {
	margin-bottom: 3px;
	list-style-image: url(list-image.png);
}

#container {
	width: 900px;
	/*height: 516px;*/
	position: absolute;
	border: 3px solid #ffffff;
	margin-left: -450px;
	margin-top: 20px;
	margin-bottom: 20px;
	left: 50%;
	top: 0;
	background-color: #535353;
}

#header {
	width: 100%;
	height: 240px;
	margin: 0px;
	padding: 0px;
}

#slide-images {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 240px;
	overflow: hidden;
}

#slide-images li {
	position: absolute;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#slide-images li img {
	display: block;
	background-color: #FFFFFF;
}

#footer {
	width: 100%;
	height: 11px;
	margin-top: 40px;
	font-size: 9px;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #FFFFFF;
	text-align: center;
	background-color: #7f9f00;
	border-top: 3px solid #ffffff;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu {
	width: 100%;
	height: 21px;
	background-color: #ffffff;
}

#brandsbox {
	float: right;
	width: 113px;
	margin-right: 42px;
	margin-top: 20px;
}

#brandsbox img {
	margin-bottom: 10px;
}

#content {
	margin-left: 44px;
	margin-right: 44px;
	margin-top: 34px;
	min-height: 170px;
	height:auto !important;  /* für moderne Browser */
	height:204px;  /*für den IE */
	overflow: hidden;
}

#content ul {
	color: #FFFFFF;
}

#contenttext {
	width: 510px;
}

#contentimg {
	float: right;
	width: 263px;

	margin-top: 26px;
}

#contentimg img {
	border-style: none;
	margin-bottom: 15px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 44px;
	list-style-type: none;
}

#menu ul li {
	display: block;
	float: left;
	margin-right: 26px;
	text-align: left;
}

#menu ul li a {
	color: #7f9f00;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu ul li a:hover, #footer a:hover {
	color: #475900;
	text-decoration: none;
}

/*******************************************/
/*               Loginpopup                */
/*******************************************/

#blackback {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000000;
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}   

#loginfeld {
	border:1px solid #b2d4ef;
	padding: 5px;
	width:320px;
	height:160px;
	position:absolute;
	margin-left:-160px;
	margin-top:-80px;
	left:50%;
	top:50%;
	background-color:#fff;
	font-size: 8px;
	color: #333333;
}

#loginfeld input.button {
	border-style: dotted;
	border-color: #b2d4ef;
	width: 100px;
	color: #555;
	float: right;
	padding-bottom: 2px;
}

#loginfeld input.button:hover, #loginfeld input.button:focus {
	border-style: solid;
	background-color: #e9f4fc;
}

#loginfeld input {
	padding: 2px;
	padding-bottom: 0px;
	background: none;
	width: 99%;
	border-style: none;
	margin-top: 15px;
	border-width: 1px;
	border-bottom: 1px dotted #b2d4ef;
}

#loginfeld input:hover, #loginfeld input:focus {
	border-bottom-style: solid;
	background-color: #e9f4fc;
}

/*******************************************/
/*               Menuedit                  */
/*******************************************/

.menuedit {
	border: 1px solid #AAA;
	padding-left: 2px;
	padding-right: 2px;
	background: none;
	font-size: 9px;
	color: #1e5a88;
}

.menuedit:focus {
	border: 1px solid #f00;
}

/*******************************************/
/*               Formular                  */
/*******************************************/

#anfrageform label {
	width:				150px;
	float:				left;
	
	padding-right:		8px;
	padding-top:		4px;
	
	text-transform:		lowercase;
	text-align:			right;
}

#anfrageform input, #anfrageform textarea, #anfrageform select {
	width:				340px;
	
	background-color:	#555;
	color:				#FFFFFF;
	border:				1px solid #ccc;
	
	padding:			3px;
	margin-bottom:		8px;
}

#anfrageform textarea {
	height:				200px;
}

#anfrageform input:hover, #anfrageform input:active, #anfrageform textarea:hover, #anfrageform textarea:active, #anfrageform select:hover, #anfrageform select:active {
	border-color:		#7f9f00;
	background-color:	#222;
}

#anfrageform input:focus, #anfrageform textarea:focus, #anfrageform select:focus {
	background-color:	#111;
}

#anfrageform input.submit {
	width:				auto;
	text-align:			center;
	float:				right;
}