* {
margin: 0;
padding: 0;	
font-size:100%;
} 

body {
	margin: 70px;
	font-family: "jaf-bernino-sans-condensed", sans-serif;
	letter-spacing: 1.5px;
	background-image: url(bg_1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #0f9d87;
	overflow-y: scroll;
}

a:link { 
color: #0f9d87;	
}

a:visited {
	color: #0f9d87;
}


a:focus, a:hover, a:active { 
	color: #0f9d87; 
}

img {
marign:0; 
}

a img, img, a:hover img, a:visited img {
	text-decoration: none;
	border: none;	
	border-style: none;
}

a { outline:none; }


h1 {
	font-size: 25px;
	line-height:30px;
	margin-bottom: 20px;
	color: #894077 !important;

	
}

h2, p {
	margin-bottom: 20px;
}

#header p, #footer p { 
	margin-bottom: 0;
}

h2 {
	color: #16ae97;
}

h2 {
	font-size: 23px;
		line-height: 1.3em;

	font-weight: bold;
}

h3 {
	font-size: 20px;
	border-bottom: dotted;
}

h4 {
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;

}


#wrapper {
		width: 830px;
		margin: 0 auto auto auto; 
}

/* ---------------------------------- Header-Bereich */


#header {
	background-color: #fff;
	width: 630px;
	height: 188px;
	float: left;
	padding-left: 30px;
}

/* ---------------------------------- Navi */


#navigation {
	float: right;
	font-size: 16px;
}

#navigation ul {
	list-style: none;
	display: block;	
}

#navigation ul li a:link {
	display: block;	
	width: 154px;
	height: 22px;
	text-decoration: none;
	background-color: #fff;
	padding: 6px 0 0 8px;
	margin-bottom: 4px;
}

#navigation ul li a:hover { 
	background-color: #6db7aa;
	color: #fff;
	
}

#navigation ul li a:focus, a:active { 
	background-color: #6db7aa;
	color: #fff;

}

#navigation li.active a:link,
#navigation li.active a:visited {
	display: block;	
	width: 154px;
	height: 22px;
	background-color: #59375f;
	color: #cf4e8f;
	font-weight: normal;
	text-decoration: none;
	padding: 6px 0 0 8px;
	margin-bottom: 4px;


}

/* ---------------------------------- Inhalt */


#content {
	float: left;
	width: 830px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 23px;

}

#content a:link, #content a:visited {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}

#content a:hover {
	text-decoration: none;
	border-bottom: solid;
	border-bottom-width: 2px;
}


#left-col {
	margin: 60px 10px 150px 60px;
	width: 360px;
	float: left;
}

#left-col-d {
	margin: 60px 10px 150px 60px;
	width: 650px;
	float: left;
}


#links {
	margin: 60px 10px 150px 60px;
	width: 700px;
	float: left;
}


#right-col {
	margin: 60px 40px 150px 20px;
	width: 330px;
	float: right;

	
}

.pic-right {
	width: 370px;
	margin-right: -10px;
	margin-top:-60px;
}

.pic-right-hs {
	width: 280px;
	margin-left: 90px;
	margin-top:-60px;
}

.practice {
	width: 280px;
	margin-left: 90px;
	margin-top:-60px;
}
	
	


#years {
	width: 100px;
	float: left;
	margin-right: 20px;
}

#info {
	width: 240px;
	float: left;
}



/* ---------------------------------- Footer */


#footer {
	clear: both;
	background-color: #fff;
	font-size: 11px;
	margin-top:20px;
	padding: 12px 0 8px 60px;
	letter-spacing:1px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#footer a:hover {
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

