/* Hinweis für CSS-unfähige Browser */
div.no-css {
	display: none;
}

/* Style für die Seite */
body { 
	background-image: url(bilder/karo.gif);
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 100%;
	line-height: 125%;
}

div.title {
	background-image: url(bilder/titel01.gif);
	width: 450px;
	height: 75px;
}

/* Inhalt */
div.content {
        padding: 15px;
}


/* Navigation */

div.navigation {
        text-align: left;
	border-bottom: dotted;
}
ul.navigation {
	position: relative;
	bottom: 0.5em;
}
li.navigation {
	float: left;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
}
div.copyright {
	bottom: 10px;
	top: auto;
	text-align: center;
	padding: 10px;
}
p {
	margin-top: 2px;
	margin-bottom: 2px;
}
img {
	padding: 5px;
}
img.w3c {
	border:0;
	width:88px;
	height:31px
}
div.impressum {
	right: 1em;
	left: auto;
	text-align: right;
	font-size: 75%;
}

A {
 color:#007FC0 ;
 text-decoration: none;
}
A:hover {
 color: #000000; text-decoration: underline;
}
A:active {
 color: #000000;
}