body
{
	margin: 0 auto;
}


.wrapper
{
	width: 900px;
	height: auto;
	background-image: url(../images/home.jpg);
	text-align: center;
	display: table-cell;
	margin: 0 auto;

}
.nav-bar
{
	width: 900px;
	height: 40px;
	background-image: url(../images/namenlos2.jpg);
	background-repeat: repeat-x;
}




.welcome-text1
{
	font-family: tahoma;
	font-size: 26pt;
	color: #FFFFFF;	
}

.welcome-text2
{
	font-family: tahoma;
	font-size: 10pt;
	color: #FFFFFF;
	padding-top: 10px;
	line-height: 16px;
}

.news-bar
{
	width: 900px;
	height: 560px;

}



.project-text-holder
{
	float:left;
	width: 370px;
	height:70px;
	text-align: justify;
	margin-left: 40px;
	margin-top: 15px;
}
.project-text-holder-top
{
	float:left;
	width: 370px;
	height:100px;
	text-align: justify;
	margin-left: 40px;
	margin-top: 25px;
	margin-bottom:25px;
}
.title-text
{
	font-family: tahoma;
	font-size: 14pt;
	color: #FFFFFF;	
}


.nav-button
{
	float: left;
	width: 125px;
	text-align: center;
	font-family: tahoma;
	font-size: 14pt;
	color: #989898;
	margin-top: 8px;
}



a.nav:link {color: #000000; text-decoration: none; }
a.nav:visited {color: #0372ff; text-decoration: none; }
a.nav:hover {color: #000000; text-decoration: none; cursor: pointer; }
a.nav:active {color: #6e6e6e; }
