/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	background-image: url(/img/bg.jpg);
	background-repeat:repeat;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

#website {
	float: left;
	clear: left;
	width: 1000px;
}

#wrapper_left {
	float: left;
	clear: left;
	width: 115px;
}

#wrapper_right {
	float: right;
	clear: right;
	width: 155px;
}

#pinwand {
	float: left;
	width: 155px;
	height: 260px;
}

#wetter {
	float: left;
	width: 115px;
	height: 125px;
	margin-bottom: 25px;
}

#banner {
	float: left;
	width: 115px;
	height: 175px;
}

#wrapper_header {
	float: left;
	width: 700px;
	background-color:#FF0000;
}

#head {
	float: left;
	width: 675px;
	height: 75px;
	padding-left: 25px;
	background-color:#9ecb00;
}

#navi {
	float: left;
	width: 675px;
	height: 385px;
	background-color:#9ecb00;
	padding-left: 25px;
}

#main {
	float: left;
	width: 650px;
	height: 500px;
	background-color:#9ecb00;
}

#wrapper_main {
	float: left;
	width: 650px;
}

#content {
	float: left;
	width: 625px;
	padding: 0 25px 0  50px;
	background-color:#9ecb00;
}

#balken_left {
	float: left;
	width: 30px;
	height: 500px;
	background-image: url(/img/balken_left.jpg);
	background-repeat:no-repeat;
	background-color:#9ecb00;

}

#balken_right {
	float: right;
	clear: right;
	width: 30px;
	height: 500px;
	background-image: url(/img/balken_right.jpg);
	background-repeat:no-repeat;
	background-color:#9ecb00;
}

#style {
	float: left;
	width: 700px;
	height: 200px;
	background-color: #996600;
}

/*Formular*/

textarea {
	width: 550px;
}

input {
	width: 200px;
}

.button {
	width: 100px;
}

