/* 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: Arial, Helvetica, sans-serif;
	border: none;
}

/* Hier allgemeingueltige Formatierungen */
a:link {
   
}

a:visited {
   
}

a:hover {
   
}

a:active {
   
}

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

body {
	font-size: 14px;
	line-height: 20px;
	min-width:960px;
	min-height:600px;
	position:relative;
}
#wrapper {
	width: 960px;
	margin: auto;
	height: 600px;
	background-color: #FFF;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-480px;
	margin-top:-300px;
}


/* Sektionsweite Formatierungen */

#wrapper #header {
	height: 75px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	position: relative;
	color: #FFF;
}
#wrapper #header #logo {
	background-color: #FFF;
	float: left;
	width: 240px;
}
#wrapper #header #nav1 {
	background-color: #FFF;
	margin-left: 260px;
	display: block;
	color: #FFF;
}

#wrapper #header #nav1 ul {
	background-color: #FFF;
	float: none;
	padding-top: 15px;
}

#wrapper #header #nav1 ul li {
	float: right;
	list-style-type: none;
	background-color: #FFF;
	color: #000;
	margin-right: 0px;
	padding-right: 0px;
	clear: none;
	margin-left: 123px;
}


#wrapper #header #nav1 ul li a {
	color: #939393;
	text-decoration: none;
	font-size: 18px;
	float: none;
}
#wrapper #header #nav2Projekte {
	position: absolute;
	height: 10px;
	width: 220px;
	left: 470px;
	top: 45px;
	background-color: #FFF;
	color: #FFF;
}
#wrapper #header #nav2Projekte li {
	float: left;
	list-style-type: none;
	margin-right: 9px;
	height: 15px;
	width: 15px;
	background-color: #FFF;
	padding-bottom: 1px;
	color: #FFF;
}







#wrapper #header #nav2Profil {
	background-color: #FFF;
	position: absolute;
	height: 20px;
	width: 150px;
	left: 690px;
	top: 43px;
}

#wrapper #header #nav2Profil li  {
	float: left;
	list-style-type: none;
	background-color: #FFF;
	margin-right: 30px;
}
#wrapper #header #nav2Profil li a  {
	color: #939393;
	text-decoration: none;
	font-size: 12px;
	float: none;
}

#wrapper #content {
	background-color: #FFF;
	/* [disabled]float: left; */
	clear: none;
	height: 500px;
}
#wrapper #content #captionleft {
	color: #000;
	height: 30px;
	padding-top: 422px;
	position: absolute;
	z-index: 99;
	width: 700px;
	padding-left: 10px;
}

#wrapper #content #captionleftwhite {
	color: #FFF;
	height: 30px;
	padding-top: 422px;
	position: absolute;
	z-index: 110;
	width: 300px;
	padding-left: 20px;
}


#wrapper #content #colleft {
	width: 320px;
	height: 230px;
	float: left;
	padding-bottom: 150px;
	text-align: justify;
	color: #000;
	padding-top: 70px;
	z-index: 110;
}

#wrapper #content #colleftprojekt3 {
	width: 320px;
	height: 230px;
	float: left;
	padding-bottom: 150px;
	text-align: justify;
	color: #000;
	padding-top: 20px;
	z-index: 110;
}

#wrapper #content #collright {
	width: 290px;
	background-color: #FFF;
	float: right;
	height: 150px;
	clear: none;
	padding-top: 140px;
	text-align: justify;
}
#wrapper #content #collrightprojekt3 {
	width: 320px;
	background-color: #FFF;
	float: right;
	height: 200px;
	clear: none;
	padding-top: 20px;
	text-align: justify;
}



#wrapper #content #colleftkontakt{
	float: left;
	background-color: #FFF;
	color: #000;
	height: 200px;
	padding-top: 200px;
	padding-bottom: 40px;
}
#wrapper #content #colleftimpressum {
	background-color: #FFF;
	float: left;
	padding-top: 180px;
}
#wrapper #content table tr td  {
	padding: 3px;
}




#wrapper #content #button1 {
	/* [disabled]float: none; */
	height: 130px;
	position: absolute;
	top: 400px;
	left: 60px;
	width: 130px;
}
#wrapper #content #button2 {
	float: none;
	height: 90px;
	width: 90px;
	position: absolute;
	left: 200px;
	top: 340px;
	background-image: none;
}
#wrapper #content #button3 {
	float: none;
	height: 70px;
	width: 70px;
	position: absolute;
	left: 600px;
	top: 390px;
}
#wrapper #content #button4 {
	float: none;
	height: 100px;
	width: 100px;
	position: absolute;
	left: 800px;
	top: 140px;
}
#wrapper #content #button5 {
	float: none;
	height: 140px;
	width: 140px;
	position: absolute;
	left: 690px;
	top: 230px;
}
#wrapper #content #button6 {
	float: none;
	height: 150px;
	width: 150px;
	position: absolute;
	left: 250px;
	top: 140px;
}
#wrapper #content #button7 {
	float: none;
	height: 120px;
	width: 120px;
	position: absolute;
	left: 400px;
	top: 420px;
}
#wrapper #content #button8 {
	float: none;
	height: 120px;
	width: 120px;
	position: absolute;
	left: 500px;
	top: 90px;
}
#wrapper #content #button9 {
	float: none;
	height: 120px;
	width: 120px;
	position: absolute;
	left: 420px;
	top: 240px;
}





#wrapper #content h1 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
	font-weight: bold;
}

#wrapper #content h2 {
	font-size: 14px;
	line-height: 20px;
}
#wrapper #content p {
	margin-bottom: 10px;
	color: #000;
}
#wrapper #content p a {
	color: #CCC;
	text-decoration: none;
}

#wrapper #footer {
	/* [disabled]clear: both; */
	/* [disabled]float: none; */
	text-align: right;
	position: relative;
	/* [disabled]margin-top: 453px; */
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	height: 50px;
	background-color: #FFF;
}
#wrapper #footer #Nummerierung {
	height: 13px;
	width: 56px;
	position: absolute;
	left: 457px;
	float: none;
	clear: none;
	font-size: 18px;
	color: #000;
	text-transform: none;
	text-decoration: none;
	top: 15px;
}
#wrapper #footer #linkerpfeil {
	height: 13px;
	width: 10px;
	position: absolute;
	left: 310px;
	float: none;
	clear: none;
	font-size: 18px;
	color: #000;
	text-transform: none;
	text-decoration: none;
	top: 4px;
}
#wrapper #footer #rechterpfeil {
	height: 13px;
	width: 10px;
	position: absolute;
	left: 580px;
	float: none;
	clear: none;
	font-size: 18px;
	color: #000;
	text-transform: none;
	text-decoration: none;
	top: 4px;
}



#wrapper #footer p {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#wrapper #footer a {
	font-size: 10px;
	color: #939393;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}