@charset "utf-8";
/* CSS Document */

/*Allgemeine Definitionen*/
html{
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #814818;
}

body{
	margin: 0;
	height: 100%;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

td, table, p, h1, h2, div{
	margin: 0;
	padding: 0;
}

#center{
	width: 1002px;
	height: 688px;
	margin: 0px auto;
	background-image: url(images/center_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#inner_center{
	width: 1002px;
	height: 688px;
}

#head{
	height: 80px;
}

#images{
	height: 121px;
	text-align: center;
}

#images a img{
	margin: 10px 4px 11px 4px;
	border: 1px solid #ffffff;
}

#content{
	padding-top: 10px;
	padding-right: 290px;
}

#content table{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#content p{
	padding: 0px;
	margin-top: 5px;
	font-size: 75%;
	text-align: justify;
}

#content h1{
	padding: 0px;
	margin-top: 5px;
	font-size: 80%
}

#content a:link, #content a:visited, #content a:active, #content a:hover{
	text-decoration: underline;
	color: #000000;
}

#foot{
	padding-left: 226px;
	padding-top: 50px;
}

#foot a:link, #foot a:visited, #foot a:active, #foot a:hover{
	font-size: 80%;
	font-weight: bold;
	color: #ffffff;
	margin-right: 20px;
}

#content form{
	font-size: 70%;
}

#content form fieldset{
	border-bottom: none;
	border-left: none;
	border-right: none;
}

#content label{
	display: block;
	float: left;
	width: 130px;
}

#content form fieldset input{
	font-size: 80%;
	width: 200px
}

#content form fieldset select{
	font-size: 80%;
}

#content form fieldset textarea{
	font-size: 110%;
	width: 200px;
	height: 50px;
}