/***************************************************************************************************
	Projekt:	Vorlage für Onlineprojekte 
	Erstellt:	OM	Juli 07

	Aufgabe dieser Datei
	Defintion von CSS-Klassen für das Design des Projektes.
	Beeinflusst Headerbereich.
			
	Änderungen
	
/**************************************************************************************************/	

.Header_Navigation_zentriert {
	margin: 0px auto;
	padding-left:0px;
	height:21px;
	width:513px;
}

#Header_Right a {
	color: #004E87;
	font-weight: normal;
	text-decoration: underline;	
}

#Header_Navigation .Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #58585a;
	/*color: #004E87;  bis zum 22.01.2009 */
    padding-bottom:15px;
}
		
#Kundenbereich_Loginfeld {
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#fff;
	width:192px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:left;
	border:thin solid #C7C7C7;
}

#Kundenbereich_Loginfeld input#Kundenbereich_Submit {
	background-repeat:no-repeat;
	background-position:center;
	width:52px; height:27px;
	border:0px;
	background-color:transparent;
	text-align:left;
}

#Kundenbereich_Loginfeld input#Kundenbereich_Logout {
	background-repeat:no-repeat;
	background-position:center;
	width:85px; height:29px;
	border:0px;
	background-color:transparent;
	text-align:left;
}

#Kundenbereich_Loginfeld input {
	border:1px solid #c1c1c1;
	width:130px;	
	padding:1px;
	font-family:Arial;
	height:18px;
}

#Kundenbereich_Loginfeld td {
	vertical-align:top;
	padding-bottom:1px;
}

#Kundenbereich_Loginfeld table {
	margin-top:5px;	
}

#Kundenbereich_Loginfeld a {
	font-size:8.5pt;	
}

