* {
    font-family: Times, serif;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

img { border: 0px; }

a:visited { color:#488316; text-decoration:none; }
a:link { color:#488316; text-decoration:none; }
a:hover { color:#488316; text-decoration:underline; }

a.leistung { color:black; text-decoration:none; line-height:28px; font-size:18px; }

#Content {
	margin-left: 30px;
	float:left;
}

#Navigation {
	float:left;
}

#Header {
	background-image: url(../lay/header_bg.jpg);
	background-repeat: repeat-x;
}

.rot { color:#C00; }
.text { border:1px solid #C0C0C0; }
.submit { border:2px solid #C0C0C0; background-color:#F0F0F0; }

.success, .error, .hint { padding:10px 10px; border:1px dotted #000; margin:10px 0px; font-weight:bold; }
.success { background-color:#393; }
.error { background-color:#D00; }
.hint { background-color:orange; }

.home { width:500px; }
.home h1 { font-size:18px; display:inline; padding:0px; }
.home h2 { font-size:24px; padding:0px; padding-left:70px; margin:0px; }
.home h3 { color:#397722; font-size:42px; padding:0px; margin:10px 0px; }
.home strong { font-size:42px; color:#397722; display:block; margin-left:20px; }
.home ul { margin:5px 50px; }
