* { padding: 0; margin: 0; }
h2 { margin-bottom: 2em; }
h3, ol { margin-bottom: 1em; margin-top: 1em; }
ul { margin-bottom: 0; }
li {margin-left: 1em; }



html { height: 101%; }
	
body { 
	color: white;
	background-color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3em;
}

h2 { font-size: 150% }
h3 { font-size: 130%; }
bu { font-size: 90%; }

#wrapper {
	color:black;
	background-color: white;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#wrapperhome {
	color:black;
	background-color: white;
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#tabelle {

	background-color: white;
	width: 545px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	
}

a:link,a:visited,a:active
{
    text-decoration: none;
	color: #009966;
}

a:hover
{
	text-decoration: underline;
 	color: #28A367;
}



#navibereich {
	background-color: #003333;
	vertical-align: text-top;	
	width: 195px;
	padding-top: 25px;
	padding-left: 20px;
	font-family:  Arial, Helvetica, sans-serif;
    font-size: 115%;
	line-height: 3em;
}
	#navibereich ul {
}
	#navibereich li { list-style-type: none;
}
	#navibereich a {color: white;
}
	#navibereich a:visited { 
	color:#c0c0c0;
	border-bottom: none; 
}
	#navibereich a:hover,
	#startseite #navi01 a,
	#historyseite #navi02 a,
	#zuchtseite #navi03 a,
	#haltungseite #navi04 a,
	#ausbildungsseite #navi05 a,
	#impressum #navi06 a {
}
		

#text
{
    font-family: Arial, Helvetica, sans-serif;
	vertical-align: text-top;
    font-size: 12px;
	width: 330px;
	padding: 40px 20px 0px 20px;
	color: #003333;
	background-color: white;
}

#text2sp
{
    font-family: Arial, Helvetica, sans-serif;
	vertical-align: text-top;
    font-size: 12px;
	width: 545px;
	padding: 40px 20px 0px 20px;
	color: #003333;
	background-color: white;
}


#address {
	text-align: center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
}


#flags {
	padding: 35px;
}


