/* this is used to style the turotial page. */
body {
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Calibri,Tahoma,Verdana,sans-serif;
	font-size: 75%;
	color: #bcff00;
	line-height: 180%;
}
#content {
	width: 400px;
	padding-top: 80px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	text-align:justify;
}
#content a:link, #content a:active, #content a:visited {
	text-decoration : underline;
	color: #35699B;
}
#content a:focus, #content a:hover{
	text-decoration : none;

	-moz-outline:0;
	color: #bcff00;
	background-color: #000000;
}
h1 {
	color: #366A9C;
	font-family: Calibri,Tahoma,Verdana,sans-serif;
	font-size: 190%;
}
/* this is the CSS for the menu that you will need. */
#menu_holder {
	height: 58px;
	width: 100%;
	display: block;
	position: absolute;
	top: -58px;
}
#nav {
	height: 58px;
	width: 442px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: right;
}
#hit_area {
	height: 120px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	background-repeat: no-repeat;
}
#hit_area2 {
	width: 100%;
	background-image: url(../images/netzmachenschaften.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	display: block;
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 120px;
}
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 58px;
	list-style-type: none;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
}
#nav li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav li a:link, #nav li a:active, #nav li a:visited {
	background-image: url(../images/middle.png);
	background-repeat: repeat-x;
	height: 58px;
	width: 80px;
	display: block;
	line-height: 58px;
	font-weight: bold;
	color: #bcff00;
	text-decoration: none;
	font-family: Calibri,Tahoma,Verdana,sans-serif;
	text-align: center;
	font-size: 120%;
}
#nav li a:focus, #nav li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #080808;
	background-image: url(../images/rollOver.png);
	background-repeat: repeat-x;
}

