/* CSS Document */

* {
	padding:0;
	margin:0;
	

}

body {
	background-color:#FFF;
}

h1 {
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", Arial, sans-serif;
	font-size:45px;
	letter-spacing:-1px;
	font-weight:300;
	display:block;

}

h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
	
}

h4 {
	font-size:12px;
	font-weight:bold;
}

#team h3,
#upcoming h3 {
	clear:both;
}

#team #profilbild,
#team .profilbild,
#team .profilbild {
	width:150px;
	height:150px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}

#team .profilbild{
	opacity: 0.6;
}

h1 a {
	text-decoration:none;
	color:#222;
}

h2 {
	display:none;
}


p {
	margin-bottom:20px;
}

#titel {
	height:60px;
	width:330px;
	background-image:url(img/dj_logo_2x.gif);
	text-indent:-9999px;
	background-position:left;
	background-repeat:no-repeat;
	background-size: 330px 60px;
	margin:0 0 40px 4px;
}

#titel a {
	display:block;
	height:60px;
	width:330px;
	overflow:hidden;
}

#frame {
	width:880px;
	margin:30px 30px;
}


#contact div {
	float:left;
	width:240px;
}

#contact h4 {
	clear:left;
	width:100px;
}


.navi {
	position:absolute;
	text-transform:uppercase;
	font-size:12px;
	top:130px;
	left:30px;
}

.navi2 {
	position:absolute;
	top:0;
	left:140px;
	width:200px;
	text-transform:none;
	font-size:12px;

}


.navi li {
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#888;
	padding:3px 0;
}

.limargin {
	margin-top:15px;
}

.navi li a {
	text-decoration:none;
	color:#000;
	padding:3px 5px;
	
}


.navi li a:hover,
.navi li a:active,
.navi li .aktiv {
	color:#000;
	background-color:#ffe900;
}




#latest,
#login {
	margin-left:180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:19px;
}

#about,
#clients,
#services,
#contact,
#imprint {
	margin-left:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:19px;
}

#contact a,
#imprint a,
.item p a,
p a {
	color:#000;
	background:none;
	text-transform:none;
	text-decoration:underline;

}

#contact a:hover,
#imprint a:hover,
.item p a:hover {
	background-color:#ffe900;
}


#services ul {
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
}



#team,
#upcoming {
	margin-left:330px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:19px;
}


.item {
	margin-bottom:20px;
}


.item a {
	color:#FFF;
	background-color:#888;
	padding:2px 3px;
	text-decoration:none;
	text-transform:uppercase;
}

.item a.blocklink{
	padding: 0px 3px;
	float: left;
	margin-left: 320px;
}

.item a:hover {
	background-color:#ffe900;
	color:#000;
}

.item img {
	float:left;
	margin-right:20px;
}

#team .item img,
#upcoming .item img {
	width:150px;
	height:100px;
}

#latest .item img {
	width:300px;
	height:200px;
}


fieldset {
	border:0;
}

#latest .item p {
	float:left;
	width:370px;
}

#team .item div,
#upcoming .item div {
	float:left;
	width:380px;
}

#login label {
	float:left;
	clear:left;
	width:80px;
}

#login input {
	border:1px solid #666;
	margin-right:30px;
}

#login input#button {
	border:0;
	padding:0 3px;
	text-transform:uppercase;
}

#login input#button:hover {
	color:#000;
	background-color:#ffe900;
}

#switchLang {
	color:#808080;
}