/**
 * SCHWEIGHAUSER
 * __________________________________________________________________
 *
 *
 *
 *
 * @author	Roland Schär
 * @date	2007-07-31
 */

/* 
Layout 
-----------------------------
*/
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #d5d5d7;
	height: 100%;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
}

#wrapper {
	margin: 0px auto;					/*centered*/
	padding: 0 5px 0 5px;
	width: 782px;
	min-height: 100%;
	height: 100% !important;
	height: 100%;
	text-align: left;
	background: url(../images/bg.gif) 0 0 repeat-y;
}

#header {}

#logo {
	margin-top: 5px;
	float: left;
	width: 202px;
	height: 100px;
	background: url(../images/logo.jpg);
}

#claim {
	margin-top: 5px;
	float: left;
	padding: 30px 0 0 15px;
	width: 349px;
	height: 70px;
	background-color: #8d9391;
}

#claim h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 20px;
}

#search {
	margin-top: 5px;
	float: left;
	padding: 55px 10px 0 10px;
	width: 195px;
	height: 45px;
	background-color: #f5f5f5;
}

#ajaxSearch_input {
	width: 65%;
	border: 1px solid #ccc;
}

#ajaxSearch_input:focus {
	border: 1px solid #666;
}

#ajaxSearch_submit {
	border: none;
	background: transparent;
	color: #003c8a;
	background: url(../images/bullet.gif) 0 2px no-repeat;
}
/*
.ajaxSearch_highlight {
	padding: 1px 1px;
	background: #ccc;
	border: 1px solid #666;
}
*/

#leftCol {
	float: left;
	width: 202px;

}

#address {
	padding: 0 10px 0 10px;
	font-size: 11px;
}

#address a, #address a:hover {
	color: #666;
}

#eyecatcher {
	padding: 25px 0 0 0;
	width: 364px;
	height: 155px;
	background-color: #666;
}

#content {
	float: left;
	width: 364px;
}

#page {
	border-top: 25px solid #fff;
	padding: 5px 5px 25px 5px;
	background-color: #f5f5f5;
}

#title h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #003c8a;
	text-transform: uppercase;
}

#text {
	padding: 10px 5px 10px 5px;
}

#rightCol {
	float: left;
	width: 215px;
}

#spacer {
	height: 180px;
	background-color: #003c8a;
	margin-bottom: 10px;
}

#news {
	padding: 5px 10px 0 10px;
	border-top: 2px solid #003c8a;
}

#news h3 {
	font-size: 13px;
	padding: 0 0 0 10px;
	background: url(../images/bullet.gif) 0 2px no-repeat;
}

.aktuell p {
	margin: 0;
}

/* 
Navigation 
-----------------------------
*/
#navigation {
	margin: 20px 0 20px 0;
	padding: 5px 0 0 0;
}

#navigation ul {
	margin: 0;
	padding: 0 5px 0 5px;
	list-style-type: none;
}

#navigation li a {
	display: block;
	padding: 0 0 0 5px;
	height: 25px;
	line-height: 25px;
	color: #8d9391;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

#navigation li a:hover, 
#navigation li.active a {
	color: #003c8a;
	font-weight: bold;
}

/* -------------------------- */

/* 
Misc 
-----------------------------
*/
a, a:hover {
	color: #003c8a;
}

img {
	display: block;
	border: none;
}

div.errors {
	padding: 0 0 0 20px;
	background: url(../images/information.gif) 0 0 no-repeat;
}

#kontaktform fieldset {
	border: none;
}

#kontaktform label {
	display: block;
	width: auto;
	margin: 0 0 10px 0;
}

#kontaktform input, #kontaktform textarea {
	width: 90%;
}

#kontaktform input.button {
	width: 100px;
}

#kontaktform input.required, #kontaktform input.invalid,
#kontaktform textarea.required, #kontaktform textarea.invalid,
#kontaktform select.required, #kontaktform select.invalid {
	border: 1px solid #ff0000;
}