/*
#################################################################################################
# General
#################################################################################################
*/

*{ margin: 0; padding: 0; outline: none; }

h1 { font-size: 14px; color:#003366; margin-bottom:25px; }
h2 { font-size: 13px; color: black;}
h3 {}
h4 {}
h5 {}
h6 {}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }

html {
	height: 100%; 
	overflow: scroll;
	overflow-x: auto; /*CSS3*/
	font: 11px verdana, arial, sans-serif;
} 

body {
	height: 100%;
	min-height:100%;
	height:auto !important;
}

#root{
	height:100%;
	width:763px;
	margin: 0 auto;

}
#wrapper{
	float:left;
	width: 763px;
	background-color: white;

}

/*
#################################################################################################
# Layout -> Header
#################################################################################################
*/

#header{
	width: 763px;
	height: 15px;	
	border: white;

}

/*
#################################################################################################
# Layout -> Nav
#################################################################################################
*/

#nav{
	width: 763px;
	height: auto;
	background-color: #cc0033;	
	font-size: 12px;
	font-weight: bold;
	position:relative;
	padding-bottom: 15px;
	padding-top: 10px;	
}

div.nav_text
{
	padding-left:30px;
}


span.color
{
	color: #ffffff;	
	margin-right:2px;
	margin-left:2px;
}


 /* SUB NAVI */
 
 
 div.sub-navi
{
	margin-left: 285px;	 
	line-height:22px;
}
 
/*
#################################################################################################
# Layout -> Content
#################################################################################################
*/

#content{
	width: 763px;
	min-height:500px;
	margin-top: 200px;
		
}

/*
#################################################################################################
# Layout -> footer
#################################################################################################
*/

#footer{
	margin-top:20px;
	position:relative;
	background-color: #003366;	
	height:10px;
	width: auto;
}

/* LINK EINSTELLUNGEN FUER DIE NAVIGATION */
a.navi
{
	color: #003366;
	font-size:12px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
}

a:active.navi
{
	color: #003366;
}

a:visited.navi
{
	color: #003366;
}

a:hover.navi
{
	color: #c5c7c8;
}

a.navi-set
{
	color: #ffffff;	
	font-size:12px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
}

/* LINK EINSTELLUNGEN FUER DIE SUB-NAVIGATION */
a.sub-navi
{
	color: #003366;
	font-size:12px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
}

a:active.sub-navi
{
	color: #003366;
}

a:visited.sub-navi
{
	color: #003366;
}

a:hover.sub-navi
{
	color: #003366;
}

a.sub-navi-set
{
	color: #ffffff;
	font-size:12px;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial;
}
