@charset "utf-8";

/* Allgemein */
* {
	padding:0;
	margin:0;
	border:0;
}

html, body {
	height:100%;
	width:100%;
	color:#454a4e;
	font-family:Verdana, Arial;
	font-size:10pt; 
}

#wrapper {
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	z-index:1;
	border:0px;
	background: rgb(127,127,127);
	background: -moz-linear-gradient(top,  rgba(127,127,127,1) 0%, rgba(69,74,78,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(127,127,127,1) 0%,rgba(69,74,78,1) 100%);
	background: linear-gradient(to bottom,  rgba(127,127,127,1) 0%,rgba(69,74,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#454a4e',GradientType=0 );
}

#background1 {
	width: 100%;
	min-height: 209px;
	height: 209px;
	margin: 0 auto;
	z-index:3;
	border:0px;
	background-color: #ffd5ab;
}

#background2 {
	width: 100%;
	min-height: 169px;
	height: 169px;
	margin: 0 auto;
	z-index:4;
	border:0px;
	background-color: #ce935b;
}

#background3 {
	width: 100%;
	min-height: 165px;
	height: 165px;
	margin: 0 auto;
	z-index:2;
	border:0px;
	background-color: #eee;
}

#wrapper-innen{
	width: 980px;
	margin: 0 auto;
	z-index:1;
	position:absolute; top:0px; left:50%;
	margin-left: -490px;
	margin-top: 15px;
	box-shadow:  10px 10px 10px #333;
	-moz-box-shadow: 10px 10px 10px #333;
	-webkit-box-shadow:  10px 10px 10px #333;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

#top-left {
	min-height:150px;
	height:150px;
	position:relative; top:0px; left:0px;
	z-index:2;
	width: 655px;
	padding: 0px 0px 0px 0px;
    background-image: url(../bilder/top/top1.png);
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
	float:left;
}

#top-left2 {
	min-height:150px;
	height:150px;
	position:absolute; top:0px; left:0px;
	z-index:1;
	width: 655px;
	padding: 0px 0px 0px 0px;
    background-image: url(../bilder/top/top1.png);
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
}

#top-right {
	min-height:150px;
	height:150px;
	position:relative; top:0px; left:645px;
	z-index:3;
	width: 335px;
	padding: 0px 0px 0px 0px;
    background-image: url(../bilder/top/logo.png);
	background-repeat: no-repeat;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
	clear:right;
	text-align: right;
}

#top-right-logolink {
	min-height:150px;
	height:150px;
	position:absolute; top:0px; left:655px;
	z-index:4;
	width: 325px;
	padding: 0px 0px 0px 0px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
	clear:right;
	text-align: right;
}

#menue {
	background-color: #eee;
	min-height:30px;
	height:30px;
	position:relative; top:0px; left:0px;
	z-index:998;
	border-top: 4px solid #ccc;
	padding: 10px 0px 0px 20px;
	width: 960px;
	text-align:left;
}

.linka {
	margin-left: -20px;
}

.linkb {
	margin-top:-10px;
	height: 30px;
	background-color: none;
	float:left;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	width: 90px;
	text-align:center;
}

.linkc {
	margin-top:-10px;
	height: 30px;
	background: rgb(204,204,204);
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(238,238,238,1) 50%, rgba(204,204,204,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 50%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 50%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 );
	float:left;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	width: 90px;
	text-align:center;
}

#inhalt {
	background-color: #fff;
	position:relative; top:0px; left:0px;
	z-index:999;
	padding: 10px 0px 20px 20px;
	width: 960px;
}

#bottom {
	position:relative; top:0px; left:0px;
	z-index:999;
	border-bottom: 2px solid #4c5055;
	padding: 10px 20px 0px 0px;
	width: 960px;
	min-height: 30px;
	height: 30px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
	text-align:right;
	background-color: #eee;
	color:#888;
	font-weight: bold;
	border-top: 4px solid #ccc;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#454a4e;
}

a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#666;
}

h2 {
	color: #ffd5ab;
	text-shadow: 2px 2px #888;
}

#bild-start {
	padding-right: 25px;
	float:left;
}

#bild-email {
	padding-right: 100px;
	float:right;
}

#bild-impressum {
	background-image: url(../bilder/inhalt/miklospinter2.png);
	background-repeat: no-repeat;
	width:242px;
	height:400px;
	min-height:400px;
	margin-left: 620px;
	margin-bottom:120px;
	margin-top: 50px;
}

.input {
	display:block;
	width:25%;
	color:#454a4e;
	padding:0px 0px 2px 3px;
	margin:2px 0 0 0;
	float:left;
	text-align:justify;
	border-radius:0px;
	font-weight:bold;
	height:25px;
	vertical-align:top;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
	border:2px solid #ccc;
}

.input-spam {
	width:25px;
	padding-left:6px;
}

textarea.nachricht {
	text-align:left; 
	width:430px; 
	padding:3px 8px 3px 3px; 
	border:2px solid #ccc;
	margin-right:0;
	color:#454a4e;
	outline:none;
	resize: none;
	font-family:Verdana, Arial;
	overflow: auto;
	font-weight:bold;
	font-size:10pt;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
	float:left;
}

.notwendig {
	background:#eee; 
}

.nicht-notwendig .notwendig-erfuellt
{
	background:#fff; 
}

.haken-sichtbar {
	width:30px;
	position:relative; left:7px;
	font-size:12pt;
	color:#14E259;
	font-weight:bold;
	float:left;
	padding-top:2px;
	text-shadow: 2px 2px 3px #aaa;
}

.haken-unsichtbar {
	display:none;
}

#submit {
	color:#454a4e;
	font-family:Verdana, Arial;
	font-size:10pt; 
	cursor: pointer;
	border: 2px solid #454a4e;
	background-color: #ffd5ab;
	width: 120px;
	padding: 2px;
	font-weight:bold;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}

#warning {
	font-weight:bold;
	color:red;
}

#haken {
	font-size: 150px;
	color:#14E259;
	font-weight:bold;	
	width:300px;
	text-align:center;
	text-shadow: 4px 4px 6px #aaa;
}

#adresse {
	padding-bottom:30px;
	width:420px;
	float:left;
}

iframe {
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
	border-radius: 25px;
	padding:10px;
}

#iconhaus {
	float:left;
	height:50px;
	min-height: 50px;
	padding-right:10px;
}

#icon {
	float:left;
	padding-right:10px;
}

a.mailto {
	text-decoration:none;
	font-weight:normal;
}