@charset "UTF-8";
/* Stylesheet f&uuml;r die Hompage vom Beratungsdiesnt Jakobsbrunnen - CSS Document */

@font-face { font-family: 'Avenir Next';
             src: url('../fonts/Avenir Next Condensed.ttc') format('truetype'); }

body
{
	color: #000;
	font-family: Avenir Next Condensed, Arial narrow, Verdana, sans-serif;
	background-color: #FFF;
	
	}

#wrapper
{
	width:900px;
	height: 1000px; 
	margin: 0 auto;
	}
	
#mitte
{
	background-image:url(../img/mitte.jpg);
	background-repeat: repeat-y;
	width:900px;
	height: auto; 
	float: left;
	}

#header
{
	height: 244px;
	width: 880px;
	background-image:url(../img/header.jpg);
	background-repeat: no-repeat;
	margin: 5px;
	margin-left: 15px;
	float:left;
	
	}
	
	
#navi
{
	height: 300px;
	width: 180px;
	float: left;
	margin-left: 40px;
	margin-top: 5px;

	}
	
	
.na
{
	width: 180px;
	height: auto;
	margin-bottom: 5px;}
	
	
#content
{
	height: auto;
	width: 605px;
	font-family: Avenir Next Condensed, Arial narrow, Verdana, sans-serif;
	color: black;
	float: left;
	padding: 5px;
	padding-left: 15px;
	padding-right: 25px;
	margin-left: 10px;
	background-color: #fff5d7;
	margin-top: 5px;
	}
	
#content a {
	color: #067cbc;
	font-style: oblique;
	text-decoration: none;
	}
	
#content a:hover {
	color: black;
	font-style: oblique;
	text-decoration: none;

	}
	
.button {
	float:right;
	margin-bottom: 20px;
	}

.refname {
	font-style: oblique;
	float:right;
	}
	
.kursiv {
	font-style:oblique;
	}	
	
.img {
	width:180px;
	}
	
.h1 {
	color: #a53b56;
	font-weight:600;
	line-height: 2;
	}
	
#footer
{
	height: 100px;
	width: 900px;
	background-image:url(../img/foot.jpg);
	float: left;
	padding-top: 12px;
	background-repeat: no-repeat;
	
	}
	
address
{
	text-align: center;
	text-decoration: none; 
	color: #fff;
	font-style:normal;
	font-weight: lighter;
	font-family: Avenir Next Condensed, Arial narrow, Verdana, sans-serif;
	}
	
address a 
{
	color: #fff;
	}
	
#sndesign {
	color: #666;
	text-align: center;
	text-decoration: none; 
	font-style:normal;
	font-weight: lighter;
	font-family: Avenir Next Condensed, Arial narrow, Verdana, sans-serif;
	}

#sndesign a {
	color: #666;
	}