@CHARSET "ISO-8859-1";

body {
	margin: 0;
	text-align: center; /* Zentrierung im Internet Explorer */
	background-color: #0E3465;
	color: #6587AD;
	font-family: 'Times New Roman', Times, serif;
}

/* Platzhalter */
#hspace {
	width: 40px;
	height: 1px;
	float: left;
}

/* Mittlere Spalte */
div#center {
	float: left;
}

#page {
	/*width: 1024px;*/
	/*height: 800px;*/
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	
}

/* Kopfzeile */
div#header {
	width: 841px;
	height: 190px;
	text-align: right;
	position: relative;
}

div#middle {
	width: 900px;
}

/* Fußzeile */
#footer {
	width: 841px;
	clear: both;
	text-align: left;
	font-size: 12px;
	border-top: 1px solid #6B89AC;
	margin-top: 20px;
}

#footer * {
	color:#6B89AC;
}

#navi_area {
	width: 340px;
	float: left;
}

#navitab { 
	width: 330px;
	height: 185px;
}

#navi_beratung { 
	width: 330px;
	height: 24px;
}

#navi_kontakt { 
	width: 70px;
	height: 138px;
	float: left;
	margin-bottom: 0px
}

#navi_kompass {
	width: 166px;
	height: 138px;
	float: left;
	margin-bottom: 0px
}

#navi_zurperson { 
	width: 88px;
	height: 138px;
	float: left;
	margin-bottom: 0px
}

#navi_coaching { 
	height: 23px;
	width: 330px;
}

#content {
	width: 500px;
	float: left;
	background-color: white;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-family: Verdana;
	font-size: 11px;
	color: #0E3465;
}

#content * {
	padding-left: 10px;
	padding-right: 10px;
}
#content strong {
	padding-left: 0px;
	padding-right: 0px;
	font-style:italic;
	}

#content table {
	font-family: Verdana;
	font-size: 11px;
	color: #0E3465;
	padding-left: 0px !important;
}

#content h5 {
	font-size: 11px;
	color: #86A0B8;
	font-weight: bold;
}

#content h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	COLOR: #93A4BA;
}

#subnavi {
	height: 28px;
	background-color: #93B1D1;
	padding-left: 0px;
	text-align: left;
	color: white;
}

#subnavi a {
	position: relative;
	top: 5px;
	color: white;
	text-decoration: underline;
}
#subnavi span {
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 5px;
}

#name {
	font-style: italic;
	font-size: 33px;
	COLOR: #CFD6E0;
	margin-bottom: 0;
	right: 0px;
	bottom: 96px;
	position: absolute;;
	right: 0px;
}

#beruf {
	position: absolute;
	font-style: italic;
	font-size: 24px;
	margin-bottom: 0px;
	right: 137;
	bottom: 60;
	COLOR: #93B1D1;
}

#home {
	float: left;
	width: 500px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: right;
}

img {
	border: none;
}

a:link {
	color:#0E3465;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:focus {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;;
}

a:active {
	text-decoration: underline;
}

.head {
	text-align: left;
	font-weight: bold;
	padding-left: 0px;
}
