body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background-color:#3c3c3b;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color:3c3c3b;
}

h1 {
	font-wight:bold;
	font-size:14px;
	color:#FF0000;	
}

h2 {
	font-wight:bold;
	font-size:12px;
	color:#000;	
}

strong {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

#wrapper {
	min-height: 600px;
	width: 1000px;
	margin: 0 auto;
	border:1px solid #FFF;
	background-color:#FFF;
}

#header {
	background-color:#FFF;
	width: 1000px;
	height: 233px;
}

#logo {
	padding-top:130px;
	float:left;
}

#left {
	width: 280px;
	height:567px;
	float:left;
}

#left-text{
	padding-left: 15px;
	padding-top: 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	width:180px;
}

#text {
	margin-left:302px;
	width:615px;
	padding-top:10px;
	min-height: 600px;
	
}

.info-box {
	margin-left: 20px;
	margin-bottom: 20px;
	border: thin solid #3c3c3b;
}

.info-box.first {
	/*margin-top: 13px;*/
	margin-top: 44px;
}

.info-box .info-header {
	padding: 3px 5px;
	background-color:#E2001A;
	font-weight: bold;
	/*color:#242424;*/
	color: #FFF;
	border-bottom: thin solid #3c3c3b;
}

.info-box .info-content {
	padding: 5px;
}

a:link {
	color: #3c3c3b;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;	
}

a:hover {
	color: #BBB;
	font-size: 12px;
	text-decoration: none;	
}	

a:active {
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;	
}

#menu {
    font-size: 11px;
	font-weight:bold;
    width: 615px;
	padding-left:302px;
	padding-top:205px;
}

#footer {
	background: url(links/bottom.png) no-repeat;
	height:35px;
	width:1000px;
	margin-left:0px;
}

.standard {
	background: url(links/head-standard.png) no-repeat;		
}
  
.seminare {
	background: url(links/head-seminare.png) no-repeat;		
}

.einzel {
	background: url(links/head-einzel.png) no-repeat;		
}

.unternehmen {
	background: url(links/head-unternehmen.png) no-repeat;		
}

.burnout {
	background: url(links/head-burnout.png) no-repeat;		
}

.coaching {
	background: url(links/head-coaching.png) no-repeat;		
}

.bild {
	margin-right: 10px;	
}

</style>