@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
   	font-family: Helvetica,Arial,sans-serif;
    font-size: 10pt;
	text-decoration: none;
	color: #737373;
	background-color: #b5b5b5;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	color: #737373;
}

a:hover{
	text-decoration: none;
	color: #b80040;	
}

a:active{
	text-decoration: none;
	color: #b80040;	
}

h1 {
	font-style: normal;
	font-size: 14px;
	color: #b80040;	
}

#site {
	width: 855px;
	margin: auto;
	margin-top: 40px;
}

#header {
	float: left;
	width: 855px;
	height: 146px;
	text-decoration: none;
	background-image: url(../images/schwankl.png);
}

#wrapper {
	float: left;
	margin-top: 25px;	
}

#menu {
	float: left;
	width: 125px;
	margin-left: 10px;	
	text-decoration: none;
}

#textarea_index {
	float: right;
	width: 700px;
	height: 200px;
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
	color: #b80040;
}

#textarea {
	float: right;
	width: 700px;
	height: 200px;
	margin-right: 10px;
	text-align:justify;
}
