body {
	font-family: Arial, Arial, sans-serif;
	
	background-color:#ffffff;
	}

a {
	color:#303A7C;
	text-decoration:none;
	
	}

a:hover {
	color: #222222;
	
	}

img {
	border:0;
	}

p {
	margin-bottom:20px;
	line-height:20px;
	}

abbr {
	font-weight: bold;
	}
	
/* struktur */

#banner{
	height:160px;
	background-image:url(bilder/tlo.png);
	background-color:#ffffff;
	background-repeat:x-repeat;
	}

#tlo{
	margin:0 auto;
	width:100%;
	background-color:#ffffff;
	}
	
#tlo2{
	margin:0 auto;
	width:777px;
	background-color:#ffffff;
	}	
	
#tlo3{
	margin:0 auto;
	width:905px;
	background-color:#ffffff;
	}	
	
#gal{
	position: relative; top:4px; 
	}	

#down{
	width:905px;
	background-color:#ffffff;	
	text-align: center;
	font-size:15px;
	height:25px;
	border:0px solid #ac0040;
	padding:10px;
	}


/* menu */

#menu
ul, ul li {
	position: center;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul {
	float: left;
	background: #ffffff url("bilder/taster.png") repeat-x center;
	padding: 1px 1px 1px 1px;
	border: 1px solid #ffffff;
	}

ul li {
	float: left;
	}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 127px;
	text-align: center;
	font-weight: bold;
	font-size:15px;
	color: #231916;
	padding:8px 0;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	}

ul a:hover {
	background-image: url("bilder/a.taster.png");
	background-position: center;
	background-repeat: x-repeat;
	color:#454943
	}

/* style */

h1, h1 a {
	font-family: Arial;
	color:#231916;
	text-decoration:none;
	font-weight:bold;
	font-style: italic;
	font-size:30px;
	}

	
h2 {
	font-family: Arial;
	color:#231916;
	text-decoration:none;
	font-weight:normal;
	font-size:20px;
	}
	
h3 {
	font-family: Arial;
	text-decoration:none;
	font-weight:normal;
	font-size:30px;
	}
	
h4 {
	font-family: Arial;
	color:#B7221D;
	text-decoration:none;
	font-weight:normal;
	font-size:15px;
	}
	
h5 {
	font-family: Arial;
	color:#ac0040;
	font-size:40px;
	}
h6 {
	font-family: Arial;
	font-size:40px;
	}
h7 {
	font-family: Arial;
	color:#ac0040;
		}

.tekst {
	display: block;
	padding:5px;
	font-family: Arial;
	font-weight:bold;
	font-style: italic;
	font-size: 25px;
	color: #000000;
	}
	
p.MsoNormal {
	margin-top:0cm;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	font-size:11.0pt;
	font-family:"Arial","sans-serif";
	}
	
p.MsoListParagraph {
	margin-top:0cm;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:36.0pt;
	line-height:115%;
	font-size:11.0pt;
	font-family:"Arial","sans-serif";
	}
	
.auto-style1 {
	font-size: large;
	font-family: Arial;
	}

.auto-style2 {
	font-family: Arial;
	}

.Stil1 {
	font-size: 18px;
	}

.auto-style3 {
	font-size: large;
	margin-left: 0px;
	}

.auto-style4 {
	font-size: large;
	font-family: Arial;
	}
	
.auto-style5 {
	margin-left: 0px;
	font-size: large;
	font-family: Arial;
	}


.style2 {
	color:#454943;
	font-size: 10px;
	font-family: Arial, Arial, sans-serif;
	}
/* Formular */
	
	
.formField {
	font: Arial; 
	border: 1px solid #ccc; 
	border-radius: 3px; 
	margin: 3px 0 10px 0; 
	padding: 3px 0
	}
	
textarea.formField {
	width: 800px; 
	height: 300px
	}
	
#adresse {
	width: 80px; 
	height: 30px
	}
	
#sendBtn {
	cursor:pointer;
	background: #ccc; 
	background: linear-gradient(#ddd 0, #eee 100%); 
	border: 1px solid #ccc; 
	line-height: 32px; 
	font-size: 14px;
	padding: 0 25px; 
	border-radius: 3px
	}
	
#send_form_status {
	border: 1px dashed #ccc;
	display: none; 
	padding: 0 10px; 
	margin: 10px 0
	}
	
.status_ok {
	color: #060
	}
	
.status_err {
	color: #F00
	}
	