/* TAGS */

body {
	padding: 0px;
	margin: 0px;
	background-image: url('bilder/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Verdana;
	font-size: 12px;
	color: black;
	background-color: white;
	}

div {
	border: 0px solid blue;
	}
	
img {
	border: 0px solid white;
	}

a {
	color: #69c;
	font-weight: normal;
	text-decoration: none;
	}

a:hover {
	color: white;
	background-color: #69c;
	}


form label {
	float:left; 
	width: 150px;
	margin-bottom:2px;
}

form input,
form textarea {
	margin-bottom:2px;
	border:1px solid #999999;
}

form input[type=text] {
	width:180px;
}

form input[name=anrede] {
	width:50px;
}

form textarea {
	width:400px;
	height:120px;
}

form input:focus,
form textarea:focus {
	background-color:#efefef;
}

	
/* IDS */

#outer_container {
	width: 860px;
	margin: 0px auto;
	margin-top: 30px;
	padding: 0px;
	}

#logo {
	height: 45px;
	margin-bottom: 25px;
	}

#logo img {
	margin-right: 5px;
	}

#logo a {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	}

#logo a:hover {
	background-color: white;
	}

ul#mainMenu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border: 0px solid white;
	padding-bottom: 40px;
	}
	
ul#mainMenu li {
	display: block;
	float: left;
	padding: 0px;
	border-left: 1px solid #ddd;
	}

ul#mainMenu li.lastMenuItem {
	border-right: 1px solid #ddd;
	}

ul#mainMenu li a {
	display: block;
	padding: 3px 10px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	}

ul#mainMenu li a:hover {
	color: white;
	background-color: #69c;
	text-decoration: none;
	text-transform: uppercase;
	}
	
ul#mainMenu li a.active {
	color: white;
	background-color: #69c;
	}

#mainPic {
	padding: 0px 0px 20px 0px;
	overflow: hidden;
	}

#impressum {
	margin: 40px 0px 20px 0px;
	text-align: center;
	}

#impressum a {
	color: #aaa;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
/* KLASSEN */

.missing {
	font-weight:bold;
	color:red;
}
.missing img { border:1px solid red; }

.clearbreak {
	clear: both;
	}
	
.drittel {
	float: left;
	width: 256px;
	margin: 0px 10px 10px 0px;
	}

.zweidrittel {
	float: left;
	width: 562px;
	margin: 0px 30px 10px 0px;
	}
	
.dreidrittel {
	float: left;
	width: 860px;
	margin: 0px 10px 10px 0px;
	}
	
.drittel h1, .zweidrittel h1, .dreidrittel h1 {
	padding: 10px 0px 8px 0px;
	margin: 0px;
	font-size: 17px;
	font-weight: normal;
	color: #69c;
	text-transform: uppercase;
	}
	
.drittel p, .zweidrittel p {
	padding: 0px;
	margin: 0px;
	}
