* {
	margin: 0;
	padding: 0;
	text-align: left;
}

body {
	background: #95c03d;
	color: #1b0f63;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	min-width: 40em;
}

a,p,span {
	color: #1b0f63;
}

a:hover {
	text-decoration: none;
	background: white;
	color: #1b0f63;
}

.navilink {  
	text-decoration: underline;
}

#box {
	width: 960px;
	margin: 0 auto;
}

#menue {
	float: left;
	padding: 10px;
	margin-right: 10px;
	height: auto;
	background: #cfdfad;
	width: 190px;
}

#menue a:hover {
	text-decoration: none;
	background: white;
	color: #1b0f63;
}

#menue ul {
	list-style-type: none;
	list-style-position: outside;
}

h1 {
	color: #1b0f63;
	font-size: 16pt;
}

h2 {
	color: #1b0f63;
	font-size: 12pt;
}


p {
	line-height: 16pt;
}

#head {
	padding-bottom: 15px;
}

#head a:hover {
	text-decoration: none;
	background: none;
}

img {
	border: none;
}

#bild {
	position: relative;	
	text-align: center;
}

#text {
	position: relative;	
	text-align: center;
}

#bild a:hover {
	text-decoration: none;
	background: none;
}

#content {
	width: 750px;
}

#tipp {
	background: #555;
	padding: 10pt;
	font-size: 8,5pt;
}
/*

#tipp h2,p {
	color: #fff;
}
*/

#zeile {
	margin: 0;
	padding-bottom: 15px;
	color: #1b0f63;
}

#zeile a:hover {
	text-decoration: none;
	background: white;
	color: #1b0f63;
}

#zeile span {
	text-decoration: none;
	background: white;
	color: #1b0f63;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

li {
	line-height: 16pt;
}
