* {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	text-decoration: none;
	color: #000;
}

a {
	text-decoration: underline;
}

body {
	background: url("images/background.gif") repeat-x 0 0 fixed;
	width: 100%;
	font: 0.75em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; /* Schriftgr??e/Zeilenh?he */
	line-height: 2em;
	text-align: center;
}

#wrapper {
	margin: 0px auto; /* obenunten: 0, linksrechts: auto -> fuers zentrieren */
	width: 1050px;
	text-align: left;
}

#header {
	//background-color:#a00;
	clear: both;
	float: left;
	width: 100%;
	height: 120px;
	position: relative;
}

h1 {
	background: url("images/headline.png") no-repeat 0 0;
	position: absolute;
	display: block;
	top: 42px;
	height: 36px;
	width: 500px;
	line-height: 400px; /* damit die schrift aus der box draussen ist */
	overflow: hidden; /* damit der text der drau?en ist, nicht zu sehen ist */

}

#content {
	clear: both;
	float: left;
	width: 100%;
	height: 500px;
	position: relative;
	margin-bottom: 30px;
}

#featured {
	background: url("images/featured_background.gif") repeat-x 0 0;
	position: relative;
	float: left;
	margin-right: 30px;
	width: 660px;
	height: 440px;
	padding: 30px;
}

#featured  h2 {
	background: url("images/featured_headline.png") no-repeat 0 0;
	position: relative;
	display: block;
	height: 33px;
	width: 126px;
	line-height: 400px; /* damit die schrift aus der box draussen ist */
	overflow: hidden; /* damit der text der drau?en ist, nicht zu sehen ist */
	padding-bottom: 22px;
}

#featured .image {
	float: left;
	width: 400px;
	padding: 10px 0 0 2px;
}

#featured .text {
	float: left;
	width: 243px;
	padding: 25px 0 0 12px;
}

#featured .text p {
	padding: 0 0 15px 0;
	//font-size: 1.167em;
}

#work {
	background: url("images/work_background.gif") repeat-x 0 0;
	position: relative;
	float: left;
	width: 240px;
	height: 440px;
	padding: 30px;
}

#work  h2 {
	background: url("images/work_headline.png") no-repeat 0 0;
	position: relative;
	display: block;
	height: 33px;
	width: 126px;
	line-height: 400px; /* damit die schrift aus der box draussen ist */
	overflow: hidden; /* damit der text der drau?en ist, nicht zu sehen ist */
	padding-bottom: 5px;
}

#work ul li {
	padding: 10px 0 0 0;
	list-style-position: outside;
	list-style-type: none;
}

#work ul li ul {
	padding: 0 0 0 30px;
}

#work ul li ul li {
	padding: 0 0 0 0;
	list-style-position: outside;
	list-style-image: url("images/bullet.png");
}

#footer {
	clear: both;
	float: left;
	width: 1050px;
	height: 265px;
	position: relative;
}

#blog {
	background: url("images/blog_background.gif") repeat 0 0;
	position: relative;
	float: left;
	margin-right: 30px;
	width: 540px;
	height: 175px;
	padding: 30px;
}

#blog  h2 {
	background: url("images/blog_headline.png") no-repeat 0 0;
	position: relative;
	display: block;
	height: 33px;
	width: 126px;
	line-height: 400px; /* damit die schrift aus der box draussen ist */
	overflow: hidden; /* damit der text der drau?en ist, nicht zu sehen ist */
	padding-bottom: 22px;
}

#blog p a {
	color: white;
	position: absolute;
	top: 38px;
	right: 30px;
	//font-size: 1.167em;
	//text-decoration: none;
}

#blog .middle {
	padding: 0 26px 0 26px;
}

#contact {
	background: url("images/contact_background.gif") repeat 0 0;
	position: relative;
	float: left;
	width: 360px;
	height: 175px;
	padding: 30px;
}

#contact h2 {
	background: url("images/contact_headline.png") no-repeat 0 0;
	position: relative;
	display: block;
	height: 33px;
	width: 126px;
	line-height: 400px; /* damit die schrift aus der box draussen ist */
	overflow: hidden; /* damit der text der drau?en ist, nicht zu sehen ist */
	padding-bottom: 22px;
}

#contact .image {
	float: left;
	padding: 0 30px 0 0;
	width: 90px;
}	

#contact .text {
	float: left;
	color: white;
	width: 240px;
	padding-top: 20px;
}

#contact .text p {
	//color: white;
}
