@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #4C4C4C;/*iron*/
	background-color: #B70002;}/*grau*/

a {
	color: #dd0000;
	text-decoration: none;
}
a:visited {
	color:#dd0000;
}
a:hover {
	color: #dd0000;
	text-decoration: underline;
}

#header a {color: #4C4C4C;text-decoration: none;}
#header a:visited {color:#4C4C4C;}
#header a:hover {color: #4C4C4C;text-decoration: none;}


#navleiste a {
	color: #B3B3B3;
	text-decoration: none;
	white-space:nowrap;
	padding: 0px 30px 0px 0px;}
#navleiste  a:hover {color:#B3B3B3;}
#navleiste  a:hover {color: #333;}/*dunkelgrau*/
#navleiste  a.navigation-active-page {color: red;}

#container {
	position:relative;
	width:900px;
	height:640px;
	z-index:1;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	background-color: #fff;}
	
#header {
	height: 92px;
	width: 380px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 261px;
	top: 23px;
}


#header h1 {
	padding: 0px 0px 0px 0px;
	font-size: 40px;
	font-weight: normal;
	color: #4C4C4C;/*#999 was aluminium*/}
	
.smallerfont {font-size: 76%;}


#navleiste {
	height: 25px;
	width: 830px;
	position: absolute;
	top: 123px;
	left: 25px;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 20px;
	text-align: center;
	border-bottom: 1px solid;
	border-bottom-color:#B3B3B3;
}


#content {
	width: 900px;
	height: 422px;
	position: absolute;
	left: 0px;
	top: 165px;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;}

#content p {
	padding: 5px 50px 18px 50px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;}
	
#content ul {
	padding: 0px 50px 18px 65px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;}
	
#content li {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;}
	
#content h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}
	
		
#content h3 {
	margin: 0px 0px 0px 0px;
	padding: 15px 50px 20px 50px;
	font-size: 14px;}

#footer {
	width: 850px;
	height: 35px;
	position: absolute;
	left: 25px;
	top: 607px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid;
	border-color: #B3B3B3;
}

#footer p {
	margin: 0;
	padding: 8px 30px 0 20px;
	font-size: 12px;
	text-align: center;
}

#box-nur-programmierung {
	width: 182px;
	height: 42px;
	position: absolute;
	left: 687px;
	top: 376px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#box-weitere-beispiele {
	width: 182px;
	height: 42px;
	position: absolute;
	left: 687px;
	top: 553px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
