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

* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535a5f;
}
html, body {
	height: 100%;
}
a {
	color: #ff7d21;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.orange {
	color: #ff7d21;
}
#outer, #outerstart {
	position: relative;
	width: 955px;
	height: auto !important;
	min-height: 100%;
	border-left: 1px solid #535a5f;
	border-right: 1px solid #535a5f;
	margin: auto;
	background-image: url("images/main-bg.png");
}
#outerstart {
	min-height: 0;
	padding-bottom: 35px;
	border-bottom: 1px solid #535a5f;
}
#menu {
	height: 50px;
	width: 100%;
	list-style: none;
	background-color: #fff;
	border-bottom: 1px solid #535a5f;
}
#menu li {
	float: left;
	padding: 15px 10px 5px 10px;
	border-right: 1px solid #ff7d21;
}
#menu li.grey {
	border-right: 1px solid #535a5f;
}
#menu li.grey a {
	color: #535a5f; 
}
#menu li.noborder {
	border: 0;
}
#menu li.space {
	margin-left: 320px;
}

/* STARTSEITE */
#outerstart {
	background-image: none;
	background-color: #9aa29c;
}
#outerstart #menu {
	background-color: #dddfe0;
}
#bilder {
	position: relative;
	height: 301px;
}
#startschrift {
	position: absolute;
	top: 0;
	left: 0;
}
#bilder .bildklein {
	position: absolute;
	top: 147px;
	left: 0;
}
#bilder .bildgross {
	position: absolute;
	left: 448px;
	top: 0;
}
#toplines {
	border-top: 20px solid #edeeef;
	border-bottom: 20px solid #fff;
	height: 1px;
	width: 100%;
	background-color: #535a5f;
}
#logostart {
	text-align: right;
	background-color: #fff;
	padding: 20px 20px 0px 0px;	
}
/* STARTSEITE ENDE */

#headImg {
	width: 651px;
	border-right: 1px solid #535a5f;
	float: left;
}
#logo {
	float: right;
	width: 260px;
	height: 140px;
	background-color: #fff;
	background-image: url("images/logo-werner.png");
	background-repeat: no-repeat;
	background-position: center;
	padding: 13px 23px 15px 20px;	
}
#whiteline {
	clear: both;
	width: 100%;
	height: 20px;
	background-color: #fff;
	border: 1px solid #535a5f;
	border-left: 0;
	border-right: 0;
}
#left, #center, #right {
	float: left;
	padding: 20px 10px;
}
#left {
	left: 0;
	width: 185px;
}
#center {
	left: 205px;
	width: 426px;
}
#right {
	left: 650px;
	width: 284px;
}
.clear {
	clear: both;
}
#left h2, #right h2{
	text-transform: uppercase;
}
h2 {
	font-size: 15px;
	margin-bottom: 1em;
}
#left .linkbox, #right .linkbox {
	position: relative;
	padding-right: 35px;
	margin-bottom: 15px;
}
#left .linkbox .linkbutton, #right .linkbox .linkbutton {
	display: block;
	width: 25px;
	height: 25px;
	background-image: url("images/link-button-orange.png");
	position: absolute;
	bottom: 0;
	right: 0;
}
#right .linkbox .linkbutton {
	background-image: url("images/link-button-grau.png");
	margin-right: 5px;
	margin-bottom: 5px;
}
#right .linkbox {
	background-color: #ff7d21;
	padding: 10px 35px 10px 10px;
}
#right .linkbox p {
	line-height: 1.4em;
}
#right h3 {
	background-color: #9aa29c;
	color: #fff;
	padding: 5px;
	border-bottom: 1px solid #535a5f;
}
#center p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
#center h3 {
	margin-bottom: 0.5em;
}
#center ul {
	margin: 1em 0em 1em 2em;
	line-height: 1.5em;
}
#center ul.weblinks li {
	margin-bottom: 1em;
}
form .left {
	clear: both;
	width: 100px;
	float: left;
}
form .right {
	padding: 0px 0px 5px 10px;
	float: left;
	width: 300px;
}
form .captcha {
	clear: both;
	padding: 0px 0px 5px 110px;
}
form .captcha img {
	border: 1px solid #535a5f;
}
input, textarea {
	width: 300px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #535a5f;
}
textarea {
	height: 100px;
}
form .button {
	width: auto;
	background-color: #ff7d21;
	color: #fff;
}
.small {
	font-size: 11px;
}

