@charset "utf-8";
/**
*Allgemein
*/

@import url("formular.css");

* {margin:0;
   padding:0;
   }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #333333;
}

/**
*Layoutformate
*/
#seite {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: none;
	font-size: 0.9em;	
}
#kopf {
	height: 175px;
	width: auto;
	border-bottom-width: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(images/higrund.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-right: 20px;
}
#navi1 {
	width: 250px;
	border: none;
	float: left;
	background-color: #FFFFFF;
	padding-left: 20px;
	margin-bottom: 0px;
	padding-top: 30px;	
	text-align: left;
	font-size: 1.1em;
	color: #FF3300;
}
#navi2 {
	width: 250px;
	border: none;
	float: right;
	background-color: #FFFFFF;
	padding-right: 20px;		
	margin-bottom: 0px;
	padding-top: 30px;
	text-align: right;
	font-size: 1.1em;
	color: #FF3300;

}
#logo {
	width: 270px;
	border: none;
	float: left;
	background-color: #FFFFFF;
	margin-left: 150px;	
	margin-bottom: 0px;
	padding-bottom: 30px;
	padding-right: 30px;
	text-align: left;
}
	
#text {
	width: 990;
	
	float: left;
	margin-left: 0px;
	vertical-align: top;
	min-height:104px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 300px;
	margin-top: 0px;
}

#left {
	width: 530px;
	border: none;
	float: left;
	
	
	
	
}
#right {
	width: auto;
	border: none;
	margin-left: 620px;
	padding-top: 30px;
	
	
}


#fotoleft {
	width: 280px;
	border: none;
	float: left;
	font-size: 80%
	
	
	
}
#fotoright {
	width: auto;
	border: none;
	margin-left: 346px;
	font-size: 80%
	
}


#textleft {
	width: 350px;
	padding-right: 50px;
	float: left;
	
	
}
#textright {
	width: 400;
	border: none;
	margin-left: 400px;
	padding-right: 50px;
}

#tabelle {
	width: 990;
	float: left;
	margin-left: 0px;
	vertical-align: top;
	min-height:104px;
	background-color: #FFFFFF;
	
}

#fuss {
	height: 50px;
	width: auto;
	clear: both;
	background: #FFFFFF;
}
/**
*Elemente im Kopf
*/

#kopf h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #FF3300;
	padding-top: 20px;
	padding-right: 30px;
	text-align: right;
}

/**
*Elemente im Navi
*/
#navi1 a {
	color: #333333;
	text-decoration: none;
	
}

#navi1 a:hover {
	color: #FF3300;
	text-decoration: none;
}
#navi1 a.aktivlink {
	color: #FF3300;
	text-decoration: none;
}

#navi2 a {
	color: #333333;
	text-decoration: none;
	
}

#navi2 a:hover {
	color: #FF3300;
	text-decoration: none;
}
#navi2 a.aktivlink {
	color: #FF3300;
	text-decoration: none;
}


/**
*Elemente im Text bzw. Inhalt
*/
#text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #FF3300;
	padding-top: 20px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

#text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #FF3300;	
}


#text a {
	color: #996600;
	text-decoration: none;
	
}
#text a:hover {
	color: #FF3300;
	text-decoration: none;

}
a {
	color: #701b46;
	text-decoration: none;
	
}
a:hover {
	color: #ff9999;
	text-decoration: none;

}




/**
*Elemente in der Fußzeile
*/
