
/*nav----------------------------------------------------------------------------GLOBAL*/
body {
			margin: 0;
			padding:0;
			background: #FFFFFF;
			height: 100%;
			
	}
#wrapper {
			width:1020px;
			margin:0 auto;
			font-size: 62.5%;
			font-family: "Bauhaus 93", Helvetica, sans-serif, Helvetica, sans-serif;
			color: #5e5a5a;
			
		
}
.clear{
			clear: both;
}	
.right {
	float: right;
}
.left {
	float: left;
}
a {
			text-decoration:none;
			color: #5e5a5a;
			
}
a:hover {
			color: 	#42bba3;		
}
/*-----------------------------------------------------------------------------------NAV*/
		
		ul.nav {
			list-style-type: none;
			text-align: center;
			padding:0;
			margin: 0;
			margin-top:10px;
		}
		ul.nav li{
			display: inline;
		
		}
		ul.nav a{
			padding: 0 25px 0 25px;	
			font-size: 2em;
			font-family: Rockwell,"Bauhaus 93", Helvetica, Arial, sans-serif; 
			text-decoration: none;
			line-height: 1em;
		}
	
/*-------------------------------------------------------------------------------------HEADER*/
		.header {
			font-family: "Bauhaus 93", Helvetica, sans-serif;
			font-size: 4em;	

}		
/*-------------------------------------------------------------------------------------INDEX*/
		.gallerycontainer {
			float: left;
			width: 1020px;
			text-align: center;
			margin-top: 60px;
			}
		.gallerycontainer img{
			width: 520px;
			height:420px;
		}
		
		.name{
			font-size: 6em;
			line-height: 1em;
			margin:0;
			padding:0;
			text-align:center;
			margin-top: 10px;
			margin-bottom: 5px;
		}
	
/*-----------------------------------------------------------------------------------PROJECTS*/
		#ProjleftColumn {
			float: left;
			width: 600px;
			padding-left:265px;
		}

		.project {
			float: left;
			border:none;
			padding:0px;
			margin: 10px;
			font-family: Rockwell, Helvetica, sans-serif;
			font-size: 1.2em;
			text-align: justify;
		}
	
		.photo img{
			vertical-align:middle;
		}
		.project img a{
			border:none;
		}
		
		
/*news-----------------------------------------------------------------------------------NEWS*/
		
		#NewsleftColumn {
			width: 600px;
			margin: 20px auto;
		}
		
		.news {					
			width: 600px;
			margin: 20px auto;
			font-family: Rockwell, Helvetica, sans-serif;
			font-size: 1.4em;

		}
		.news img {
			width: 300px;

		}
		.calender{
			padding: 10px;
			margin-bottom: 40px;
		}
		.calender img {
			
			margin: 10px;
			width: 300px;
		}
		.headline {
			font-size: 1.6em;	
		}


		
/*CV-----------------------------------------------------------------------------------CV*/
		#cvtext{
			width: 700px;
			margin:0px auto;
			font-size: 1.2em;
			font-family: "Century Gothic", Helvetica Neue, Helvetica, sans-serif; 
			background-color:white;
			color:black;
			margin-left: 20px;
			margin-bottom: 50px;
			padding: 10px;
			padding-left:20px;
			padding-right:120px;
		}		
		
		#cvtext .header {
			float: right;
		}
		#cvtext strong {
			font-weight: 900;
			font-size: 1.2em;
		}
		.kgName {
				font-family: Rockwell, Helvetica, sans-serif;
				font-size: 2em;

		}
		.showTitle{
			padding-left: 40px;
		}
		.showVenue{
			margin-left: 5px;
		}
		#pdf{
			font-family: "Century Gothic", Rockwell, Helvetica, sans-serif; 
			margin-bottom: 30px;
		}
		#pdf a{
			color: black;
			text-decoration: none;
		}
		#pdf a img {
			border: none;	
		}
		
	
				
		
/*footer-----------------------------------------------------------------------------------FOOTER*/
		#footer {						
			font-family: "Century Gothic", Rockwell, Helvetica, sans-serif;
			font-size: 1.2em;
			margin-left: 80px;
			clear: both;
		}
		




