/*Elemente*/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	margin: 0;
	padding: 0;
}

/* Layout-Elemente */ 
header {
	min-height: 50px;
	background-color: grey;
	padding: 10px;
}

nav {
	width: 168px;
	float:left;
	min-height:400px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

main {
	width: 598px;
	float: left;
	min-height:400px;
	padding:10px;
}

aside {
	width: 158px;
	float: right;
	min-height:400px;
	padding:10px;
}

footer {
	clear: both;
	background-color: grey;
	min-height: 50px;
	padding: 10px;
}

/* text / links / tabellen */

header h1 {
	color: #ffffff;
}

nav ul {
	list-style-type:none;
	padding-left: 10px;
}

nav li {
	border-bottom: 1px solid black;
}

nav li ul {
	padding-left: 10px;
}

nav li ul li:last-child {
	border-bottom: none;
}

h2, h3 {
	color: blue;
}



table {
	border-collapse: collapse
}

th, td {
	border: 1px solid black;
}

a:link {
	text-decoration: none;
}

a:hover {
	color:#FF0000;
	text-decoration: none;
}

a:active {
	color: black;
}

a:visited {
	color: grey;
}

/*klassen*/ 

/*IDs*/
#wrapper {
	width: 980px;
	border: 1px solid black;
	margin: 0 auto;
}


	

