@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background: url(../images/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
}
img {
	border-style: none;	
}
h3 {
	margin-bottom: 8px;	
}
input {
	width: 150px;
}
textarea {
	width: 250px;
}
#floater {
	position:relative;
	float:left;
	height:50%;
	margin-bottom:-350px;
	width:1px;
}
#centered_outer {
	position:relative;
	clear:left;
	height: 700px;
	width: 100%;
	text-align:center;
	margin: 0;
	padding: 0;
	background: url(../images/centered_bg.gif);
}
#centered {
	height: 660px;
	width: 1000px;
	margin:0 auto;
	text-align: left;
}
#header {
	height: 120px;
	padding: 10px;
}
#navigation {
	height: 25px;
	color: #FFF;
	margin-bottom: 40px;
}
#navigation a:link {
	color: #FFF;
	text-decoration: none;
}
#navigation a:visited {
	color: #FFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #d4d700;
	text-decoration: none;
}
#navigation a:active {
	color: #d4d700;
	text-decoration: none;
}
#navigation ul {
	list-style: none;
	display: inline;
}
#navigation ul li {
	float: left;
	margin: 3px;
	padding-right: 30px;
}
#content {
	height: 350px;
	margin-bottom: 65px;
}
#text {
	padding-top: 250px;
	color: #FFF;
	padding-left: 238px;
}
#text_kontakt {
	padding-top: 50px;
	color: #FFF;
	padding-left: 238px;
}
#text a:link {
	color: #d4d700;
	text-decoration: none;
}
#text a:visited {
	color: #d4d700;
	text-decoration: none;
}
#text a:hover {
	color: #fdff72;
	text-decoration: none;
}
#text a:active {
	color: #fdff72;
	text-decoration: none;
}
#footer {
	height: 40px;
	color: #FFF;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #d4d700;
	text-decoration: none;
}
#footer a:active {
	color: #d4d700;
	text-decoration: none;
}
#clientslist {
	float: left;
	width: 250px;
	height: 347px;
	padding-top: 3px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #fff;
	color: #333;
	font-size: 0.9em;
}
#clientslist ul{
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
}
#clientslist a:link {
	color: #333;
	text-decoration: none;
}
#clientslist a:visited {
	color: #333;
	text-decoration: none;
}
#clientslist a:hover {
	color: #d4d700;
	text-decoration: none;
}
#clientslist a:active {
	color: #d4d700;
	text-decoration: none;
}

/* Classes */
.addresblocks {
	width: 230px;
	float: left;
	margin: 2px;
}
.index {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
}
.studio {
	background-image: url(../images/studio.jpg);
	background-repeat: no-repeat;
}
.bio {
	background-image: url(../images/bio.jpg);
	background-repeat: no-repeat;
}
.zumanschauen {
	background-image: url(../images/zumanschauen.jpg);
	background-repeat: no-repeat;
}
.zumkaufen {
	background-image: url(../images/zumkaufen.jpg);
	background-repeat: no-repeat;
}
.projekte {
	color: #333;
	background-color: #FFF;
	width: 700px;
	float: left;
}
.green {
	color: #d4d700;
}
.projekte_logos {
	width: 299px;
	height: 298px;
	padding: 25px;
	float: left;
	border-right: dotted thin #000;
}
.projekte_text {
	width: 299px;
	height: 300px;
	padding: 25px;
	float: left;
	border-right: dotted thin #000;
}
.projekte_text a:link {
	color: #333;
	text-decoration: none;
	border-bottom: dashed #333 thin;
}
.projekte_text a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: dashed #333 thin;
}
.projekte_text a:hover {
	color: #000;
	text-decoration: none;
}
.projekte_text a:active {
	color: #000;
	text-decoration: none;
}
.pfeiloooo {
	background-image: url(../images/pfeiloooo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-bottom: 20px;
}
.clr {
	clear: both;
}
.kontakt_left {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 100px;
	padding-top: 5px;
}
.kontakt_right {
	float: left;
}
