* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	top: auto;
}
#wrapper #logo {
	height: 100px;
	background-color: #0F6;
	width: 800px;
}
#shadow #wrapper #logo #logologo {
	background-color: #FFF;
	height: 100px;
	width: 400px;
	float: left;
}
#shadow #wrapper #logo #languageflags {
	background-color: #FFF;
	height: 100px;
	width: 400px;
	float: right;
	text-align: right;
	vertical-align: text-bottom;
}



#wrapper #logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #nivagation {
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/navbar_bg.jpg);
	background-repeat: no-repeat;
}
#shadow #wrapper #logo #flags {
	background-color: #C33;
	height: 100px;
	width: 400px;
}

#wrapper #headerImg {
	height: 250px;
	background-image: url(../images/webdesignimg.jpg);
	background-repeat: no-repeat;
}
#wrapper #headerImg_studio {
	height: 250px;
	background-image: url(../images/studio.jpg);
	background-repeat: no-repeat;
}
#wrapper #headerImg_welcome {
	height: 250px;
	background-image: url(../images/welcome.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#wrapper #headerImg_komposition {
	height: 250px;
	background-image: url(../images/komposition.jpg);
	background-repeat: no-repeat;
}
#wrapper #headerImg_referenzen {
	height: 250px;
	background-image: url(../images/referenzen.jpg);
	background-repeat: no-repeat;
}
#wrapper #headerImg_projektbetr {
	height: 250px;
	background-image: url(../images/projektbetreuung.jpg);
	background-repeat: no-repeat;
}



#wrapper #headerImg_grades {
	height: 250px;
	background-image: url(../images/grades.jpg);
	background-repeat: no-repeat;
}
#wrapper #headerImg_mastering {
	height: 250px;
	background-image: url(../images/mastering_img.jpg);
	background-repeat: no-repeat;
}



#wrapper #bodyArea #left {
	width: 550px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 250px;
	float: right;
	background-color: #CCCCCC;
	font-size: 14px;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 20px;
	text-transform: none;
	font-style: normal;
}
#shadow {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	background-repeat: repeat-y;
	top: auto;
}
