/**
 * SCHWEIGHAUSER
 * __________________________________________________________________
 *
 *
 *
 *
 * @author	Roland Schaer
 * @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: 13px;
	color: #444;
	line-height: 18px;
}

#wrapper {
	margin: 0px auto;					/*centered*/
	padding: 0 5px 0 5px;
	width: 922px;
	min-height: 100%;
	text-align: left;
	background: url(../images/bg.gif) 0 0 repeat-y;
}

#header {}

#logo {
	margin-top: 5px;
	float: left;
	width: 202px;
	height: 202px;
	background: url(../images/logo.jpg);
}

#claim {
	margin-top: 5px;
	float: left;
	padding: 30px 0 0 15px;
	width: 489px;
	height: 70px;
	background-color: #67aee4;
}

#claim h2 {
	margin: 0;
	padding: 2px 0 0 0;
	color: #f5f5f5;
	letter-spacing: 1px;
	font-style: italic;
	font-size: 34px;
}

#search {
	margin: 26px 0 0 0;
	padding: 0 10px 0 10px;
	width: 195px;
	height: 40px;
}

#search input {
	width: 126px;
	height: 20px;
	border: 1px solid #ccc;
}

#search input:focus {
	border: 1px solid #666;
	color: #444;
}

#search #button {
	width: 50px;
	height: 24px;
	border: none;
	background: #ccc;
	color: #003c8a;
}


#leftCol {
	float: left;
	width: 202px;

}

#address {
	padding: 30px 10px 0 10px;
	font-size: 12px;
	line-height: 17px;
}

#address a, #address a:hover {
	color: #666;
}

#eyecatcher {
	margin-top: 5px;
	padding: 0 0 0 0;
	width: 719px;
	height: 202px;
	background-color: #ffffff;
	float: left;
}

#content {
	float: left;
	width: 504px;
}

#page {
	border-top: 25px solid #fff;
	padding: 5px 5px 25px 5px;
	background-color: #f5f5f5;
}

#title h3 {
	margin: 0;
	padding: 20px 0 0 15px;
	font-size: 23px;
	color: #003c8a;
}

#text {
	padding: 10px 5px 10px 15px;
}

#rightCol {
	float: left;
	width: 215px;
}

#spacer {
	height: 180px;
	background-color: #003c8a;
	margin-bottom: 10px;
}

#news {
	margin: 30px 0 0 0;
	padding: 0 10px 0 10px;
}

#news h3 {
	font-size: 18px;
	padding: 0 0 0 1px;
}

.aktuell {
	margin: 0 0 10px 0;
}

.aktuell p {
	margin: 0 0;
}

/* 
Navigation 
-----------------------------
*/
#navigation {
	margin: 10px 5px 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: 38px;
	line-height: 38px;
	color: #8d9391;
	font-size: 15px;
	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 span.error {
	color: #ff0000; 
}

.claim {
	font-weight: bold;
	color: #003c8a;
}