@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fef2e6;
	margin: 0px;
	background-image: url(../img/bg_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
p{
	margin: 0px 0px 1em;
}
td{
	font-size: 12px;
}
a:link, a:visited{
	color: #000;
	text-decoration: underline;
}
a:hover, a:active{
	color: #0067a4;
}
#logo {
	top: 14px;
	left: 484px;
	position: absolute;
	text-align: left;
}
#navi a:link, #navi a:visited {
	margin-right: 50px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#navi a:hover, #navi a:active {
	text-decoration: underline;
	color: #000;
}
#navi a.naviakt{
	font-weight: bold;
}
#navi {
	position: absolute;
	left: 26px;
	top: 78px;
}
#head {
	position: absolute;
	left: 1px;
	top: 125px;
}
#kreativschmiede {
	font-size: 11px;
}
a.kreativschmiede:link, a.kreativschmiede:visited{
	text-decoration: none;
}
a.kreativschmiede:hover, a.kreativschmiede:active{
	text-decoration: underline;
}
input.button, select.select{
	border: 1px solid #0088D9;
	background-color: #f5faff;
	width: 80px;
}
input.inputwide, select.inputwide{
	width: 150px;
}
input.inputmini{
	width: 50px;
}
input.submit{
	background-color: #f5faff;
	width: 100px;
	border: 1px solid #0088D9;
}
textarea.textarea{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;	
	border: 1px solid #0088D9;
	background-color: #f5faff;
	width: 300px;	
}
p.error{
	color: #C00;
	margin-bottom: 5px;
}
#adresse {
	font-size: 11px;
}
.bildbeschreibung{
	padding-top: 5px;
	font-size: 11px;
}

