

/*___ALLGEMEIN_________________________________________*/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;	
}

hr {
	height: 1px;
	color: #ccc;
	background-color: grey;
	border: none;
}

hr.darker {
	height: 1px;
	color: #333;
	background-color: grey;
	border: none;
	margin-top: 0px;
}


/*___TYPE_____________________________________________*/

h1 {
	font-size: 24px;
	font-family: Myriad, Myriad Pro, Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	font-weight: lighter;
	color: #000;
	margin: 0px;
}

h1.rockwell {
	font-size: 50px;
	font-family: Rockwell, Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 26px;
	/*font-family: Myriad Pro, Myriad, Helvetica, Arial, Verdana, sans-serif;*/
	font-family: Rockwell, Georgia, Palatino, serif;
	font-weight: normal;
	color: #333;
	margin-top: 0;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	font-family: Myriad Pro, Myriad, Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #333;
	margin: 0;
}

h2.nobottom {
	font-size: 18px;
	font-family: Myriad, Myriad Pro, Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: white;
	margin-bottom: 7px;
}

p {
	font-size: 16px;
	font-family: Myriad, Myriad Pro, Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #000;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 15px;
}

p.white {
	font-size: 16px;
	font-family: Myriad, Myriad Pro, Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: black;
	line-height: 1.4;
}

p.green {
	font-size: 16px;
	font-family: Myriad, Myriad Pro, Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #666;
	line-height: 1.4;
}

span.q2 {
	font-size: 14px;
	font-family: Georgia, Myriad, Myriad Pro, Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	font-style: italic;
	font-weight: lighter;
	color: #666;
	line-height: 1.4;
	margin-right: 5px;
	/*text-transform: uppercase;*/
}

span.a2 {
	font-size: 16px;
	font-family: Myriad, Myriad Pro, Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: black;
	line-height: 1.4;
	/*text-transform: uppercase;*/
}

span.q {
	font-size: 14px;
	font-family: Myriad, Myriad Pro, Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: lighter;
	color: #666;
	line-height: 1.4;
	margin-right: 5px;
	/*text-transform: uppercase;*/
}

span.a {
	font-size: 14px;
	font-family: Myriad, Myriad Pro, Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: black;
	line-height: 1.4;
	/*text-transform: uppercase;*/
}


/*___Container_____________________________________________*/

#gesamtcontainer1 {
	width: 980px;
	height: auto;
	margin: 60px;
	float: left;
}

#gesamtcontainer2 {
	height: 330px;
	padding-left: 60px;
	background-color: #f0f0f0;
	clear: left;
}

#gesamtcontainer3 {
	height: 600px;
	padding-left: 60px;
	background-color: #fff;
	clear: left;
}

#hauptprojekt {
	height: 384px;
	padding-left: 60px;
	background-image: url(img/grey_gradient.gif);
	clear: left;
}

#halloffame {
	height: 1100px;
	padding-left: 60px;
	background-color: #f0f0f0;
	clear: left;
}

.famebox {
	height: 185px;
	width: 225px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

.famebox_image {
	width: 225px;
	height: 125px;
	float: left;
}

.famebox_text {
	height: 40px;
	width: 225px;
	margin-bottom: 15px;
	padding: 15px 0;
	background-color: #fff;
	float: left;
}

.hall {
	width: 960px;
	padding: 20px 5px 20px 20px;
	background-color: #fff;
	float: left;
}

.portfolio {
	height: 500px;
	padding-left: 60px;
	background-color: #fff;
	clear: left;
}

#box_logo {
	width: auto;
	height: 100px;
}

.box_content {
	width: 1000px;
	height: auto;
	margin-top: 30px;
}

#box300 {
	width: 300px;
	height: auto;
	margin-right: 30px;
	margin-top: 0px;
	float: left;
}

.box300 {
	width: 300px;
	height: auto;
	margin-right: 30px;
	margin-top: 0px;
	float: left;
}

#box900bg {
	background-image: url(img/pro_pkwde.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 890px;
	height: 330px;
	float: left;
}

.projektbox300 {
	width: 300px;
	height: auto;
	margin-right: 30px;
	margin-top: 30px;
	float: left;
}

.projektbox600 {
	width: 600px;
	height: auto;
	margin-right: 30px;
	margin-top: 0px;
	float: left;
}

#box300bg {
	background-image: url(img/bg_skills.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 200px;
	padding-left: 30px;
	padding-top: 5px;
	margin-right: 0px;
	margin-top: 30px;
	float: left;
}

.whitebox {
	background-color: white;
	padding: 10px;
}


/*___Links_____________________________________________*/

a:link, a:visited {
	color:#0099ff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:#6699FF;
}

a:focus {
	color:#999;
	text-decoration: underline;
}

a.dezent {
	color: #f0f0f0;
	line-height: 1.4;
	margin-top: 0px;
}

a.dezent2 {
	color: #f0f0f0;
	text-decoration: none;
	line-height: 1.4;
}

a.white {
	color: white;
}

a.black {
	color: black;
}

a.button {
	background-color: #0099ff;
	color:#fff;
	padding: 7px 10px 4px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

a.button2 {
	background-color: #c8d200;
	color:#333;
	padding: 7px 10px 4px;
	margin-left: 10px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

a.button3 {
	background-color: #ccc;
	color: black;
	padding: 7px 10px 4px;
	margin-left: 10px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}


/*___Listen_____________________________________________*/

ul {
	font-size: 14px;
	font-family: Myriad, Myriad Pro, Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	font-weight: normal;
	padding-left: 20px;
	color: #000;
	line-height: 1.2;
	margin-top: 0px;
}

li {
	list-style-type: disc;
}

ul.vers_white {
	font-size: 16px;
	font-family: Myriad, Myriad Pro, Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: white;
	line-height: 1.4;
	text-transform: uppercase;
}

li.vers_white {
	list-style-position:outside;
	list-style-type: none;
}
