/*----------------------------------------*
**  Globale
**----------------------------------------*/
* { 
	padding: 0px;
	margin: 0px;
} 

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #000000;
	text-align: center;
	line-height: 17px;
	
	background-image: url(/design/img/bg4.png);
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 14px;
	border-bottom: 1px solid #808080;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 13px;
	text-transform: uppercase;
}

a { 
	color: #000000;
	font-size: 12px;
	background-color: transparent;
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline;
}

/*----------------------------------------*
**  Layout Startseite (positioning-layers statisch und absolut)
**----------------------------------------*/
#boxed {
	width: 720px;
	margin: 15px auto;
	text-align: left;
}

#header {
	width: 700px;
	height: 100px;
	background-color: #dde21d;
	padding: 10px 10px 10px 10px;
}

#content {
	width: 700px;
	min-height: 335px;
	background-color: #bad532;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
}

#menue {
	width: 400px;
	height: 20px;
	margin: 30px 0px 20px 0px;
	float: right;
	text-align: right;
	font-weight: bold;
	
}

#footer {
	width: 700px;
	background-color: #a1cc3a;
	text-align: center;
	font-size: 10px;
	padding: 10px 10px 10px 10px;
}

#header h1 {
	font-size: 35px;
	padding-top: 10px;
	margin: 0px 0px 10px 0px;
}

#bildnachweis {
	width: 550px;
	margin: 5px auto;
	border: 1px solid #808080;
}

.description  {
	font-size: 14px;
	margin: 5px 0px 0px 0px;
}

.slogan  {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	float: right;
}

.footertext {
	font-size: 10px;
}

.menue {
	font-size: 14px;
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.bild_right {
	float: right;
	border: 1px solid #000000;
}

/*----------------------------------------*
**  Kontaktformular
**----------------------------------------*/
form div {	padding: 2px 0; }
form input { width: 200px; height: 17px; }
form textarea { width: 300px }

label { float: left; position: relative; margin-right: 5px; padding-right: 10px; width: 80px; display: block; text-align: right; }

div.buttonrow { margin-left: 100px; margin-bottom: 10px;}
input.submitbutton { width: 201px; height: 25px; line-height: 30px; background-color: #c6c6c6; border: 1px solid #c6c6c6; font-weight: bold; font-size: 13px; }
input.submitbutton:hover { border: 1px solid #5c5c5c; cursor: pointer; }

/*----------------------------------------*
**  Fehlerbehandlung im Kontaktformular
**----------------------------------------*/

#successfully,
#error {
	width: 300px; 
	margin: 5px 0 5px 50px;
	padding: 5px;
	text-align: center;
	border: 1px solid #000000;
	background-color:#00ff00;
}

#error {
	background-color:#ff0000;
}
