/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background: #FF9933;
	line-height: 20px;
	height: 100%;
	width: 100%;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 50px;
	width: 852px;
	height: 620px;
	text-align: left;
	background: url(../images/schrittweise/design_home.jpg) no-repeat;
}

#navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
	width: 230px;
	top: 190px;
	height: 386px;
}

#slogan {
	position: absolute;
	top: 205px;
	left: 285px;
	width: 500px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}

#info {
	position: absolute;
	top: 400px;
	left: 285px;
	width: 500px;
	text-align: left;
	font-size: 12px;
}

#info a {
	text-decoration: none;
	color: #3366CC;
}

#info a:hover {
	text-decoration: none;
	color: #666666;
}

#footer{
	position: absolute;
	top: 545px;
	left: 285px;
	width: 500px;
	font-size: 10px;
	color: #666666;
	text-align: left;
	height: auto;
}

#footer a {
	text-decoration: none;
	color: #3366CC;
}

#footer a:hover {
	text-decoration: none;
	color: #666666;
}

.mainlevel {
	font-size: 12px;
	color: #FF9933;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
}

.mainlevel a{
	color: #3366CC;
	text-decoration: none;
}

.mainlevel a:visited {
	color: #3366CC;
	text-decoration: none;
}

.mainlevel a:hover {
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
}

.legende {
	font-size: 10px;
	color: #333333;
}

.news {
	font-size: 16px;
	color: #333333;
}

.news a{
	text-decoration: none;
	color: #3366CC;
}

.news a:hover{
	text-decoration: none;
	color: #333333;
}

.news a:visited {
	text-decoration: none;
	color: #3366CC;
}

