body{
	color: #434343;
	font-family: 'Yanone Kaffeesatz', /*Helvetica,*/ sans-serif;
	margin: 0;
	padding: 0;
/*	position:absolute;*/
	width:100%;
	min-height:100%;
	min-width: 500px;
	overflow: visible;
}

body,h1,h2,h3,p{
	color: #09445F;
}



div#top, div#quote{
	/*background-color: #fefff4;*/
	padding: 30px 0 0 0;
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


div#top{

	height: 50px;
	padding: 0;/*  30px 15% 0 15%;*/

}

div#top p{
	font-size: 1.4em;
	font-weight: 300;
	margin: 0;
}


nav,footer{
	color: #000;
	text-align: center;
	background-color: #fff;
	width:  100%;/*
	margin: 20px auto 0 auto ;*/
	padding: 2px 0 2px 0;	
	text-align: center;
	clear: both;
}

div#quote{
	background-color: #FFF;
	border-bottom: 5px solid #101072;
	font-size: 1.8em;
	font-family: Georgia, serif;
	margin-bottom: 50px;
	padding: 1px 0 0 1px;
	text-align: center;
	}

.mainphoto{
	margin-top: 100px;
	background-color: #000;
	/*background-image: url("../img/werdegang.jpg") ;*/
	background-image: url("/img/welcome.jpeg");
	background-repeat: no-repeat;
	background-position:center bottom;
	background-size: 600px auto;
	border-top: 1px solid #101072;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	/*margin-bottom: 80px; /* needed to preserve footer distance *!/*/
	width:90%;
	/*width: 100%;*/
/*	<img  src="img/werdegang.jpg" width="800" />*/
}
.largephoto img{
/*	max-height: 300px;*/
	max-width: 1200px;
	width: 100%;
}

.articlephoto img{
 	width: 200px;
 	clear: left;
 	float: right;
 	margin: 0 0 20px 20px;
 	padding: 0;
}

img.headphoto{
	float: left;
	margin-right: 3%;
	width: auto;
	height: 120px;
}

nav{
	display: none;
}

article{
	background-color: #FFFFFF;
	border-top: 1px solid #101072;
	font-weight: 300;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	padding-top: 20px;
	overflow: visible;
	width: 90%;
}

article p{
	font-size: 1em;
	line-height: 1.4em;
}

article li{
	font-size: 1em;
	line-height: 1.1em;	
	margin: .6em;
}



h1 a{
	color: #101072;
	display: block;
	font-family: Times, Georgia, serif;
	font-size: 1.2em;
	font-weight: 200;
	margin: 30px 0 0 0;
	opacity:0.8;
	padding: 0;
	text-decoration: none;	
	text-align: left;
	width: 100%;
}
head p{
	font-weight: 200;
	font-family: 'Yanone Kaffeesatz', /*Helvetica,*/ sans-serif;
	margin: 0;
	padding: 0;
}

h2{
	font-size: 1.6em;
	font-weight: 300;	
	color:  #54015c;
	margin: 1em 0 0 0;
	width:  100%;
	padding: 0;
/*	border-bottom: 1px dotted #101072;*/
}

h3{
	font-weight: 300;
	font-size: 1.3em;
	font-weight: normal;
	margin: 2.5em 0 0 0;
	text-align: center;
}
 
 



/* Table layouts */
table{
	width:  100%;
	margin: 10px auto 10px auto;
 	border-bottom: 2px solid #001F28;
 	border-top: 2px solid #001F28;	 
 	font-size: 1.2em;
 	text-align: center;
}

th{
 	border-bottom: 1px solid #000;
 	padding: 0.5em;
}

tr{
	width: 33%;
 	padding: 1em;
}

td{
	padding: 0.2em;
}

.indent{
	text-indent: -6em;
	padding-left: 6em;
}

footer{
	border-top: 1px solid #515151;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	
}

footer p{
	color: #515151;
}

label{
		display: none;
}



div#mail{
	display: none;
	background-color: #000;
}
