body
	{
	font-family:verdana;
	font-size:0.8em;
	color:#C1C1C1;
	background-image: url("../bg.jpg");
	background-attachment:fixed;
	margin:0px; 
	scrollbar-face-color: #090909;
	scrollbar-highlight-color: #660000;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #660000;
	scrollbar-darkshadow-color: #080808;
	scrollbar-arrow-color: #990000;
	scrollbar-track-color: #050505;
	}

dd
	{
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
	}
  
dt
	{
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	}
	
hr	{
	color:#420000;
	}
.button:focus, .button, .button:hover
	{
	font-family:verdana;
	font-size:0.8em;
	background-color:#000000;
	border:1px solid #FF0000;
	color:#FF0000;
	}
	
label, input, select, textarea
	{
	font-family:verdana;
	font-size:1em;
	background-color:#7a7a7a;
	color:#000000;
	border:0px;
	}
	
label:focus, input:focus, select:focus, textarea:focus, label:hover, input:hover, select:hover, textarea:hover
	{
	font-family:verdana;
	font-size:1em;
	background-color:#b1b1b1;
	color:#00000;
	border:0px;
	}
#portal_list
	{
	padding:64px;
	/*background-image:url("../content_bg.jpg");*/
	background-color:#FF0000;
	}
#portal_list_div 
	{ 
	left:50%;
	top:50%;
	}

#portal_list_div ul
	{
	margin-bottom:32px;
	padding: 16px;
	list-style-type: none;
	text-align:center;
	/*font-weight:bold;*/
	font-size:1.5em;
	font-family: verdana;
	}

#portal_list_div a
	{
	display: block;
	padding: 16px;
	width: 160px;
	background-color: #1a1a1a;
	}

#portal_list_div a:link, #portal_list a:visited
	{
	color: #c1c1c1;
	text-decoration: none;
	}

#portal_list_div a:hover
	{
	background-color: #060606;
	color: #77080d;
	}
	
#fehler
	{
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
	position:fixed;
	}
#fehler_transparent
	{
	background:url("../transparent.png");
	width:100%;
	height:100%;
	}

#fehler_nachricht
	{
	position:absolute;
	left:33%;
	top:33%;
	width:33%;
	background-color:#303030;
	color:#FFFFFF;
	border:32px solid #424242;
	text-align:center;
	}
	
#background-top
	{
	background-image:("../background-top.png");
	background-repeat:no-repeat;
	width:100%;
	height:200px;
	top:0;
	position:absolute;
	z-index:-1;
	
	}
	
#background-left
	{
	background-image:("../background-left.png");
	background-repeat:y-repeat;
	height:100%;
	top:200px;
	width:20%;
	position:absolute;
	z-index:-1;
	}
	
#background-right
	{
	background-image:("../background-right.png");
	background-repeat:y-repeat;
	height:100%;
	top:200px;
	right:0;
	width:20%;
	position:absolute;
	z-index:-1;
	}
	
#menu_innen
	{
	padding:4px;
	background-color:#303030;
	}

#main_user_top
	{
	text-align:left;
	font-size:1em;
		background-image:url("../content_bg.png");
	margin:0 15% 0 15%;
	width:70%;
	}

#content
	{
	padding:32px;
	height:auto;
	background-image:url("../content_bg.png");
	margin:15% 20% auto 20%;
	width:70%;
	}
	
#breaker
	{
	clear:both;
	height:32px;
	overflow:hidden;
	}

#content_inhalt
	{
		
	font-size:1em;
	padding:16px;
	background-color:#303030;
	height:auto;
	}
	
#menu_left
	{
	vertical-align:top;
	padding:16px;
	margin:0 1% 0 1%;
	width:14% !important;
	line-height:17px;
	background-image:url("../content_bg.png");
	}
	
#menu_content_left, #menu_content_right,#profile_show_left
	{
	vertical-align:top;
	float:left;
	}
#menu_content_left, #menu_content_right
	{
	margin:0px 0 1%;
	padding:2px;
	width:100%;
	background-color:#292929;
	}
	
#menu_left
	{
	
	float:left;
	text-align:left;
	}

#menu_left_top, #menu_right_top
	{
	width:10px;
	background-color:#FF0000;
	height:10px;
	}
	

