/* 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 */
* {
   margin: 0;
   padding: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Hier allgemeingueltige Formatierungen */
a:link {
	text-decoration: none;
	color: #000;
   
}

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

a:hover {
	color: #e2007a;
   
}

a:active {
	color: #009ee0;
   
}

html {

}

body {
	font-size: 12px;
	background-color: #f7f7f7;
}
.textpink {
	color: #EC5BA9;
}


/*+++++++++++++++++++++++++++++++++ wrapper ++++++++++++++++++++++++++++++++++++*/

#wrapper {
	width: 960px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #b1b1b1;
	min-height:550px;
	margin-top: 10px;
	margin-bottom: 40px;
}
/*+++++++++++++++++++++++++++++++++ header +++++++++++++++++++++++++++++++++++++*/

	#wrapper #header {
		height: 115px;
		position: relative;
		width: 960px;
	}

/*++ navigation ++*/
		#wrapper #header ul {
	position: absolute;
	left: 390px;
	top: 98px;
	width: 450px;
		}
		#wrapper #header ul li {
			list-style-type: none;
			float: left;
			margin-left: 2px;
		}
		
/*++ blindbild ++*/
		#wrapper #header p a img {
			position: absolute;
			z-index: 1;
			left: 20px;
			top: 19px;
			width: 49px;
			height: 88px;
		}
		
/*+++++++++++++++++++++++++++++++++ projekt navi +++++++++++++++++++++++++++++++++++++*/

#wrapper #projectnavi {
	width: 920px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	display: none;
}

#wrapper #projectnavi #projectnavileft {
	float: left;
	width: 280px;
}
#wrapper #projectnavi #projectnavicenter {
	text-align: center;
	width: 306px;
	margin-left: 306px;
}
#wrapper #projectnavi #projectnaviright {
	float: right;
	width: 280px;
	text-align: right;
}


/*+++++++++++++++++++++++++++++++++ content der Bereich wo alles drin ist +++++++++++++++++++++++++++++++++++++++++++++++*/

	#wrapper #content {
		width: 920px;
		margin-left: 20px;
	}

	
/*+++++++++++++++++++++++++++++++++ contentleft -right linke und rechte spalte für den inhalt +++++++++++++++++++++++++++*/			
		#wrapper #content #contentleft {
	float: left;
	width: 335px;
	margin-right: 35px;
	margin-top: 20px;
		}
#wrapper #content #contentleft h1 {
	font-size: 16px;
	color: #009ee0;
	margin-bottom: 10px;
	font-weight: normal;
}
#wrapper #content #contentleft h2 {
	margin-bottom: 4px;
	font-weight: normal;
	margin-top: 5px;
	font-size: 12px;
	color: #009EE0;
}
#wrapper #content #contentleft ul {
	list-style-type: none;
	position: relative;
	top: -10px;
}
#wrapper #content #contentleft ul li {
	margin-bottom: 7px;
}



		#wrapper #content #contentright {
	width: 548px;
	margin-left: 370px;
	margin-top: 20px;
		}
		#wrapper #content #contentright img {
			border: 1px solid #000;
			margin-top: 20px;
		}


		
		#wrapper #content #content-burder {
	width: 548px;
	margin-left: 370px;
	text-align: right;
	margin-top: 20px;
	border: 1px solid #FFF;
		}
		
		#wrapper #content #contentright-burder img {
			/* [disabled]border: 1px solid #000; */
			margin-top: 20px;
		}
#wrapper #content #contentright #vitaleft {
	float: left;
	width: 120px;
}
#wrapper #content #contentright ul {
	list-style-type: none;
	/* [disabled]margin-top: 20px; */
}
#wrapper #content #contentright ul li {
	margin-bottom: 5px;
}

/*+++++++++++++++++++++++++++++++++ footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

	#wrapper #footer {
		margin-top: 40px;
		font-size: 10px;
		text-align: right;
		margin-right: 20px;
	}
		#wrapper #footer a:link {
			color: #666;
			text-decoration: none;
		}
		#wrapper #footer a:visited {
			text-decoration: none;
			color: #000;
		}
		#wrapper #footer a:hover {
			text-decoration: none;
		}
		#wrapper #footer a:active {
			text-decoration: none;
		}
