﻿body {
	margin: 10px 0; 
	padding: 0; 
	text-align: center; 
	background: #fdfa03 url(../images/body_bg.jpg) repeat-x;
}

/* Link-decoration */
a {
	text-decoration:none;
}

a:link { 
	text-decoration: none; 
	color: #6699cc; 
}

a:visited { 
	text-decoration: none; 
	color: #253871; 
}

a:hover { 
	text-decoration: none; 
	color: #808080;
}

a:active { 
	text-decoration: none; 
	color: #C0C0C0;
}

/* Links inside navigation-div*/
#navi a:link { 
	text-decoration: none; 
	color: #6c6c6c !important;
}

#navi a:visited { 
	text-decoration: none; 
	color: #6c6c6c !important;
}

#navi a:hover { 
	text-decoration: none; 
	color: #808080 !important;
}

#navi a:active { 
	text-decoration: none; 
	color: #C0C0C0 !important;
}


/* Veränderung des Mauszeigers bei mouseover headlines */
h1, h2, h3, h4, h5, h6 {
	cursor: crosshair;
}

/* Überschriftendefinition */
h1 {
/*	margin-top: -5px;*/
}

h2 {
/*	margin-top: -5px;*/
}

h3 {
/*	margin-top: -5px;*/
}

div#wrap {
	width: 890px; 
	margin: 0 auto; 
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(../images/wrap_bg.gif);
	background-repeat: repeat-y;
}

/* content eintüten */
div#contentwrap {
	background: #FFFFFF; 
	border-left: 1px solid #121bd9; 
	border-right:1px solid #121bd9;
	height:1%;
}

div#picstrip {
	width: 120px;
	float: left;
	padding-left: 16px;
	
}

div#navi {
	width: 155px;
	height: 330px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2;
	margin-top: 20px;
}

.maincontent {
	background-color: #f5f5f5;
	width: 571px;
	margin:0px;
	padding: 0px;
/*	padding-left: 3px;*/
	margin-top: 20px;
}

.maincontent p {
	padding-left: 10px;
	padding-right: 10px;
}

.centered {
	margin: 0 auto;
}

/* content */
div#content {
	background: #FFFFFF;
	font: 12px verdana, sans-serif; 
	padding: 0px;
	margin:0px;
	color: #4E5665; 
/*	margin-left: 180px; */
	margin-left: 140px;
	height: 1%;
	width:740px;
	min-height: 549px;

	
}

div#address {
	line-height: normal;
	font-size: 11px;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2;
}

/* pictures */
.mainpic {
	margin: 0 auto;
}

.floatright {
 	float: right;
	margin: 0px 10px 0px 10px;
}

.navelements {
	margin-bottom: -3px;
}

.mainnavelements {
	margin-bottom: -3px;
	padding-left: 5px;
}

/* clearer */
div.clrcont {
	clear: both;
	background: #FFFFFF; 
	border-left: 1px solid #121bd9; 
	border-right:1px solid #121bd9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-align: right;
	padding-top: 10px;		
	padding-right: 10px;
}

/* footer */
div#footer {
	font: 0/0 sans-serif; 
	height: 11px;
	background:  url(../images/footer_bg.jpg) no-repeat 50% 0; 
	clear: both;
}

/* Hier werden die Tabellen formatiert */
.commontable {
	margin: auto;
}

.commontable td {

}


hr {
  	height: 1px;
	margin: 0 0;
  	border-style: none;
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #b3c3e3; 
}

/* Formular gedöns HIER wird u.a auch li definiert!!!! (In Verbindung mit <ul>) */
form {
width: 350px; 
margin: 5px; 
padding: 0; 
background: #f5f5f5 url(bg.gif) repeat-x; 
border-bottom: 1px solid #b3c3e3;
}

fieldset {
margin: 0;  
padding: 0; 
border: 0;
}

ul {
margin: 0; 
padding: 0; 
list-style: none;
}

ul li {
border-top: 1px solid #fff; 
border-bottom: 1px solid #b3c3e3; 

}

ul li.first { 
border-top: 0; 
font-family: Arial, Helvetica, sans-serif;
color: #4E5665; 
font-size: 12px;
color: #404245;
}

ul li.last {
border-bottom: 0;
}

label {
display: block; 
color: #404245; 
float: left; 
width: 75px; 
line-height: 21px; 
text-align: right; 
padding-right: 5px; 
margin: 0 0 0 5px;
}

input, .text {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #404245;
}

.text {
width: 188px; 
padding: 3px 3px 3px 22px; 
border: 1px solid #fff; 
border-top: 1px solid #b3c3e3; 
border-left: 1px solid #b3c3e3; 
height: 15px; 
background: #fff url(name_icon.gif) 2px 3px no-repeat;
}

input#email {
background: #fff url(email_icon.gif) 3px 3px no-repeat;
}

textarea.text {
height: 100px;
background: #fff url(nachricht_icon.gif) 3px 3px no-repeat;
}

input.submit {
width: 90px; 
height: 23px; 
cursor: pointer; 
border: 0; 
background: url(button2.gif) no-repeat; 
color: #69c; 
font-weight: bold; 
margin-left: 65px;
}
