body {

	margin:0;
	padding:0;
	height:auto;
	background-color:#441448;

}

div {
	
	font-family:Century Gothic, Verdana, Helvetica, sans-serif;
	font-size:14px;
	
}

/*div#geruest {
	
	width:100%;
	height:100%;
	
	position:relative;
	
	background-color:#441448;
	
}*/

div#barLinks {
	
	position:fixed;
	left:0;
	top:0;
	padding:0;
	
	width:100px;
	background-image:url("images/verlauf_links.jpg");
	background-repeat:repeat-y;
	
	height:100%;
	
}

div#barRechts {
	
	position:fixed;
	right:0;
	top:0;
	padding:0;
	
	width:100px;
	background-image:url("images/verlauf_rechts.jpg");
	background-repeat:repeat-y;
	
	height:100%;
	
}

div#center {
	
	width:900px;
	height:auto;
	min-height:100%;
	
	margin-left:100px;
	position:absolute;
	
	/*right:10;*/
	top:0;

	background-color:#2F0532;
	color:#ccc;
	
	border-left:1px solid #200020;
	border-right:1px solid #200020;

}

div#header {
	
	height:207px;
	width:900px;
	
	border:0;
	padding:0;
	
	background-image:url("images/header.jpg");
	background-repeat:no-repeat;
	
}

div#linkbar {
	
	height:32px;
	width:900px;
	
	background-image:url("images/button_bar.jpg");
	background-repeat:repeat-x;
}

div#content {
	
	padding:10px;
	height:auto;

	/*right:10;*/
	top:0;

	/*background-color:#2F0532;
	color:#ccc;*/
	
}

div#content a {
	
	color:#93019F;
}

ul#menu
{
	
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:14px;
	font-weight:normal;
	font-family:Helvetica;
	font-style:normal;
	/*padding-bottom:5px;*/
	background:transparent url("images/menu.jpg") repeat-x top right;
	
}

ul#menu li
{
	
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:30px;
	
}
	
ul#menu li a
{
	
	display:block;
	float:left;
	color:#999;
	text-decoration:none;
	/*padding:10px 20px 0 20px;*/
	padding-left:8px;
	padding-right:8px;
	padding-bottom:0;
	height:30px;
	background:transparent url("images/menu.jpg") no-repeat top right;

}
	
ul#menu li a:hover
{	
	
	color:#FFFFFF;
	background:transparent url("images/menu_hover.jpg") no-repeat top right;
	
}

ul#menu img {
	

	border:0;
	
}


table.gb {
	
	margin-left:auto;
	margin-right:auto;
	
	font-size:10pt;
	
	background-color:#3B053F;
	
}

table.gb td {
	
	width:250px;
}

input {
	
	/*border:0px;*/
	border:1px solid #999999;
	margin:2px;
}

input.feld {
	
	padding:1px;
	width:85px;
	background-color:#999999;
	color:#000000;
	background-image:url("images/input.jpg");
	background-repeat:repeat-x;
	
}

input.feld:hover {
	
	color:#333333;
	background-image:url("images/input_hover.jpg");
	background-repeat:repeat-x;
	
}

input.feld:focus {
	
	background-color:#999999;
	background-image:none;
	color:#ffffff;
	
}

input.button {

	background-color:#cccccc;
	background-image:url("images/button.jpg");
	background-repeat:repeat-x;
	
}

input.button:hover {
	
	background-image:url("images/button_hover.jpg");
	background-repeat:repeat-x;
	
}





div#footer {

	height:auto;
	width:auto;
	
	background-color:#3B053F;
	
	margin-top:10px;
	text-align:center;
	color:#999999;
	font-size:7pt;
	
}

div#footer a {
	
	font-size:7pt;
	color:#666666;
	text-decoration:none;
	
}

div#footer img {
	
	width:80px;
	height:15px;
	border:0px;
	margin-left:5px;
	margin-right:5px;
	
}
