/* CSS Document */

body {
	background-image:url(../images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#e6e6e6;
	margin:0 auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a6a6a6;
}

img {
	border:none;
}

p {
	margin: 0px;
	padding: 2px 0px 15px 0px;
	line-height:14px;
}

p.quote {
	font-style: italic;
	color: #747474;
}

a {
	color: #747474;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #ff9900;
	margin: 0px;
	padding: 0 0 12px 0;
	font-size: 14px;
	font-style:normal;
	font-weight:bold;
}

h2 {
	color: #838383;
	margin: 0px;
	padding: 0 0 3px 0;
	font-size: 11px;
	font-style:normal;
	font-weight:bold;
}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:926px;
	position:relative;	
}

#wrapper #header {
	margin-top: 42px;
}

#wrapper #header #logo {
	width:608px;
	height:51px;
}

#wrapper #header #nav {
	width:447px;
	height:27px;
	background-color:#ff9900;
	padding:4px 0 0 10px;
}

#wrapper #header #nav a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#ff9900;	
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	border:1px #ffffff solid;
	text-decoration:none;
	font-weight:bold;
	margin-right:10px;
	float:left;
}

#wrapper #header #nav a:hover {
	color:#ff9900;
	background-color:#ffffff;
}

#wrapper #header #nav a.active {
	color:#ff9900;
	background-color:#ffffff;
}

#wrapper #header #nav a.bestellen {
	color:#ff9900;
	background-color:#ffffff;
	border:1px #ff9900 solid;	
	right: 10px;
	position:absolute;
}

#wrapper #header #nav a:hover.bestellen {
	color:#ffffff;
	background-color:#ff9900;
	border:1px #ff9900 solid;	
}

#wrapper #content {
	width:420px;
	border-right:1px #e6e6e6 solid;
	padding-left:15px;
	padding-right:20px;	
	margin-top:40px;	
	margin-bottom:30px;	
	float:left;
}

#wrapper #visual {
	padding-left:20px;
	margin-top:40px;
	margin-bottom:30px;
	float:left;
}

#wrapper #footer {
	border-top:1px #e6e6e6 solid;
	padding-top:10px;
	width:925px;
	clear:both;	
	position: relative;
}

#wrapper #footer #subnav {
	position: absolute;
	right: 10px;
	top: 15px;
}

#wrapper #footer #subnav a {
	color: #747474;
}

#error-msg {
	margin-bottom: 10px;	
	display:none;
	border: 1px #d51a11 solid;
	padding: 15px;
	text-align: center;
	color: #d51a11;
}

#error-msg span {
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight:bold;
}


fieldset {
	border: none;
	padding: none;
	margin: none;
	margin-top: 20px;
}

fieldset label {
	font-size: 1.1em;
	line-height: 1.9em;
	margin-right: 10px;
	float: left;
	width: 200px;
	height: 12px;
	padding-top:7px;	
}

fieldset label span {
	color: #ff9900;
}

fieldset label.radiotext {
	width: 120px;
	padding-left: 5px;
	border: none;
}

fieldset input {
	border: 1px #dddddd solid;
	margin-top: 10px;	
	float: left;
	width: 190px;
	height: 19px;
}

fieldset .value {
	margin-top: 10px;	
	float: left;
	width: 190px;
	height: 19px;
}

fieldset input.checkbox {
	width: 20px;
	border: none;
}

fieldset select {
	border: 1px #dddddd solid;
	margin-top: 10px;	
	float: left;
	width: 192px;
	height: 21px;
}

fieldset .button {
	margin-top: 20px;
	margin-right: 10px;
	width: 93px;
	height: 30px;
	border: none;
	float:right;
}

