@charset "utf-8";
/* CSS Document */

*			{
			margin:0px;
			padding:0px;
			border:0px;
			}
			
html {min-height:101%; /*Firefox scrollbar fix*/ }

			
body		{
			font-family: Arial, Helvetica, sans-serif;
			font-size:0.8em;
			background-color:#fff;
			color:#000000;
			}
			
			
			
#wrapper	{
			width:960px;
/*			height:670px;*/
			position:absolute;
			left:50%; /* Um die Hälfte der Breite nach links schieben */
			margin-left:-480px; /* Um die Hälfte der Breite nach links schieben */
/*			top:50%;  Um die Hälfte der Höhe nach oben schieben 
			margin-top:-335px;   Um die Hälfte der Höhe nach oben schieben */
			background-color:#d1b7ab;
/*			vertical-align: middle;*/
/*			border:1px dotted red; */
			}
			

			
#navigation		{
			width:910px;
			height:60px;
			float:left; 
			background-color:#6c2926;
/*			margin: 0px 0px 0px 0px;*/
/*			border:1px solid green;*/
			}
						
#navigation ul li		{
			list-style:none;
			float:left; 
/*			list-style-image: url(../images/linie.gif);*/
			margin:20px 10px 0px 65px;
/*			border:1px solid green;*/
			}
			
#navigation ul li a 	{
			text-decoration:none;
			color:#ffffff;
			font-size:12px;
			}
			
#navigation ul li a:hover	{
			color:#d1b7ab;
			}
			
#navigation ul li a.active		{
			color:#d1b7ab;
			}
			
#sprache	{
			width:50px;
			height:55px;
			margin: 0px 0px 0px 910px;
			padding-top:5px;
			background-color:#6c2926;
/*			border:1px solid blue;*/
			}
			
#contentlinks	{
	width:400px;
/*	height:400px;*/
/*	border:1px solid blue;*/
	float:left;
	margin: 40px 0px 0px 20px;
			}
			
#contentrechts	{
	width:490px;
/*	height:400px;*/
/*	border:1px solid black;*/
	margin: 40px 0px 0px 440px;
	}
			

			
#b-index #n-index a,
#b-interim #n-interim a,
#b-beratung #n-beratung a,
#b-uebermich #n-uebermich a,
#b-veroeffentlichungen #n-veroeffentlichungen a,

#b-publications #n-publications a,
#b-contact #n-contact a,
#b-about_me #n-about_me a,
#b-consulting #n-consulting a,
#b-interim_e #n-interim_e a,
#b-index_e #n-index_e a,

#b-kontakt #n-kontakt a {
  color: #d1b7ab;
/*  font-weight:bold;*/

}

			
			

			

			
#contentlinks ul li		{
			margin:0px 0px 5px 15px;
/*			border:1px solid green;*/
			}
			

#contentrechts ul li		{
			margin:0px 0px 5px 15px;
/*			border:1px solid green;*/
			}			
		

			
			
#clear		{
			clear:both;
			}
					
#footer		{
			width:900px;
			height:40px;
			background-color:#6c2926;
			color: white;
			margin-top: 15px;
			padding: 30px;
			text-align:right
}
			

.weiss	{ font-size: 90%;}
.weiss a:link { color: white; text-decoration:none;}
.weiss a:visited { color: white; text-decoration:none;}
.weiss a:hover { color: white; text-decoration:underline;}
.weiss a:active { color: white; text-decoration:underline; }



.fliess 		{

			font-size: 100%;
			line-height:150%;
}
				
				
.head 			{
			margin-bottom:10px;
			font-size:130%;
			line-height:110%;
			color: #BD614A;
			}	
			
.headschwarz 			{
			font-size:130%;
			line-height:130%;
			color: #6c2926;
			}	
			
		
			
				
p 		{
  			margin-bottom: 1em ;
/*			font-size: 90%;*/
/*			border:1px solid yellow;*/
}

.fliessklein 		{

			font-size: 80%;
			line-height:110%;
			text-align:justify;
			
}

.zitat 		{

			font-size: 140%; color: #bd614a;
}

a:link { color: #6c2926; text-decoration:none;}
a:visited { color: #6c2926; text-decoration:none;}
a:hover { color: #6c2926; text-decoration:underline;}
a:active { color: #6c2926; text-decoration:underline; }


hr {
  background-color:#590303;
  color:#6c2926;
  height:1px;

}


img.links {float: left; margin-top: 0.0em; margin-bottom:10px; margin-right: 10px; }
img.rechts {float:right; margin-top: 0.0em; margin-bottom:10px; margin-left:10px; }
