* {
	font-family: arial;
	font-size: 12px;
	color: black;
}

body {
	background-color: #e3e3e3;
	text-align: center;
}

div.main {
	width:896px;
	margin: 50px auto;
	background-color: white;
	padding: 2px;
	text-align: left;
	position: relative;
}

div.head {
	width: 896px;
	height: 200px;
	position: relative;
}

div.left_grey_1, div.left_grey_2, div.left_darkgrey, div.left_speedup_logo {
	position: absolute;
	left: 0px;
	width: 250px;
}

div.left_grey_1, div.left_grey_2, div.left_speedup_logo{
	height: 60px;
}

div.left_grey_1, div.left_grey_2 {
	background-color: #e3e3e3;
}

div.left_grey_1 {
	top: 0px;
}

div.left_speedup_logo {
	top: 60px;
	background-image: url("img/speedup.png");
	background-position: center;
}

div.left_grey_2 {
	top: 120px;
}

div.left_darkgrey {
	height: 20px;
	background-color: #656565;
	top: 180px;
}

div.right_contact, div.right_banner {
	width: 633px;
	position: absolute;
	right: 0px;
	padding-right: 10px;
	border-left: 3px solid #f39900;
}

div.right_banner {
	top: 0px;
	height: 180px;
	background-color: white;
}

div.right_contact {
	top: 180px;
	height: 13px;
	background-color: #f39900;
	text-align: right;
	color: white;
	padding-top: 2px;
	padding-bottom: 5px;
}

div.left_navigation {
	float: left;
	width: 240px;
	padding: 5px;
	background-color: white;
}

div.right_content {
	padding: 5px;
	background-color: white;
	float: right;
	width: 633px;
	min-height: 600px;
	border-left: 3px solid #f39900;
}

div.left_logo {
	position: absolute;
	width: 250px;
	height: 125px;
	bottom: 2px;
	left: 2px;
	background-color: white;
	background-image: url("img/bmbf.png");
}


/* Navigation System Classes */
div.navigationbox {
	width: 240px;
}

/* Navigationslink 1. Ebene */
div.navigation, div.navigationhover, div.activenavigation, div.activenavigationhover {
	width: 230px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
	font-weight: bold;
}

/* Navigationslink 2. Ebene */
div.subnavigation, div.subnavigationhover, div.subactivenavigation, div.subactivenavigationhover {
	width: 210px;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Navigationslink 3. Ebene */
div.disabledSubSubNavigation, div.subsubnavigation, div.subsubnavigationhover, div.subsubactivenavigation, div.subsubactivenavigationhover {
	width: 190px;
	padding-left: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Aenderungen am Link, wenn Maus drueber */
div.navigationhover, div.subnavigationhover, div.subsubnavigationhover, div.activenavigationhover, div.subactivenavigationhover, div.subsubactivenavigationsover {
	background-color: #f39900;
	cursor: pointer;
}

/* Aktivierter Link 1. Ebene */
div.activenavigation, div.activenavigationhover {
}

/* Aktivierter Link 2. Ebene */
div.subactivenavigation, div.subactivenavigationhover {
}

/* Aktivierter Link 3. Ebene */
div.subsubactivenavigation, div.subsubactivenavigationhover {
}

/* Link mit Unterlinks */
div.navigationfolder {	
}

/* Behaelter mit Unterlinks */
div.innernavigationfolder {
	padding-bottom: 3px;
}

/* Textlinks */
a.contact:link, a.contact:visited {
	color: white;
	text-decoration: none;
}
a.contact:hover {
	color: black;
	text-decoration: none;
}
/* Navigationslinks */
a.navigation:link, a.navigation:visited, a.navigation:hover  {
	text-decoration: none;
}

/* Text Settings */
h1, h2, h3, h4, h5, h6 {
	color: #f39900;
}


h1 {
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}

