/* Standard-CSS für www.huelsmann.org */

/* Wichtige Farben
Name Farbe 1 		= #FFFFFF (weiß)
Name Farbe 2		= #000000 (schwarz)
Name Farbe 2		= #606060 (grau)
*/

/* 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:Geneva, Arial, Helvetica, sans-serif

}

/* Hier allgemeingültige Formatierungen */
a:link {
	font-weight: normal;
	text-decoration: none;
	color: #707070;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #707070;
}

a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

a:active {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

body, html {
	width: 100%;
	height: 100%;
}

body {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	background-color: #FFFFFF;
}

h1 {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-type: none;
}
li {
	display: inline;

}
/* Sektionsweite Formatierungen */

#rahmen {
	height: 520px;
	width: 864px;
	clear: none;
	float: none;
	position: static;
	text-align: left;
	}

#navleiste {
	height: 56px;
	width: 554px;
	clear: none;
	float: left;
	position: static;
	text-align: left;
	}
	
#hauptnav {
	height: 24px;
	text-indent: 4px;
	font-weight: bold;
	}

#nav01 {
	height: 24px;
	text-indent: 20px;
	text-align:left;
	font-size: 11px;
	margin-top: 8px;
	}


#logo {
	height: 56px;
	width: 310px;
	background-image: url(../style/logo_neu2.gif);
	background-repeat: no-repeat;
	float: right;
	position: static;
	}
	
#inhalt {
	height: 464px;
	width: 554px;
	float: left;
	position: static;
	line-height: 18px;
	}

#inhalt01 {
	height: 212px;
	width: 534px;
	float: left;
	padding: 10px;
	}

#inhalt02 {
	height: 212px;
	width: 534px;
	float: left;
	padding: 10px;
	}

#inhalt_re {
	height: 464px;
	width: 310px;
	clear: none;
	float: right;
	position: static;
	text-align: right;
	line-height: 18px;
	}

#bildinhalt {
	height: 212px;
	width: 290px;
	padding: 10px;
}

#textinhalt {
	height: 212px;
	width: 290px;
	padding: 10px;
}


/*Diese Klasse formatiert die div-Tags*/

a.hauptnav:link {
	font-weight: bold;
	padding-right: 10px;
}
a.hauptnav:visited {
	font-weight: bold;
	padding-right: 10px;
}
a.hauptnav:hover {
	font-weight: bold;
	padding-right: 10px;
}
a.hauptnav:active {
	font-weight: bold;
	padding-right: 10px;
}

a.nav01:link {
	font-weight: normal;
	padding-right: 20px;
}
a.nav01:visited {
	font-weight: normal;
	padding-right: 20px;
}
a.nav01:hover {
	font-weight: normal;
	padding-right: 20px;
}
a.nav01:active {
	font-weight: normal;
	padding-right: 20px;
}


a.links:link {
	color: #707070;
}
a.links:visited {
	color: #707070;
}
a.links:hover {
	color: #000000;
}
a.links:active {
	color: #000000;
}
/*hier werden die Pseudoklassen für JavaScript erstellt*/

#java101 {
}
#java102 {
}
#java103 {
}
#java104 {
}
#java105 {
}
#java106 {
}
#java107 {
}

a.java1h:link, a.java1h:visited, a.java1h:hover, a.java1h:active {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-right: 10px;
}


#java201 {
}
#java202 {
}
#java203 {
}
#java204 {
}

a.java2h:link, a.java2h:visited, a.java2h:hover, a.java2h:active {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding-right: 20px;
}
