/* @override 
	http://xn--v-partner-z7a.ch/neu/style.css */

/* CSS Document */
/* www.oev-partner.ch V 1.1 - 05.2016   */
/* realisiert durch www.trilogic.ch     */
/* nach Designvorlage von Atelier Heina */

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;	
}

body {
	color: #555;
	background-color: #cfd4d8;
	font: 13px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#wrapper1 {
	background: #fff url(images/bkgd_wrapper.jpg) repeat-x;
	width: 100%;
}

#wrapper2 {
	background: #fff url(images/bkgd_wrapper.jpg) repeat-x;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 100%;
}

#links, #rechts {
	float: left;
	width: 180px;
	min-height: 610px;
}

#links {
	text-align: right;
	background: url(images/bkgd_links.jpg) no-repeat right 0;
}

#rechts {
	background: url(images/bkgd_rechts.jpg) no-repeat left 0;
}

#mitte {
	width: 640px;
	min-height: 650px;
	float: left;
	background: white url(images/bkgd_oev-logo.png) no-repeat right bottom;
}

#logo {
	height: 80px;
	background: url(images/oev-partner_logo.png) no-repeat;
}

#oevpartner {
	width: 100%;
	height: 100%;
}

#banner {
	height: 150px;
	background-color: #f0f0f2;
}

#inhalt {
	line-height: 1.5;
	min-height: 310px;
	padding: 11px 170px 30px 40px;
}

#inhalt ul {
	list-style-position: outside;
	padding-left: 20px;
	padding-bottom: 10px;
}

p {
	padding-bottom: 10px;
}

#portrait {
	float: right;
	width: 100px;
	margin-right: -110px;
	text-align: center;
	margin-top: -10px;
}

#portrait img {
	max-width: 80px;
	height: inherit;
}

p.first {
	padding-top: 20px;
}

p.home {
	padding-top: 20px;
	font-size: 21px;
}

h1, h2 {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.nopadbot {
	padding-bottom: 0px;	
}

#fusswrapper {
	width: 100%;
	background: url(images/bkgd_fusswrapper.jpg) repeat-x;
}

#fusswrapper2 {
	background: url(images/bkgd_fusswrapper.jpg) repeat-x;
	width: 1000px;
	height: 138px;
	margin-right: auto;
	margin-left: auto;
}

#fuss {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bkgd_fuss.jpg) repeat-x;
	height: 140px;
	padding-left: 40px;
	padding-top: 10px;
}

a {
	color: #555;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:hover {
	color: #ef4136;
	border-bottom: 1px solid #0d1985;
}

#logo a {
	border-bottom-style: none;
	border-bottom-width: 0;	
}

p.adresse {
	font-size: 12px;
	line-height: 1.5;
	padding-top: 230px;
	padding-left: 20px;
}

p.adresse a {
	border-bottom-style: none;
}

ul#navi {
	padding-top: 226px;
	font-size: 14px;
	line-height: 1.8;
	padding-right: 20px;
	list-style-image: none;
	list-style-type: none;
	letter-spacing: 1px;
}

ul#navi li a {
	text-decoration: none;
	border-bottom-style: none;
	text-transform: uppercase;
}

.aktiv {
	color: #ef4136;	
}

.clear {
	clear: both;
}
label {
	width: 120px;
	float: left;
}
label.error {
	float: none;
	display: inline-block;
	width: 200px;
	padding-bottom: 10px;
	padding-left: 122px;
}

input.gross, textarea {
	width: 420px;
	margin-bottom: 8px;
	background-color: #f0f0f2;
	padding: 2px;
	color: black;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	border-style: none;
	border-width: 0;
}
textarea {
	height: 60px;
}
input#senden {
	margin-left: 120px;
	margin-top: 10px;
}
