/*Formatierung für Content*/
body 
	{
	background-color: #5C6276;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#BCBDC0;
	}

#inhalt
	{
	width: 838px;
	margin:auto;
	background-color: #30303D;
	}

#header
	{
	height:64px;
	background-image:url(../bilder/dellabella-logo.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C6276;
	}
#content
	{
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5C6276;
	width: 650px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	min-height: 560px;
	height: auto !important;
	height: 560px;
	}

#special 
	{
	width: 140px;
	margin-left: 10px;
	margin-top: 50px;
	}
#scroll
	{
	height:100px;
	width:650px;
	vertical-align:top;
	white-space:nowrap;
	overflow:auto;

	}
h1 
	{
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	padding-top: 4px;
	}


h2 
	{
	font-size: 11px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	}

p 
	{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
ul 
	{
	list-style:square outside;
	line-height: 16px;
	}

a	
	{
	text-decoration:none;
	color: #7F88A4;
	}

/*Formatierung für Navigation*/	
#navigation
	{
	display:block;
	padding-top: 20px;
	letter-spacing:3pt;
	line-height: 15px;
	float: left;
	}

/*Formatierung für 1 Level Navigation*/	
a.nav, a.nav:visited 
	{
	width: 157px;
	display: block;
	text-decoration: none;
	text-indent: 10px;
	color: #BCBDC0;
	}

a.nav:active, a.nav:hover
	{
	background-color: #7F88A4;
	color: #FFFFFF;
	text-decoration: none;
	}

a.navaktiv, a.navaktiv:visited 
	{
	width: 157px;
	background-color: #7F88A4;
	display:block;
	text-indent: 10px;
	color: #FFFFFF;
	}

/*Formatierung für 2 Level Navigation*/
a.nsub, a.nsub:visited 
	{
	display:block;
	text-align: left;
	width: 157px;
	text-indent: 20px;
	color: #BCBDC0;
	}

a.nsub:active, a.nsub:hover{ background-color: #7F88A4; color: #FFFFFF;}

a.nsubaktiv, a.nsubaktiv:visited 
	{
	color: #FFFFFF;
	background-color: #7F88A4;
	display:block;
	width: 157px;
	text-indent: 20px;
	}

/*Formatierung für Fusszeile Rechtlich / Technisch*/

#footer
	{
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5C6276;
	height: 12px;
	width: 838px;
	text-indent: 10px;
	}	

a.footer, a.footer:visited 
	{
	display: block;
	text-decoration: none;
	color: #7F88A4;
	height: 12px;
	}

a.footer:active, a.footer:hover
	{
	background-color: #7F88A4;
	color: #FFFFFF;
	text-decoration: none;
	width: 838px;
	}

a.footeraktiv, a.footeraktiv:visited 
	{
	background-color: #7F88A4;
	display:block;
	color: #FFFFFF;
	}

/*Formatierung für Formular*/
input,textarea
	{
	border: 1px solid #30303D;
	background-color: #CDCFD4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-indent: 0px;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
select 
	{
	background-color: #CDCFD4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 20px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	}
	
input
	{
	width: 200px;
	float: left;
	}
	
	
/* Alle Zeilenumbrüche in Formularen auswählen */	
form br 
	{ 
	clear: left;
	line-height: 30px;
	margin-top: 10px;
	}