
body,p,td,th,a,input,textarea,select,h1,h2 { 
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	font-family: arial, helvetica, verdana, sans-serif; 
	color: #777777; 
	font-size: 12px; 
	line-height: 16px; 
	text-align:center;
}

body {
	background-image: url("/files/bg.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
}

a { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: none; 
}
a.pnava { 
	color: #FE801E; 
	font-weight: bold;
	line-height: 17px; 
}
a.pnav { 
	color: #44556C; 
	font-weight: bold; 
	line-height: 17px; 
}
a.snava { 
	color: #666666;
	font-weight: bold; 
}
a.snav { 
	color: #999999; 
	font-weight: bold; 
}

.orange { color:#FE801E; }

h1 { 
	color: #444444;
	text-align:left;
	font-weight: bold; 
	padding: 0px 0px;
	margin: 0px 0px;
}

h2 { 
	color: #444444;
	text-align:left;
	font-weight: bold; 
	padding: 0px 0px;
	margin: 0px 0px;
}

.Text {
	margin-bottom:12px;
}

input,select,textarea { 
	background-color:#F6F4EF; 
	border-color:#f0f0f0; 
	border-width:1px; 
}
.inp100 { 
	width:100%; 
	height:20px; 
	background-color: #ffffff; 
}
.inp100area { 
	width:100%; 
	height:50px; 
	background-color: #ffffff; 
}

.warning { 
	color: #FF7E00; 
	font-weight: bold; 
}

/* --------------------------- RAHMENSTYLES --------------------------- */

.Clear {clear:both; }

div {  }

#webseite {
	position:relative;
	margin-left:auto;
	margin-right:auto;	
	width:700px;
}

#head {
	clear:left;
	padding:0px;
	padding-top:32px;
	padding-bottom:48px;
}

#headteaser {
	
	text-align:left;
	float:left;
	width:580px;
}

#headlogo {
	
	text-align:left;
	float:left;
	width:110px;
}

#content {
	
	clear:left;
	height:300px;
	padding:0px;
	padding-top:48px;
	padding-bottom:20px;
}

#contentleft {
	background-color:#EAEAEA;
	text-align:left;
	float:left;
	width:208px;
	padding:12px;
	padding-bottom:0px;
}

#contentmiddle {
	
	background-image: url(/files/contentline.gif);
	background-repeat: no-repeat;
	background-position: 15px 1px;
	text-align:left;
	float:left;
	width:303px;
	height:300px;
	padding:15px;
	padding-right:30px;
}

#contentnavi {
	
	text-align:left;
	float:left;
	width:110px;
	height:300px;
}

#teaser {
	float:left;
	padding:0px;
	padding-top:15px;
	background-image: url(/files/lcontentline.gif);
	background-repeat: no-repeat;
}


#teaserpfeil {
	float:left;
	width:15px;
	height:15px;
	background-image: url(/files/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#teasertext {
	text-align:left;
	float:left;
	width:180px;
	padding:0px;
}

#teasertop {
	float:left;
	padding:0px;
}

#teasertexttop {
	text-align:left;
	float:left;
	width:222px;
	padding:0px;
}

a.teaser {
	text-decoration: underline; 
}

/* --------------------------- KONTAKTSTYLES --------------------------- */

.ContactForm {
	text-align:left;
	display:block;
	clear:none;
	float:left;
	width:202px;
	height:auto;
}

.ContactForm input, textarea {
	text-align:left;
	background-color:#ffffff;
	border:0px;
	margin:0px;
	padding:0px;
}

.ContactForm input { height:18px; }

.ContactText {

	float:left;
	width:80px;
	margin:2px 0px 2px 0px;
	font-weight: bold;
}

.ContactInput {
	float:left;
	width:117px;
	height:auto;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	margin:2px 0px 2px 0px;
}

.ContactInput input { width:100%; }

.ContactTextarea {

	float:left;
	width:110px;
	height:auto;
	border-top:1px solid #808080;
	border-right:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	border-left:1px solid #808080;
	margin:2px 0px 2px 0px;
}

.ContactTextarea textarea {
	width:110px;
	height:50px;
}

.ContactSubmit {
	float:right;
	margin:2px 0px 2px 10px;
	border:solid 0px black;
}
.ContactSubmit input {
	margin:0px;
	border:solid 0px black;
}