/* 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: Verdana, Arial, Helvetica, sans-serif;
}



/* Hier allgemeingültige Formatierungen */
a.link {
	font-weight:normal;
	color:#757575;
	text-decoration:none;
   
}	

a.visited {
  	font-weight: normal;
	color: #757575;
	text-decoration: none;   
}

a.hover {
   font-weight: normal;
   color: #FF0000;
   text-decoration:none;
}

a.active {
   font-weight: normal;
   color: #FF0000;
   text-decoration:none;
}
/* Links in Navigationsebene 1 */
a.navi1:link {
	font-weight:normal;
	color:#757575;
	text-decoration:none;
   
}	

a.navi1:visited {
  	font-weight: normal;
	color: #757575;
	text-decoration: none;   
}

a.navi1:hover {
   font-weight: normal;
   color: #FF0000;
   text-decoration:none;
}

a.navi1:active {
   font-weight: normal;
   color: #FF0000;
   text-decoration:none;
}
/* Links in Navigationsebene 2 */
a.navi2:link {
	font-weight:normal;
	color:#505050;
	text-decoration:none;
   
}	

a.navi2:visited {
	font-weight:normal;
	color: #505050;
	text-decoration: none;   
}

a.navi2:hover {
   font-weight:normal;
   color: #FF0000;
   text-decoration:none;
}

a.navi2:active {
	font-weight:normal;
	color: #ff0000;
   text-decoration:none;
}
/* Hier Formatierungen für Javascript */
a.navi1m {
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
a.navi2m {
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}


img {
	border:0;
}
body {
	font-size: 90%;
	background-image: url(../images/huelle.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	background-position: center center;

}
html {
	width: 100%;
	height: 100%;
}

h1 {
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 30px;
	color: #41a62a;
	font-size: 100%;
	height: 40px;
}

h2 {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 15px;
	font-size: 100%;
}
h3{
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 30px;
	color: #41a62a;
	font-size: 100%;
	height: 40px;
}
ul {
	font-weight:bold;
	padding-top: 15px;
		
}




/* Sektionsweite Formatierungen */

#huelle {
	height: 500px;
	width: 910px;
	text-align:left;
}
#name {
	float: right;
	height: 47px;
	width: 290px;
	margin-top: 8px;
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 20px;
}
#hauptnavigation {
	float: left;
	list-style-type: none;
	padding-left: 30px;
}
#hauptnavigation li {
	display: inline;
	list-style-type: none;
	color: #757575;
	margin-right: 20px;
}
#unternavigation {
	float: left;
	width: 700px;
	height: 30px;
	padding-left: 30px;
}
#unternavigation li {
	display: inline;
	font-size: 80%;
	margin-right: 20px;
	list-style-type: none;
}
#contenthuelle {
	height: 390px;
	width: 910px;
	background-image: url(../images/content_4.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	float: left;
}
#contentlinks {
	height: 375px;
	width: 440px;
	margin-left: 15px;
	float: left;
}
#contentlinks p {
	font-size: 80%;
	margin: 15px;
	line-height: 130%;
	text-align: justify;
}
#contentlinks table {
	font-size: 80%;
	margin: 15px;
	text-align: left;
	vertical-align: top;
	line-height: 130%;
}
#contentlinks tr {
	text-align: left;
	vertical-align: top;
}
#contentrechts {
	float: right;
	height: 375px;
	width: 440px;
	margin-right: 15px;
}
#contentrechts h2 {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 130px;
}

#contentrechts p {
	font-size: 80%;
	margin: 15px;
	line-height: 130%;
	text-align: justify;
	z-index: 100;
}

#contentrechts img {
	float: right;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 1px;
}
#contentrechts table {
	font-size: 80%;
	text-align: left;
	vertical-align: top;
	line-height: 130%;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 130px;
}
#contentrechts tr {
	text-align: left;
	vertical-align: top;
}
#projektbutton {
	float: left;
	width: 895px;
	padding-left: 15px;
	height: 25px;
}
#projektbutton li {
	display: inline;
	list-style-type: none;
}
#projektbutton ul {
	display: inline;
	
}
