/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	background-color: #ece8e0;
}

div, p, ul, dl, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	margin-top: 0px;
}

dt { font-weight: bold; }
dd { margin-bottom: 5px; }

h1, h2, h3, p, ul, blockquote { margin-top: 0px; }

h1 {	font-family: Arial, Helvetica, sans-serif; font-size: 18px;
		font-weight: normal; color: #6c6e71; letter-spacing: -1px; }

h2 {	font-family: Arial, Helvetica, sans-serif; font-size: 15px;
		font-weight: bold; color: #6c6e71; }

ul {
	list-style-image: url(../img/bullet.gif);
}

li {
	margin-bottom: 10px;
}

A {
	color: #bd0073; color: #6c6e71;
}

A:HOVER {
	color: #b8d354; color: #000000;
}


.outerWrap {
	margin-left: auto;
	margin-right: auto;
	width: 983px;
	border: 1px solid #ffffff;
	background-color: #dad2c2;
}

.Inhalt {
	clear: both;
}

.contentWrapLeft {
	float: left;
	width: 263px;	
}

.contentWrapRight {
	float: left;
	width: 718px; 	
	text-align: left;
	border-left: 1px solid #ffffff;
}


.clearer { clear: both; }

.lftColIllustration {
	border-bottom: 1px solid #ffffff;
}

.lftColNavBar {
	background-color: #c2b59e;
	border-bottom: 1px solid #ffffff;
	height: 38px;
}

.lftColLeftColumn {
	float: left;
	width: 28px;
}

.lftColContentColumn  {
	float: left;
	width: 690px;
	text-align: left;
	border-left: 0px solid #ffffff;	
	padding-bottom: 20px;
}

.lftColSubNavBar {
	border-bottom: 1px solid #ffffff;
	height: 47px;
	text-align: left;
}

.lftColContentInnerWrap {
	padding: 20px;
	padding-top: 50px;
}

.logoBox {
	height: 148px;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}

.emptyBox {
	height: 38px;
	width: 100%;
	background-color: #c2b59e;
	border-bottom: 1px solid #ffffff;
	text-align: left;
}

.profession {	margin-left: 22px; padding-top: 3px; font-weight: normal;
				font-size: 12px; letter-spacing: 1px; line-height: 15px; color: #000000; }


.hl { color: #6c6e71; }

.address {
	background-image:url(../img/bigbullet.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 10px;
}


/* 	citate
	------------------------------------------------------------------------------- */
.citate 		{	text-align: right; margin-right: 20px; }






/* 	Footer
	------------------------------------------------------------------------------- */
.footer 		{	margin-left: auto; margin-right: auto; width: 983px;
					padding-bottom: 20px; text-align: left;	font-size: 11px; }
.footer a		{	margin-left: 20px; text-decoration: none; color: #6c6e71; }
.footer a:hover	{	font-style: italic; }			





/* 	Navigation
	------------------------------------------------------------------------------- */
.navigation 			{ text-align: left; margin-top:60px;	}
.navigation a 			{ text-decoration: none; color: #6c6e71; font-weight: bold; }
.navigation a:hover 	{ font-style: italic; }
.active					{ font-style: italic; }
.navigation ul 			{ list-style-image: url(../img/bullet.gif); }
.navigation ul ul 		{ list-style-type: none; list-style-image: none;
					  	  margin-left: 0px;	padding-left: 20px; margin-top: 5px; }
.navigation ul ul li	{ line-height: 100%; }					 
