/***--------------- START -------------------------***/
body {
	background-color: #000000;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#container{
	width: 924px;
	height: 668px;
 	position: absolute;
 	left: 50%;
	margin-left: -462px;
	background: url(bg.jpg);
}
#content_container{
	width:660px;
	height: 400px;
	position: absolute;
	left:50%;
	margin-left: -330px;
	top:160px;
	background: url(content_bg.png);
}
#header{
	width: 610px;
	height:60px;
	margin-top:25px;
	margin-left:21px;
}
#content{
	width:580px;
	height:240px;
	margin-left:21px;
	padding-left: 15px;
	padding-right: 15px;
}
#footer{
	width: 610px;
	height: 50px;
	margin-left:21px;
}
a{
color: #66FFCC;
	text-decoration: none;
}
a:hover{
	color: #66FFCC;
	text-decoration: underline;
}
/*----------------------------*/


/***------------------ Kleinigkeiten -----------***/
h2{
	font-size: 14px;
}

h2.headline{
	padding: 10px;
}

#image{
	border:2px solid #66FFCC;
}

table{
	width:173px;
}
/*----------------------------*/

/***--------------- FOOTER --------------***/
#footer ul{
	position:absolute;
	bottom: 30px;
	right: 40px;
	list-style:none;
}
#footer li{
	display:inline;
	border-left: 1px solid #FFFFFF;
	padding-left:7px;
	padding-right:5px;
}
#footer li.first{
	border-left: none;
}
#footer a.act, #footer a.act:hover{
	color:#66FFCC;
}
#footer a{	
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
/*----------------------------*/


/***------------------- COLUMS 1-3 --------------------***/
#colum1{
	width:173px;
	padding-left:10px;
	padding-right:10px;
	max-height: 240px;
	overflow:hidden;
}
#colum2{
	width:173px;
	padding-left:10px;
	padding-right:10px;
	max-height: 240px;
	overflow:hidden;
	position:absolute;
	left: 229px;
	top: 85px;
}
#colum3{
	width:173px;
	padding-left:10px;
	padding-right:10px;
	max-height: 240px;
	overflow:hidden;
	position:absolute;
	left: 422px;
	top: 85px;
}

#colum2 li, #colum3 li{
	font-size:12px;
}
/*------------------------------*/


/***------------------- PROJECTS -------------------***/
#projects_container{
	width: 340px;
	height: 200px;
}
#projects{
	float:left;
	margin: 2px;
	border:2px solid #66FFCC;
	width: 60px;
	height: 60px;
	text-decoration:none;
}

#projects img{
	border:none;
}

/* - - - - - - kleine ansicht der projekte - - - - - - - */
#projects_small{
	float:left;
	margin: 2px;
	border:2px solid #66FFCC;
	width: 30px;
	height: 30px;
}
#projects_small img{
	border:none;
}
#projects_studium{
	float:left;
	margin: 2px;
	border:2px solid #66FFCC;
	width: 60px;
	height: 60px;
}
#projects_studium img{
	border:none;
}
/* - - - - - ausfuehrliches Projekt- - - - - - */
#project{
	width:340px;
	height:240px;
}

#project img{
	border: 2px solid #66FFCC;
}

#project_info{
	width:340px;
	font-size: 11px;
	color: #FFFFFF;
}

#overview{
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	width:340px;
	min-height:15px;
	margin-bottom: 3px;
}

#overview a:active, #overview a:link, #overview a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#overview a:hover{
	color: #66FFCC;
	text-decoration: none;
}
/*--------------------------------------------*/


/***-------------------- CONTACT ----------------------***/
#contact_container{
	font-size: 12px;
	width:500px;
	height:240px;
}

textarea{
	width:170px;
	height:139px;
}

.send{
	color:#FFFFFF;
	background-color:transparent;
	border:none;
}

.input{
	margin-bottom:5px;
	margin-top:2px;
	background-color: #888888;
	border: 1px solid #66FFCC;
	width: 170px;
}
/*-------------------------------------*/


