body {
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

#root {
	float: left;
	clear: left;
	width: 830px;
	height: auto;
}

#main {
	float: left;
	clear: left;
	width: 830px;
	height: auto;
}

#bottom_container {
	float: left;
	clear: left;
	width: auto;
	height: auto;
	margin-top: 10px;
}

#left {
	float: left;
	clear: left;
	margin-top: 10px;
	width: 250px;
}

#logo {
	float: left;
	clear: left;
	
	width: 70px;
	height: 400px;
	
	margin-left: 20px;
	margin-top: 40px;
}

#menu {
	float: left;
	clear: none;
	width: 20px;
	height: auto;
	
	margin-left: 120px;
}

.button {
	margin-bottom: 10px;
}

#right {
	float: left;
	clear: none;
	margin-top: 10px;
	
	width: 574px;
	height: auto;
}

#top {
	float: left;
	clear: left;
	
	height: 40px;
}

.pageTitle {
	height: 30px;
	width: 250px;
	border-bottom: solid #333 1px;
	text-indent: 20px;
	padding-top: 20px;
	
	font-size: 24px;
	color: #069;
	font-weight: bold;
}

.pageTitle a {
	text-decoration: none;
	
	font-size: 24px;
	color: #069;
	font-weight: bold
}

#content {
	float: left;
	clear: left;
	
	height: auto;
	width: 545px;
	
	margin-left: 15px;
	
	margin-top: 20px;
}
/*
#bottom {
	position: absolute;
	width: 572px;
	height: 20px;
	
	left: 251px;
	bottom: 0px;
	
	background-image: url(../images/bottom_line.jpg);
	background-repeat: repeat-x;
}
*/
/*
#slogan {
	position: absolute;
	width: 215px;
	height: 25px;
	
	left: 16px;
	bottom: 10px;
}
*/

#slogan {
	float: left;
	clear: left;
	
	width: 215px;
	height: 25px;
	
	margin-left: 16px;
}

#bottom {
	float: left;
	clear: none;
	
	width: 574px;
	height: 20px;
	
	margin-left: 19px;
	
	background-image: url(../images/bottom_line.jpg);
	background-repeat: repeat-x;
}

#bottom a {
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	font-size: 10px;
}

#bottom a:hover {
	text-decoration: underline;	
}

.bottomLinks {
	float: right;
	
	margin-top: 3px;
	margin-right: 20px;
}

/* Kontaktform */
label {
     width: 100px;
	 display: block;
	 float: left;
	 font-size: 12px
}

input {
		margin-bottom: 2px;
		width: 200px;
}

.formsubmit {
	float: right;
	margin-top: 15px;
	margin-right: 100px;
}

.formtextfield, .formtext {
	border: 1px solid #00a5e6;
}