@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
html {
	heigth: 100%;
	min-height: 100%;
}
body {
	background-color:#369;
	height: 100%;
	min-height: 100%;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: white;
	color:black;
	padding: 0.555555556%; /*5px;*/
	height: 100%;
	min-height: 100%;
	width: 100%;
	max-width:900px;
/*	// border: thin solid #FC0;
*/	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#kopf {
	background-image:url(../images/crowns.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	height: 220px;
	border-bottom:#CCC thin solid;
	width:88.888889%;
	margin-left: 5.55555556%; /*50px;*/
	margin-right:5.55555556%; /*50px;*/
}
table.navi {
	border: 0;
	width:100%;
	align: center;
	text-align:center;
}
/*td.navi {
	text-align:center;
}*/
#navigation {
	float:left;
	position: relative;
	left:50%;
	margin-left: 5.55555556%; /*50px;*/
	margin-right:5.55555556%; /*50px;*/
	/*margin-left:50px;
	margin-right:50px;*/
	/*padding-left:50px;
	padding-right:50px;*/
	width: 88.888889%;
	max-width:800px;
	text-align:center;
	margin-bottom:4px;
	min-height:24px;
	/*border-bottom:#CCC thin solid;*/
	
	
}
/*Hier beginnt die neue Navigation*/
#navigation ul { margin:0; padding:0; text-align:center; }
 #navigation ul li {  list-style:none; 	float: left; position:relative;
	right:50%;} 
#navigation ul li a { display: block; text-decoration:none; color:#369;  font-size:100%;  padding:4px 16px; } 	
 @media screen and (orientation:portrait) { 
 #wrapper {font-size:32px;}	
#navigation ul li { float:none;  border-bottom:thin solid #369; 	 } 	
#navigation ul li:last-child { border-bottom:none; } 
}
/*Hier endet sie*/
#navigation a:link, a:visited {
	text-decoration:none;
	color:#369;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#navigation a:hover {
	color:#F00;
}
#inhalt {
	margin-top: 50px;
	margin-left:5.55555556%; /*50px;*/
	/*margin-top:50px;
	margin-left:50px;*/
	/*padding: 0 100px 0 100px;*/
	padding: 0 11.1111111% 0 11.1111111%;
	/*margin-right:50px;
	width:600px;*/
	margin-right:5.55555556%;
	width: 66.6666667%;
	max-width:600px;
	line-height:130%;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#369; 
	font-size:28px;
	line-height:32px;
	margin-bottom:12px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#369; 
	font-size:24px:
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#369; 
	font-size:20px:
}
p {
/*	width:44.4444444%;
*/	max-width:400px;
}
#inhalt a:link, a:visited {
	text-decoration:none;
	color:#369;
}
#inhalt a:hover {
	color:#F00;
	text-decoration:underline;
}
#wrapper #inhalt form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	border: thin solid #999;
	padding: 0.2222222%; /*padding:10px;*/
	background-color:#369;
/*	width: 49.3333333%;
max-width:444px;*/	
}
