/* CSS Document */

html{
	height: 101%;  /*forcing scrollers*/
}

body{
margin:0;
}

body{
	color:#333;
}

#margin{
	margin:auto;
}

#navi a:link{
color:#666;
text-decoration:none;
}

#navi a:visited {
color:#666;
text-decoration:none;
}

#navi a:hover, a:active {
color:red;
text-decoration:underline;
}

p{
font-size:13px;
color:#333333;
}

p.klein{
font-size:11px;
}

h1{
font-size:16px;
font-weight:bold;
color:#555;
}

h2{
font-size:14px;
font-weight:bold;
color:#555;
}

h3{
font-size:13px;
font-weight:bold;
color:#555;
}


