	body {
		margin: 0;
		padding: 0;
		font-family	:arial,tahoma,verdana,helvetica;
		font-size: 12px;
		background-color: #333333;
		background-image: url(/media/images/body_back.gif);

		background-repeat: repeat-x;
		color: #ffffff;
	}

	

	div#content h1 { font-size:170%;margin-left:10px;border-left:5px solid #AB0D0E;padding-left:4px; }
	div#content h2 { font-size:125%;margin-left:10px;border-left:5px solid #AB0D0E;padding-left:4px; }
	div#header h1 { font-size:40px; color:#0094C9; padding: 0 0 0 15px;}

	a {font-weight:bold; text-decoration:none; color:#ffffff;}
	a:hover {color:#c0c0c0;}
	
	a.forgeturl {
	border:outset 1px #000000;
	color: #666;
	font-weight: bold;
	padding: 2px 3px;
	font-size: 13px;
	background:url(/media/images/bg_formbutton.gif) repeat-x left top;}
	
	a.forgeturl:hover {
	border:outset 1px #000000;
	color: #666;
	font-weight: bold;
	padding: 2px 3px;
	font-size: 13px;
	background:url(/media/images/bg_formbutton_hover.gif) repeat-x left top;}

	hr {border: solid 1px #000000;}
	
	img {border: 0px;}
	
#ssubmit{
cursor:pointer;
border:outset 1px #000000;
background:#999;
color:#666;
font-size: 13px;
font-weight:bold;
padding: 1px 2px;
background:url(/media/images/bg_formbutton.gif) repeat-x left top;
}

#ssubmit:hover{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(/media/images/bg_formbutton_hover.gif) repeat-x left top;
}

#stext {
	height: 17px;
	width: 100px;
	background:url(/media/images/bg_formbutton.gif) repeat-x left top;
	border:outset 1px #000000;}
		
#page {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: auto !important;
	height: 550px;
	min-height: 550px;
	background-color: #9f0f0f;
	background-image: url(/media/images/bg_page.jpg);
	background-repeat: repeat-y;
	
}		

div#header {
		position:relative;
		height:100px;
		background-color: #000000;

	}

div#loginbar {
		position:relative;
		height:35px;
		background-image: url(/media/images/bg_loginbar.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		text-align: right;
		


	}



div#content {
		position: relative;
		margin-left: 155px;
		margin-right: 154px;
		margin-top: 3px;
		overflow: hidden;
		padding: 15px;
		padding-top: 5px;
		voice-family: "\"}\""; voice-family: inherit;
		background-color: #747474;
		border: 1px solid #000000;
		background-image: url(/media/images/bg_content.jpg);
		background-position: top;
		background-repeat: no-repeat;
		color: #ffffff;
		min-height: 505px;
		height: auto !important;
		height: 505px;


	}

div#menuright {
		position: absolute;
		right    : 3px;
		top     : 138px;
		background: #747474;
		background-image: url(/media/images/bg_menuright.jpg);
		background-repeat: no-repeat;
		background-position: top;
		width: 147px;
		min-height: 470px;
		height: auto !important;
		height: 470px;
		border: 1px solid #000000;
		text-align: center;
	}	

div#menuright form {
		padding-top: 5px;
		text-align: center;
		
	}
		
div#footer {
		position: relative;
		margin: 0 auto;
		width: 900px;
		background: #054487;
		padding: 5 auto;
		text-align: center;
		color: #FFFFFF;
		border-top: 3px solid #333333;
		border-bottom: 2px solid #a3a3a3;
		}
		
div#footer a {color: #FFFFFF;}	
div#footer a:hover {color: #000000; text-decoration:none;}	


/*	div#content table {
		border		: gray 1px solid;
		margin		: 5px;
		padding:0px;
	}

		div#content table th {
			text-align	: left;
			background-color: #cc1100;
		}  */

div#menu {
		position: absolute;
		left    : 0px;
		top     : 137px;
	}

div#menu form {
		margin-top:5px;
	}

div#menu input#stext {
		border: 1px solid #ff0000;
		width: 120px;
}
	
div#menu input#ssubmit {
		width: 25px;
	}


/* Hintergrund der Schaltflächen */
div#menu ul, div#menu li {
		margin:0;
		padding:0;
		display:block;}		

div#menu ul {
		list-style:none;
		width:145px;
}
/* Schaltfläche selbst*/
div#menu li {
		position:relative;
		margin-top: 1px;
		padding:2px;
		background:#747474;
		background-image: url(/media/images/bg_menubutton.jpg);
		border:1px solid #333333;
		border-right:5px solid #333333;
		z-index:10;
		text-align: right;
	}
	
div#menu li.folder {
			border-right-color:#333333;
		}

div#menu li:hover {
			border:1px solid #000000;
			background:#054487;
			padding-right: 6px;
			background-image: url(/media/images/bg_menubutton_hover.jpg);
			z-index:100;
			color: #00FF00;
		}
		
div#menu ul ul {
		position:absolute;
		display:none;
		right:-140px;
		top:4px;
		background-color: #000000;
}
		
		
div#menu li:hover ul ul {
			display:none;
		}

div#menu li:hover ul, div#menu li:hover li:hover ul {
			display:block;
		}
