/* Grundeinstellungen */
* 
	{
	margin: 0;
	padding: 0;
	}
	
a {color: #555;}

a:focus{
	outline: none;
}
*:focus{
	outline: none;
}

body 
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#5E5E5E;
	background-color:#ffd75d;
	}


/* Negative zentrierung die auch bei alten Browsern funktioniert */
#wrapper
	{
	width:1000px;
	position:relative;
	left:50%;
	margin-left:-500px;
	background:url(../images/bg.gif) repeat-y;
	}

/* Header */
#logo 
	{
	background:url(../images/header.jpg);
	width:1000px;
	height:158px;
	position: relative;
	}
	
#logonavi 
	{
	margin: 0 0 0 320px;
	padding-top:100px;
	width: 800px;
	}
	
#logonavi li 
	{
	display:inline;
	padding:1.5em;
	}
	
#logonavi li a 
	{
	text-decoration:none;
	color: #e17a26;
	font-size:20px;
	}
	
#logonavi li a:hover 
	{
	color:#000000;
	}
#dawandalogo a.txt{
	display: block;
	padding: 30px 0 0 0;
}

#infoline {
	position: absolute;
	top: 18px;
	left: 10px;
	font-size: 12px;
	z-index: 3;
}
#infolineshadow {
	position: absolute;
	top: -5px;
	left: -10px;
	font-size: 36px;
	z-index: 2;
	color: #ffcc66;
}

/* onlineshop */

#onlineshop{
	clear: both;
	
	
	}


/* Content Bereich */
#content
	{
	float:left;
	background:#fffdd0;
	margin-left:3em;
	width: 700px;

	}
	
#content p
	{
	margin-bottom:1em;
	font-size:12px;
	padding:0.5em 1em 0.5em 1em;
	color:#726d5e;
	}
	
#content h1
	{
	margin-top:0.3em;
	font-family:Geneva, Arial, Helvetica;
	font-size:18px;
	color:#407821;
	height:43px;
	line-height:43px;
	padding-left:0.5em;
	
	}

/* Navigation */		
#mainNav
	{
	margin-left:2em;
	width:195px;
	float:left;
	}
	
#mainNav h1
	{
	margin-top:0.5em;
	background:url(../images/navbox.jpg);
	height:28px;
	color:#407821;
	line-height:30px;
	font-size:14px;
	text-indent:20px;
	border-bottom:#fde394 2px solid;
	}
	
#mainNav li
	{
	list-style: none; 
	}
	
#mainNav li a:link
	{
	display:block;
	width:195px;
	height:30px;
	font-size:12px;
	line-height:30px;
	text-decoration:none;
	background:url(../images/navfx.gif) no-repeat left top;
	text-indent:30px;
	color: #726d5e;
	}
	
#mainNav li a.active{
	display:block;
	width:195px;
	height:30px;
	font-size:12px;
	line-height:30px;
	text-decoration:none;
	background:url(../images/navfx.gif) no-repeat right top;
	text-indent:30px;
	color: #726d5e;	
	
}
	
#mainNav li a:visited 
	{
	display:block;
	width:195px;
	height:30px;
	font-size:12px;
	line-height:30px;
	color:#5E5E5E;
	text-decoration:none;
	background:url(../images/navfx.gif) no-repeat left top;
	text-indent:30px;
	}
	

	
#mainNav li a:hover
	{
	background-position: right top;
	}
	

/* Bildergallerie */
	
.thumbnail
	{
	margin:0.6em 0 0 2em;
	float:left;
	}

	
img
	{
	border:none;
	float: left;
	margin-right: 10px;
	}

/* Footer */
#footer
	{
	position: relative;
	background:url(../images/footer.jpg) no-repeat;
	font-size:12px;
	letter-spacing:2px;
	text-indent:90px;
	padding-top: 50px;
	height:75px;
	clear:both;
	text-align: center; 
	}
	
#footer a 
	{
	
	text-decoration:none;
	color:#000000;
	}
#copy{
	margin: 0 auto;
}

#login {
	width: 600px;
	margin: 0 auto;
	margin-top: -70px;
	position: absolute;
	bottom: 10px;
	left: 200px;
	display: none;
}
#login input {
	width: 100px;
}

#globalfeedback {
	padding: 10px 10px 20px 20px;
	border: 1px dashed red;
	float: left;
	width: 650px;
	margin-left: 3em;
}

#admin{
	font-size:12px;
	letter-spacing:2px;
	line-height: normal;
	text-align:center;
	text-indent: 1px;
	text-decoration: none;
	position: absolute;
	top: 28px;
	right: 10px;
}

table.admintable {
	border: none;
	width: 100%;
	font-size: 13px;
	border-collapse: collapse;
}

table.admintable th {
	background-color: #FFD75D;
	padding: 5px 0 5px 0;
}

table.admintable tr {
	border-bottom: 1px dashed #999;
}

table.admintable td {
	padding: 2px;
}

.text{
	padding-left: 15px;
	
}

/* Gallery */

table.gallery {
	border-collapse: collapse;;
	border: 1px solid #407821;
}
table.gallery tr {
	border: none !important;
}
table.gallery td {
	border: none !important;
	padding: 5px;
}

#blogspot a {
	display: block;
	padding: 20px 0 0 10px;
}

#container{
	clear: both;
	float: right;
	height: auto;
	position: relative;
 	padding-left: 20px;
	width: 670px;
	

}


/* Formular */




#title{
	margin-bottom: 10px;
}


#content h2{
	
	
	margin-top:0.3em;
	font-family:Geneva, Arial, Helvetica;
	font-size:18px;
	color:#407821;
	padding-left:30px;
	
}

#content h3{

	font-family:Geneva, Arial, Helvetica;
	font-size:12px;
	color:red;
	padding-left:30px;
	
}
 form{
	padding:5px;
	padding-left:30px;
    }
    
    input[type=text],
    select,
    textarea{
	font-size:14px;
	background-color:#FFF;
	color:#000;
	width:350px;
	background: #fff;
    }
	  input[type=text]:hover,
    select:hover,
    textarea:hover{
	font-size:14px;
	background-color:#FFF;
	border-color:#6F3;
	color:#000;
	width:350px;
    }
    option:first-child{
	color:gray;
	font-style:italic;
    }
    #infos label{
	clear:none;
    }
    #emailLabel{
	margin-left:25px;
	width:295px;
	clear:both;
    }
    #emailLabel i{
	font-size:0.8em;
	font-style:italic;
    }
    #emailLabel input[type=text]{
	width:270px;
    }
    input[type=submit]{
	margin-top:5px;
    }
    input[type=reset]{
	margin-top:5px;
    }

div#error{
	position: absolute;
	top: 180px;
	right: 0px;
	width: 300px;
}

.text{
	
	float: right;
	}
