@charset "utf-8";
/* CSS Document */

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

body{
	text-align:center;
	background-image:url(../media/elemente/body_bg_2.jpg);
	background-repeat:no-repeat;
	background-color:#f2f2f2;
	background-position:center top;
}

body, td{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	color:#2a2c35;
	line-height:18px;
}

a img { 
	border:0px; 
}

a{ 
	color:#000;
}

#contentdiv p{
	padding-bottom:15px;
}

#contentdiv em{
	color:#666;
}
#contentdiv ol, ul{
	margin-left:25px;
}

#contentdiv ol strong{
	color:#568ED5;
}

#contentdiv a{
	color:#999;

}

.gallery {
	margin-bottom:10px;
}

.img_left {
	margin:0px 10px 30px 0px;
}

h1{
    color: #fff;
    font-size: 46px;
	font-weight:700;
	line-height:50px;
    text-shadow: 2px 2px 6px #171717;
    filter: dropshadow(color=#171717, offx=2, offy=2);
        
}

h2{
	font-size:14px;
	font-weight:700;
	margin:0px 0px 20px 0px;
}

h3{
	font-size:14px;
	font-weight:700;
	margin:10px 0px 5px 0px;
	color: #568ED5;
}

h4 {
	color:#5e636d;
	text-shadow:1px 1px #fff;
	font-style:italic;
	font-size:22px;
	line-height:29px;
	font-weight:normal;

}

/*Grundeinstellungen ENDE*/

#maindiv{
	position:relative;
	margin:0 auto;
	width:900px;
	text-align:left;
	background-image:url(../media/img/elemente/bg_main.png);
	background-repeat:repeat-y;
	-webkit-box-shadow: 3px 1px 7px 1px #3b3b3b;
	box-shadow: 3px 1px 7px 1px #3b3b3b; 
}

#logodiv{
	background-image:url(../media/elemente/logo.jpg);
	position:absolute;
	top:50px;
	left:2px;
	height: 120px;
	width: 249px;
}






#mainnavdiv{
	height:37px;
	position:absolute;
	top:135px;
	left:250px;
	width: 600px;
}

#mainnavdiv li{
	list-style:none;
	float:left;
	margin-right:15px;
	color:#000;
}


.nav{
	color:#000;
	text-decoration:none;
}

.nav:hover{
	text-decoration:underline;
}

.navon{
	text-decoration:underline;
}

.navon:hover{
	text-decoration:none;
}

#mainnavdiv ul{
	float:right;
	margin-right:0px
}


#mainnavdiv a{
	
    float:left;
	font-size:16px;
	padding:6px 0px 10px 0px;
}

#contentdiv{
	padding:560px 35px 0px 286px;
	background-repeat:repeat-y;
	min-height:500px;
}

#headdiv{
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:172px;
	background-image:url(../media/img/elemente/head_logo.jpg);
	background-repeat:no-repeat;
}


#mainpic_div {
	position:absolute;
	top:172px;
	left:0px;
	width:900px;
	height:347px;
}

#headlinediv {
	position:absolute;
	width:800px;
	z-index:99999px;
	top:200px;
	right:35px;
	text-align:right;
}


#leftdiv {
	position:absolute;
	width:206px;
	top:560px;
	left:22px;
}

#leftdiv ul {
	margin-left:0px;
}

#leftdiv li {
	list-style:none;
	border-top:2px solid #fff;
}
#leftdiv li:last-child {
	list-style:none;
	border-bottom:2px solid #fff;
}

.left_hr {
	width:100%;
	color:#fff;
	background-color:#fff;
	height:3px;
	margin:10px 0px 50px 0px;
}

.secnav {
	text-decoration:none;
	display:block;
	padding:4px 4px 4px 2px;
	background-image:url(../media/img/elemente/bg_secnav.png);
	background-repeat:repeat-y;

}
.secnav:hover {
	text-decoration:underline;
}



#footer_line{
	height:2px;
	background-color:#fff;
	width:850px;
	margin:14px auto 10px auto;
}

#footer{
	height:39px;
	background-image:url(../media/img/elemente/bg_footer.png);
	background-repeat:repeat-x;
	width:880px;
	margin:0px auto 10px auto;
	text-align:left;
	color:#FFF;
	padding-left:10px;
	padding-top:3px;
	padding-right:10px;
}

#footer_right{
	text-align:right;
	float:right;
}
#footer_left{
	text-align:left;
	float:left;
}

#topper{
	height:134px;
	background-image:url(../media/img/elemente/bg_topper.png);
	background-repeat:repeat-x;
	position:absolute;
	width:100%;
	top:50px;
}

/* Form */


form {
	margin:0px;
	padding:0px;
}

.textinputstyle{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 210px;
	background-color: #ffffff;
	border:1px solid #5d5d5d;
	
}
input[type=text], textarea {
	background:#fff;
	border:solid 1px #5d5d5d; 
	border-radius:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	width:350px;
	margin-bottom:3px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
}
textarea {
	height:120px;
    margin-bottom:3px; }

label, input[type=text], textarea { padding:5px 5px;}

input[type=text]:focus, textarea:focus { 
background:#e5e5e5; 

padding:5px 5px; border:solid 1px #5d5d5d; }

.submitstyle { 
	background: #5d5d5d;
	border:solid 1px #fff;
	border-radius:5px;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
	color:#FFF;
	cursor:pointer;
	font-size:13px;	
	padding:3px 8px;
	width:370px;
	margin-bottom:5px;
}
.submitstyle:hover { background:#787878}

.formlabel{
    float: left;
    margin-top: 10px;
    padding: 0px 0 3px 3px;
	font-size:14px;

}
#contactform br{
	clear:left;
}
.two{
	display:none;
	background-color: #FFFFFF;
}
#url{
	display:none;
}
.four{
	background-color: #FFFFFF;
	display:none;
}

.lable_box {
	width:35px;
	padding:0px;
	margin-right:5px;
}

.optionbox {
	width:80px;
	padding:2px;
	border:solid 1px #5d5d5d; 
	border-radius:5px;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;	
}


.error {background: #ffcece; border:solid 1px #df8f8f; }

.success {background: #d5ffce; border:solid 1px #9adf8f; }

.error, .success {
	border-radius:5px;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;	
	color:#333;
	padding:9px;
	margin-bottom:10px;
}