/* 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: "Courier New", Courier, monospace;
}

/* Hier allgemeingültige Formatierungen */
a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;   
}

a:active {
   
}

body {
	font-size: 90%; 
}
.text_fett {
	font-weight: bold;
}
p {
	margin-bottom: 2em;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 110%;
}
#huelle #content h3 {
	color: #63abdb;
	font-size: 24px;
	font-weight: lighter;
}
#huelle #content h4 {
	font-size: 24px;
	font-weight: lighter;
	color: #ffe805;
	margin-bottom: 10px;
}
/* Sektionsweite Formatierungen */
#huelle{
	width: 840px;
	margin-left: 50px;
}
#huelle #header h1 {
	float: left;
	line-height: 30px;
	margin-right: 15px;
	font-size: 30px;
	font-weight: normal;
	padding-top: 80px;
	
	/* mein klappmenue beginnt  mit deren ebenen und durch none ein/ausblenden sehr praktisch*/
}
#huelle #spaltelinks #nav1e1 {
	list-style-type: none;
	margin-bottom: 20px;
}
#huelle #spaltelinks #nav1e1 #nav1e2-01 {
	display:none;
	
}
#huelle #spaltelinks #nav1e1 #nav1e2-02 {
	display:none;
	
}
#huelle #spaltelinks #nav1e1 #nav1e2-03 {
	display:none;
	
}

#huelle #spaltelinks #nav1e1 li {
	background-image: url(../images/pixelinie.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-size: 18px;
}
/* ---------- Hier wird das Aussehen der eingerückten */
#huelle #spaltelinks #nav1e1 li ul li {
	background-image: none;
	font-size: 12px;
	list-style-type: none;
	margin-left: 20px;
}
#huelle #header h2 {
	line-height: 30px;
	padding-top: 85px;
	font-size: 12px;
	font-weight: lighter;
}
#huelle  #header {
	height: 120px;
	background-image: url(../images/pixelinie.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 20px;
}
#huelle  #spaltelinks {
	width: 150px;
	float: left;
}
#huelle  #content {
	margin-left: 200px;
	margin-bottom: 20px;
}
#huelle #content img {
	padding-bottom: 20px;
}
#huelle  #footer {
	height: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 730px;
}

/* eine classe um den abstand zu den nächsten bildern zu organiesieren mit 20 px */
.projektbild {
	margin-top: 20px;
}
#huelle #content .text {
	line-height: 16px;
}
#huelle  #spaltelinks  a:hover   {
	text-decoration: underline;
}
#huelle #content table {
}
