﻿#HauptDiv{
	position:relative; 
	width:800px; 
	height:auto; 
	text-align:left;
}
#Banner{
	width:798px; 
	height:90px; 
	background-image:url('graphics/banner_grau.png'); 
	background-repeat:repeat-y; 
	border:thin black solid;
}
#Banner_linke_Seite{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:550px; 
	height:90px; 
	background-image:url('graphics/title.png'); 
	background-repeat:no-repeat; 
	background-position:left bottom;
}
#Banner_rechte_Seite_loggedout{
	position:absolute; 
	left:550px; 
	top:0px; 
	width:250px; 
	height:90px; 
	text-align:right;
}
#Banner_rechte_Seite_loggedin{
	position:absolute; 
	left:550px; 
	top:0px; 
	width:250px; 
	height:90px; 
	text-align:left;
	vertical-align:middle;
}

#Login_Tabelle_links{
	padding-right:10px; 
	text-align:right; 
	width:170px;
}
#Login_Tabelle_rechts{
	width:80px;
}
#button_anmelden{
	margin-top:5px; 
	margin-right:5px;
}
#Navigation{
	width:798px; 
	height:25px; 
	background-color:#C0C0C0; 
	border-left:thin black solid; 
	border-bottom:thin black solid; 
	border-right:thin black solid
}

.Input_Form{
	margin-top:5px; 
	margin-right:5px; 
	width:150px;
}
.Input_Button{
	background-color:#C0C0C0; 
	border:thin black solid; 
	width:80px; 
	height:25px;
	cursor:pointer;
}
.Input_Button_Klein{
	background-color:#C0C0C0; 
	border:thin black solid; 
	width:90px; 
	height:20px;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.Input_Button_Seite{
	background-color:#C0C0C0; 
	border:thin black solid; 
	width:30px; 
	height:20px;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.button_main{
	position:absolute; 
	top:92px;
	background-color:#C0C0C0; 
	border:0; 
	border-right:thin black solid; 
	width:120px; 
	height:25px; 
	text-align:left;
	cursor:pointer;
}
.button_menu{
	width:150px; 
	height:25px; 
	background-color:#444444;/*silver;#D3EBCE;*/ 
	color:white;
	border:0; 
	border-left:thin black solid; 
	border-right:thin black solid; 
	border-bottom:thin black solid; 
	text-align:left;
	cursor:pointer;
}
.button_menu_bottomfree{
	width:150px; 
	height:25px; 
	background-color:#444444;/*silver;#D3EBCE;*/ 
	color:white;
	border:0; 
	border-left:thin black solid; 
	border-right:thin black solid; 
	text-align:left;
	cursor:pointer;
}
.button_submenu{
	width:170px; 
	background-color:#444444;/*#D3EBCE; */
	color:white;
	border:0; 
	border-left:thin black solid; 
	border-right:thin black solid; 
	border-bottom:thin black solid; 
	text-align:left;
	cursor:pointer;
}
.menu{
	position:absolute; 
	width:150px; 
	height:auto; 
	top:118px; 
	visibility:hidden
}
.menu_sub{
	position:absolute;
	width:170px; 
	height:auto; 
	left:269px; 
	visibility:hidden
}

.allgemein{
	background-image:url('graphics/nachrichten_grau.png');
	background-repeat:repeat-y;
}
.csharp{
	background-image:url('graphics/nachrichten_gruen.png');
	background-repeat:repeat-y;
}
.vbnet{
	background-image:url('graphics/nachrichten_blau.png');
	background-repeat:repeat-y;
}