/* CSS Document */

/* Standard-CSS für www.projektname.de */

/* Wichtige Farben
Name Farbe 1 		= #
Name Farbe 2		= #
*/

/* Hier werden alle html-Tags auf "Null" gesetzt und eine Standard-Schriftart vergeben */
/* html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	border:none;
	color: #818181;
	font-size: 12px;
	line-height: 16px;
}

/* Hier allgemeingültige Formatierungen */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

a:visited {
	text-decoration: none;   
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #fbaf00;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

body {
	font-size: 90%;
}

/* Formatierung der Überschriften */
h1 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 30px;
	font-weight: normal;
}

h3 {
	font-weight: normal;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
}

/* Formatierung der DIVs */
#huelle {
	width: 740px;
	margin: auto;
}
#huelle #header {
	height: 60px;
}
#huelle #header #navi {
	float: left;
	width: 540px;
	padding-top: 30px;
	font-weight: normal;
}
#huelle #header #navi li {
	text-decoration: none;
	display: inline;
	margin-right: 40px;
}
#huelle #header #navi a {
	font-size: 14px;
	font-weight: normal;
}
#huelle #header #spalterechts {
	width: 200px;
	margin-left: 540px;
	height: 60px;
}
#huelle #subnavi {
	height: 55px;
	padding-top: 40px;
}
#huelle #subnavi ul {
	text-align: left;
}
#huelle #subnavi li {
	display: inline;
	margin-right: 20px;
}
#huelle #subnavi a {
	font-size: 13px;
	line-height: 18px;
}
#huelle #bild {
	height: 330px;
	background-color: #FFFFFF;
}
#huelle #subnavi2 {
	width: 320px;
	float: left;
	display: inline;
	padding-top: 20px;
}
#huelle #subnavi2 li {
	display: inline;
	margin-right: 5px;
	list-style-type:none;
	/*background-color:#00FF00;*/
}
#huelle #subnavi2 a {
	font-size: 12px;
}
#huelle #text {
	width: 420px;
	margin-left: 320px;
	padding-top: 20px;
	text-align: justify;
}
#huelle #text table tr td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#huelle #textbreit {
	padding-top: 20px;
}
#huelle #footer {
	padding-top: 30px;
	padding-bottom: 20px;
}
#huelle #footer #spalteimpressum {
	float: left;
	width: 370px;
}
#huelle #footer .spaltecopyright {
	width: 370px;
	padding-left: 370px;
	text-align: right;
}
