/* -----------------------------------------------------------------------

	general settings

----------------------------------------------------------------------- */

/* body */
body { 
  	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#444444;
	text-align: center;
	
	
}
/*div { border: 1px solid #ff0000;´}*/
/* headers */
h1 {
	font-size: 72px;
	line-height: 72px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 56px;
}
h3 {
	font-size: 40px;
}
h4 {
	font-size: 13px;
	line-height: 20px;
	font-variant: small-caps;
	color: ##FFFFFF;
}
/* Font für die Projektseiten */
h5 {

}
h6 {
	font-size: 0px;
	line-height: 2px;
	color: #f5467a;
	
}
/* paragraph */
p {
	font-size: 13px;
	line-height: 20px;
	float: left;

}
/* hr */
hr {
	border: 0;
	height: 1px;
	background-color: #f5467a;
}
/* link design */

a {
	color: #444444;

}

a:hover {
	color: #444444;
	text-decoration:none;
}

a.text {
	color: #f5467a;
	text-decoration:none;	
	font-variant: small-caps;
	font-size: 15px;
	
}

a.text:hover {
	color: #ffffff;	
	background-color: #f5467a;
	text-decoration:none;
	font-variant: small-caps;

}

a.nav {
	color: #ffffff;
	text-decoration:none;	
}

a.nav:hover {
	color: #ffffff;	
	text-decoration:none;
}

a.link {
	color: #ffffff;
	text-decoration:none;	
}

a.link:hover {
	color: #ffffff;	
	text-decoration:none;
	background-color: #f5467a;

}

.clearLeft {
	clear: left;

}

/* -----------------------------------------------------------------------

	container settings

----------------------------------------------------------------------- */
#navigation {
	width: 600px;
}

#navigation ul li{
	list-style-type: none;
	float: left; /* die elemente sollen nebeneinander stehen */
	margin-right: 5px; /* abstand rechts zum nächsten element */
	line-height: 14px;
}

#navigation a {
	color: #f5467a;
	text-decoration: none;
	font-variant: small-caps;


}
#navigation a:hover {
	color: #ffffff;
	background-color: #f5467a;
	text-decoration:none;
	font-variant: small-caps;
	

	}
	
#content {
	position: absolute;
	text-align: left;
	top: 50px;
	left: 15%;
	right: 15%;
	height: 600px;
	width: 900px;
}
#contentText {
	width: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	float: left;
}
#contentMedia {
	float: right;
	
}
.media {
	width: 660px;
}

.project-name {
	text-align:center;
	height: 100px;
	width: 180px;
	float: left;
	}
	

