@charset "UTF-8";
/* draxl.raabe */

html * {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: 'Open Sans', sans-serif;

	
}
a img {
	border:0px;
}
#container {
	width: 762px;
	margin: 0 auto;
	margin-top: 70px;
	height: 700px;
}

#header {
	width: 762px;
	height: 70px;
}
#logo {
	float: left;
}
#navi {
	height: 60px;
	font-size: 15px;
	font-weight: bold;
}
#navi ul {
	float:right;
	width: 100px;
	line-height: 30px;
	list-style-type: none;
	border-left: 1px solid #009CDE;
}
#navi a {
	text-decoration: none;
	display:block;
	text-align: center;
	background: #FFF;
	color: #555;
}
#navi a:hover {
	color: #009CDE;
}

#aside {
	margin-top: 20px;
	width: 762px;
	height: 300px;
	background-color:#FFF;
}

#aside ul {
	width: 320px;
	float: left;
	margin-left: 40px;
	margin-top: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #555;
	line-height: 40px;
	outline: 1px  solid #CCC;
	list-style-type: none;
}

#aside a {
	text-decoration: none;
	display:block;
	text-align: center;
	background: #FFF;
	color: #555;
}
#aside a:hover {
	color: #FFF;
	background: #333;
}

 
#footer{
	float: right;
	height: 30px;
	width: 762px;
	margin-top: 10px;
	background-color: #FFF;
	font-size: 10px;
	font-weight: 500;
	background-image: url(img/grau.png);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
}

#footer ul {
	float:right;
	width: 120px;
	line-height: 30px;
	list-style-type: none;
	border-left: 1px solid #FC0;
}

#footer a {
	text-decoration: none;
	display:block;
	text-align: center;
	color: #FFF;
}
#footer a:hover {
	color: #009CDE;
}


