﻿/*************************************************************/
/*   Design:  noehrer.css                                    */
/*   Author:  Thomas Panner                                  */
/*   Web:     www.noehrer.com		   		                 */
/*   Date:    14.02.2013                                     */
/*************************************************************/

/* ----- seiteneinstellungen ----- */

body{
	margin: 0px auto;
	padding: 0px;
	background-image: url('../images/bg.jpg');
	background-attachment: fixed;
	overflow: scroll;
	overflow-x: hidden;
}

.wrapper{
	width: 1000px;
	margin: 0px auto;
	margin-top: 16px;
	padding: 0px;
	background-color: #d3d3d3;
	border: 3px solid #eeeeee;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
}

.content{
	width: 1000px;
	margin: 0px;
	padding: 0px;
}

.main {
	float: left;
	overflow: hidden;
	width: 580px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	color: #5e5b5a;
	text-align: justify;
	background-color: #ffffff;
	border-left: solid 1px #eeeeee; 
	border-right: solid 1px #eeeeee;
	min-height: 800px;
}

.cleaner { 
	clear: both; 
	display: block; 
}

.header {
	clear: both;
	float: left;
	width: 1000px;
	margin: 0px;
	height: 160px;
	padding: 0px;
	background-color: #ffffff;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* CSS3 */
}

/* ----- texteinstellungen ----- */

h1 {
	overflow: hidden;
	width: 580px;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	border-bottom: solid 2px #bd0926;
	color: #bd0926;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 20px;
}

h2 {
	overflow: hidden;
	width: 580px;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #bd0926;
	color: #bd0926;
	font-family: Verdana, Helvetica, Sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3 {
	color: #323232;
	font-weight: bold;
	text-align: justify;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

.bodytext {
	margin: 0px;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10pt;
	color: #323232;
	text-decoration: none;
}

.bodytext a, .bodytext a:link, .bodytext a:visited  {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10pt;
	color: #323232;
	text-decoration: none;
}

.bodytext a:hover {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10pt;
	color: #323232;
	text-decoration: underline;
}

.bodytext span {
	width: 600px;
	color: #bd0926;
	font-weight: bold; 
	text-align: center;
	font-family: Verdana, Helvetica, Sans-serif;
}

.infotext {
	color: #bd0926;
	font-weight: bold;
	text-align: center;
	font-family: Times New Roman, Helvetica, Sans-serif;
	font-size: 14pt;
}


ol {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10pt;
	color: #323232;
	text-decoration: none;
	margin-left: -20px;
}

/* ----- bildeinstellungen ----- */

.img1 {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.img2 {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ----- menue ----- */

.menue {
	margin: 0px;
	clear: both;
	float: left;
	width: 200px;
	padding: 0px;
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-serif; 
}

.menue ul {
	width: 200px;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #ffffff;
	color: #ffffff;
	background-color: #777777;
	list-style: none;
}

.menue li.link a{
	margin: 0px;
	padding: 2px 2px 0px 6px;
	border-top: solid 1px #ffffff;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.menue li a {
	display: block;
	height: auto !important;
	height: 2em;
	line-height: 2em;
	margin: 0px;
	text-decoration: none;
	font-size: 12px;
}

.menue li a:hover {
	color: #FFFFFF;
	background-color: #323232;
	text-decoration: none;
}

/* ----- sidebar ----- */
.sidebar {
	overflow: hidden;
	float: left;
	width: 198px;
	margin: 0px;
	height: 100%;
	padding: 0px 0px 10px 0px;
	text-align: left;
	color: #000000;
}

.sidebar-main {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #777777;
	border-top: solid 1px #FFFFFF;
	font-family: Verdana, Helvetica, Sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.sidebar-logo {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-size: 8pt;
	font-family: Verdana, Helvetica, Sans-serif;
}

/* ----- footer ----- */

#footer {
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	text-align: center;
	color: #d3d3d3;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

#footer a, a:link a:visited {
	color: #d3d3d3;
	text-decoration: none;
}

#footer a:hover {
	position: relative;
	width: 1000px;
	text-align: center;
	color: #d3d3d3;
	text-decoration: underline;
}

/* ----- kontaktformular ----- */

table.kontakt  {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 9pt;
	color: #323232;
}

td.kformli  {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10pt;
	width: 150px;
	vertical-align: top;
}

td.kformre  {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10pt;
	width: 550px;
}
