body {   
	color:#868686;
    font-family:sans-serif;
    font-size:13px;
    margin:0;
    padding:0;	
	background:url("../gfx/bg.jpg") repeat #FFF ;	
	text-shadow: 1px 1px 0 #FFFFFF;	
	}
		 
.main{		
	width:1000px;	
	margin:auto;		
	padding:20px;
	}	
	
.picture{
	float:left;	
	width:350px;
	}
	
.container {
	float:left;
	width:650px;	
	}
	
.clear {
	clear:both;	
	}	
	
img{border:0px;
	
	}	
	
	a:focus {
    outline: none;
}
	
/* ##################       HEADER       ###############*/	
	
.header {	
	border-bottom:1px solid #bdc1c8;
	height:210px;
	}	
	

.logo{	
	float:left;	
	height:150px;
	padding-top:30px;
	width:300px;	
	}
	

.pSocial{
	
	padding:0px;
	margin:0px;
	padding-right:7px;
	text-align:right;
	word-spacing:2px;
	
	}


.social{	
	float:right;	
	padding-top: 30px;
	width:300px;	
	text-align:right;
	}	

.socialLink{
	padding-right: 5px;
	padding-top: 10px;
	}

.socialLink:hover{	
			-moz-opacity: 0.70;
		-khtml-opacity: 0.70;
		opacity: 0.70;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
		filter:alpha(opacity=70);
		  transition: all 0.3s linear 0s;
	}	
	
	
.socialLinkRight:hover{	
			-moz-opacity: 0.70;
		-khtml-opacity: 0.70;
		opacity: 0.70;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
		filter:alpha(opacity=70);
		  transition: all 0.3s linear 0s;
	}	
	
.nav{	
	float:left;	
	list-style:none;
	margin:0px;
	padding:0px;	
	}

.liNav{
	float:left;	
	display:block;
	font-size:18px;
	padding-right:30px;
	font-weight:lighter;	
	}


.nav a{
	color:#868686;
	  transition: all 0.3s linear 0s;
	}

.nav a:hover{
	color:#0054b2;		
	  transition: all 0.3s linear 0s;
	}

.liNavAktive{
	color:#0054b2 !important;
	float:left;	
	display:block;
	font-size:18px;
	padding-right:30px;
	font-weight:lighter;	
	  transition: all 0.3s linear 0s;
	}


/* ##################       INHALT       ###############*/	

.mainContent{
	padding:20px;	
	}	
	
.mainColRight	{	
	width:290px;
	float:right;
	text-align:justify;	
	line-height:150%;	
	}
	
	
.mainColLeft	{	
	width:290px;
	float:left;
	text-align:justify;	
	line-height:150%;	
	}	
	
.mainImg {
	background:#FFF;
	padding:6px;
	border:1px solid #bdc1c8;
	margin-top:20px;	
	}	
		

.pLink{
	 text-align:center;	
	 margin-bottom:30px;	
	}


p{ 
line-height: 150%;
text-align: justify;
	}

h4 {
	 text-align:center;	
	 font-size: 14px;
	 margin-bottom: 0px;
    margin-top: 10px;
	}


p a{
	color:#0054b2;
	text-decoration:underline;
	text-align:center;	
	}

p a:hover{
	color:#868686;		
	}
	
	
	
/* ##################       PERSON       ###############*/	
	
	
h3 {
	 text-align:left;	
	 font-size: 14px;
	 margin-bottom: 0px;
	 padding-bottom:0px;
     margin-top: 16px;
	 border-bottom:1px solid #bdc1c8;	
	}	
	
.pPerson{
	margin-top:2px;
	 text-align: left;	
	}	
	

.h4Mich{
	padding-top:20px;	
	}
	
	
	
	
	
	
	
/* ##################       KONTAKT       ###############*/	




.mainImgKontakt {
	background:#FFF;	
	border:1px solid #bdc1c8;	
	margin-left: 55px;
    margin-top: 17px;
    padding: 4px;
	  transition: all 0.3s linear 0s;
	}
	
		
.mainImgKontakt:hover{	
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter:alpha(opacity=70);
	  transition: all 0.3s linear 0s;
	}	
	
		
	
/* ##################       FOOTER       ###############*/	


.footer{	
border-top:1px solid #bdc1c8;
	height:80px;
	width:1000px;
	padding:20px;	
	margin:auto;	
	}	


.footerLeft{
	float:left;
	}	
	

.footerRight{
	float:right;
	}	
	
	
.footerRight a{
	color:#868686;
	text-decoration:none;
	}

.footerRight a:hover{
	color:#0054b2;		
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	