/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

td, th { 
  padding: 6px; 
  text-align: left; 
}


body {
	background-color:#FBDDAD;
	color:#A87406;
	font-size:1em;
	font-family:Calibri,Arial;
}

a {
	color:#A87406;
	text-decoration:none;
}

.clear {
	clear:both;
}

img {
	max-width:100%;
}

p {
	padding:5px 0px;
}

.selektor1 {
font-weight: bold;
}

.shadow { 
	background-color:silver;
	
	}
.textunderline { 
	text-decoration: underline; 
	padding-bottom:10px;
	}	
#startseite {
	width:400px;
	max-width:100%;
	margin:0 auto;
	padding-top:100px;
}



#container {
	width:686px;
	max-width:686px;
	margin:0 auto;
	padding-top:100px;
}

#menu {
	padding-left:60px;
}

#menu ul {
	list-style-type:none;
}

#menu ul li {
	float:left;
	margin-right:40px;
}

#menumobile {
	display:none;
}

#bild {
	padding-top:10px;
}

#content {
	padding:20px;
}

#footer {
	font-size:0.8em;
	text-align:center;
	color:black;
	margin-bottom:10px;
}

#footer a {
	color:black;
}

dl {
}
dt {
}
dd {
}

input, textarea {
	width:100%;
}

input[type="radio"] {
	width:auto;
}

div.error {
	border:1px solid #EFA802;
	padding:10px;
}
div.error ul {
	list-style-type:disc;
	margin-left:20px;
}
div.error ul li {
}

li {
 list-style-position: inside;
}

@media (max-width:686px) {
		
	#startseite {
		padding-top:20px;
	}
	
	#container {
		width:100%;
		margin:0;
		padding-top:10px;
	}
	
	#menu {
		display:none;
	}
	
	#menumobile {
		display:block;
		padding:0 10px;
	}
	
	#menumobile select {
		width:100%;
		background-color:#FBDDAD;
		border:1px solid black;
		padding:10px;
	}
	
	#content {
		padding:20px 10px;
	}
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	
	td { 
		/* Behave  like a "row" */
		border: none; 
		position: relative;
		padding-left: 10%; 
	}
	
	iframe {
		max-width:100%;
	}
}