/*////////////////////////Reset///////////////////////////*/

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 {
	border-collapse: collapse;
	border-spacing: 0;
}


/*/////////////////////////////////////////////////////////*/


html{
	height:100%;	
}

body{
	height:100%;
	list-style:none;
	list-style-type:none; 
}

#top{
	height:100px;
	width:1118px;
	background-image:url(Bilder/Verlauf%20Kopie.png);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:0px;
}

#logo{
	margin:0 auto;
	width:900px;
	z-index:1;
}

#logo img{
	padding-left:0px;
	margin-left:-25px;
	margin-top:18px;
	width:950px;
}

#language{
	position:absolute;
	width:80px;
	height:32px;
	margin-top:-140px;
	margin-left:800px;
	z-index:2;
}

#language ul{
	width:80px;
	height:32px;	
}

#language li{
	display:inline;
	width:40px;
	height:32px;
}

#language a{
	float:left;
	display:block;
	width:40px;
	height:32px;	
}

#deutsch{
	width:40px;
	height:32px;
	background-image:url(Bilder/lang_de.png);
	background-size:cover;	
}

#deutsch:hover{
	width:40px;
	height:32px;
	background-image:url(Bilder/lang_de_mo.png);
	background-size:cover;	
}

#english{
	width:40px;
	height:32px;
	background-image:url(Bilder/lang_en.png);
	background-size:cover;	
}

#english:hover{
	width:40px;
	height:32px;
	background-image:url(Bilder/lang_en_mo.png);
	background-size:cover;	
}

#menue{
	position:relative;
	margin:auto;
	margin-top:-75px;
	padding-left:300px;
	width:700px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#menue ul{
	height:32px;
	margin-left:287px;	
}

#menue li{
	display:inline;
	width:97px;
	height:32px;
}

#menue a{
	float:left;
	display:block;
	width:97px;
	height:32px;
	background-position:center;
	text-align:center;
	vertical-align:middle;
	background-repeat:repeat-x;
	line-height:32px;
	color:#FFF;
	text-decoration:none;
}

#menue a:hover{
	background-image: url(Bilder/Button_Verlauf_mo.png);
	background-repeat:repeat-x;
	
}

#menue #aktuell a{
	background-image: url(Bilder/Button_Verlauf_aktuell.png);
	background-repeat:repeat-x;
}

#main{
	position:relative;
	width: 1118px;
	height:100%;
	margin-top:-300px;
	margin:auto;
	background-image: url(Bilder/Seitenraender_2.png);
	background-repeat: repeat-y;
	z-index:101;
}

#inhalt{
	width:820px;
	position:relative;
	padding-top:70px;
	margin-left:150px;
	z-index:100;
	font-family:Verdana, Geneva, sans-serif; line-height: 20px;
}

#inhalt h1{
	color:#999;
	font-size:20px;	
}

#inhalt h2{
	color:#999;
	font-size:18px;
	font-style:normal;
}

#motto{margin-left:-90px;
	text-align:center;	
	font-size:24px;
}

#s1{
	text-align:center;
	margin-left:-80px;
	font-size:28px;
}

#s1:first-letter{
	font-size:36px;
	color:#009C9C;	
}

#s2{
	text-align:center;	
	font-size:28px;
}

#s2:first-letter{
	font-size:36px;
	color:#009C9C;	
}

#s3{
	text-align:center;
	margin-left:80px;
	font-size:28px;	
}

#s3:first-letter{
	font-size:36px;	
	color:#009C9C;
}

#wk{
	margin-left:0px;	
	font-size:22px;
	text-align:center;
}

#fuss{
	widht:1118px;
	height:40px;
	background-image:url(Bilder/Fussleiste.png);
	margin:0 auto;
	margin-top:50px;
	background-repeat:no-repeat;
	z-index:99;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
	line-height:40px;
}

#listlayer1{
	margin-left:30px;
	list-style-type:square;
}

#listlayer2{
	margin-left:30px;	
	list-style-type:circle;
}

#listlayer3{
	margin-left:10px;
	list-style-image:url(Bilder/Fragezeichen.png);	
	
}

#antwort{
	list-style-image:url(Bilder/Haken.png);	
}

#genial{
	text-align:center;
	font-size:18px;
}

#impressum{
	margin-left:35px;	
}

#formulardiv{
	margin-left:40px;	
}

.formular {
	display: block;
	width: 120px;
	float: left;
}

.formulardesign {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	width: 200px;
	border: 1px solid #7A7B7B;
}
#submit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color:#FFF;
	background-image:url(Bilder/submit_1.png);
	height: 32px;
	width: 80px;
	margin-left:120px;
	padding-right:10px;
	padding-bottom:5px;
	border:none;
	cursor:pointer;
}

#submit:hover{
	background-image:url(Bilder/submit_hover_1.png);	
}

#Kontakt_Form{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
#Kontakt_Form input:focus, #Kontakt_Form textarea:focus {
	background-color: #FFFFFF;
	border: 2px solid #7A7B7B;
	outline: none;
}
h3{
	padding: 5px 0px;
	font-size:12px;
	color:#F00;
}

h4{
	padding: 5px 0px;
	font-size:12px;
	color:#55d6d6;
}

h5{
    display:inline;
	color:#FFF;
}

#fuss a:visited{

    color:#FFF;

}

#fuss a:hover{

    color:#55d6d6;
	
}

#pflichtfeld{
	font-size:10px;
	padding-left:270px;
	padding-top:4px;	
}

