/* ============================================
Stylesheet Anke Stasch
===============================================*/

/* ============================================
	1. Kalibrierung und allgemeine Syles
===============================================*/

* {
    margin: 0;
    padding: 0;
}

header, nav, section, form, footer, img {
    display: block;
}

img {
    border: 0 none;
}

a img {
	border: 0 none;
	
	}


/*:::floating layouts :::::::::::::::::::::::::::::*/
	
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	font-size:0;
	height:0;
	visibility:hidden;
	}
	
	
	/*patch für IE7 zu clearfix*/
	*:first-child+html .clearfix {min-height: 0;}
	
	/*patch für IE6 zu clearfix*/
	*html .clearfix { height: 1%; }		
/*:::::::::::::::::::::::::::::::::::::::::::::::::::*/	






body {
	background-image:url(bilder/hg.jpg)
}

#wrapper {
	width:914px;
	margin-left: auto;
	margin-right: auto;
	
	
	
	}

.skin {
	width:910px;
	background-color:#FFF;			
	border-left: 2px solid #938272;
	border-right: 2px solid #938272;
	
	}
	
#bordure {
	width:910px;
	height: 22px;
	background-image:url(bilder/bordure.jpg)
	}
	
header {
	width:910px;
	height: 150px;
	box-shadow: 0px 4px 10px #999;
	}
	
#logo {
	width:245px;
	margin: 10px auto 15px auto;
	
	}			

#schatten {
	position:relative;
	width:910px;
	height: 10px;
	z-index:2;
	}

#schmuckbild {
	position:relative;
	margin:-10px 15px;
	margin-bottom:0px;
	z-index:1;
	}	

.content-container {
	margin:30px 15px 0px 15px;
	padding-bottom:60px;
	}

.backlink {
	margin-top: 30px;
	
	
	}

/*:::navigation :::::::::::::::::::::::::::::*/
.steuerung-links {
	width:200px;
	margin-right: 20px;
	float:left;
	}

nav ul {
	width:200px;	
	}

nav li {
	
	font-family:Lucida Grande,Verdana,Geneva,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	list-style-type:none;
	/*line-height: 2.0em;*/
	font-weight: normal;

	}


nav a {
	display:block;
	text-decoration: none;
	padding-left: 30px;
	}



nav a:link {
	display: block;
	color: #069;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	}
	
nav a:visited {
	display: block;
	color: #069;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;	
	}
	
nav a:hover {
	display: block;
	color:#0099cc;
	/*border-top: 1px solid #938272;
	border-bottom: 1px solid #938272;*/
	background-image:url(bilder/nav_blume.png);
	background-repeat:no-repeat;
	background-position:2px;
	}

nav li.sie-sind-hier a {
	display: block;
	color:#0099cc;
	border-top: 1px solid #938272;
	border-bottom: 1px solid #938272;
	background-image:url(bilder/nav_blume.png);
	background-repeat:no-repeat;
	background-position:2px;
	}
	

	
nav a:active {
	display: block;
	color: #0099cc;		
	}


/*::::::::::::::::::::::::::::::::*/



footer {
	background-color:#d9d3ce;
	height:26px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	border-left: 2px solid #938272;
	border-right: 2px solid #938272;
	border-bottom: 2px solid #938272;
	}	
	



#copyright {
    float: left;
    padding-top: 5px;
	padding-left: 15px;
	font-size: 11px;
}

#copyright p {
	font-size: 11px;
	color:#FFF;
	}


.sublinks {
    float: right;
    padding-top: 3px;
	padding-right: 15px;
}

footer a {
    font-family: Lucida Grande,Verdana,Geneva,sans-serif;
    font-size: 11px;
	
	text-decoration:none;	
	}
	
	
footer a:link {
	color:#FFF;
	}
	
footer a:visited {
	color:#FFF;	
	}
	
footer a:hover {
	color: #069;		
	}
	
footer a:active {
	color:#FFF;		
	}
	


	
/* ============================================
	2. Typo
===============================================*/

h1 {
    color: #069;
    font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Arial,Geneva,sans-serif;
    font-size: 17px;
    font-weight: normal;
	margin-bottom: 0.6em;
}

.headline-startseite {
	font-size: 19px;
	}

h2 {
    color: #938272;
    font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Arial,Geneva,sans-serif;
    font-size: 15px;
	line-height: 1.2em;
    font-weight: normal;	
	}

.subline-startseite {
	font-size: 16px;
	}

p {
    color: #069;
    font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Arial,Geneva,sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 1em;
	font-weight: normal;
}
	
.p-fett {
	font-weight: bold;
	
	}

.p-kursiv {
	font-style: italic;
	
	}
	
p a:link {
	color: #39C;
	}
	
p a:visited {
	color: #39C;	
	}
	
p a:hover {
	color: #938272;		
	}
	
li a:active {
	color: #938272;		
	}

li a:link {
	color: #39C;
	}
	
li a:visited {
	color: #39C;	
	}
	
li a:hover {
	color: #938272;		
	}
	
li a:active {
	color: #938272;		
	}

.bildquellen p {
	font-size:11px;
	line-height:1.3em;
	margin-bottom:0;
	}
	
.kein-abstand-unten {
	margin-bottom: 0px;
	}

/*::: Starseite ::::::::::*/

.vierzehn-punkt {
	font-size:14px;
	margin-bottom: 0.5em;
	}
	
	
	
.elf-punkt-fett {
	font-size:11px;
	font-weight:bold;
	line-height: 1.4em;
    margin-bottom: 1em;	
	}

.elf-punkt {
	font-size:11px;
	}

.elf-punkt-ohne-abstand {
	font-size:11px;
	line-height: 1.0em;
	}

span.neun-punkt {
	font-size:9px;
	}
	
.abstand-oben {
	margin-top:2em;
	
	}	
	
	

/* ============================================
	3. Seitenaufbau + Style
===============================================*/	


/*::: 3.1. Startseite :::::::::::::::::::::::::::::*/

.inhalt-rechts {
	width:660px;
	float:right;
	}
	
.mitte {
	width:470px;
	}	

.mitte-links {
	width:470px;
	float:left;
	padding-right: 10px;
	}

.mitte-rechts {
	width:166px;
	float:left;
	border-left: 2px dotted #069;
	padding-left: 10px;
	}

.einleitung {
	margin-bottom: 2.3em;
	}


/*::: 3.2. unterseiten allgemein ::::::::::::::::*/

.unterseiten-maincontent {
	width:540px;
	
	}
	
.quelle {
	color: #938272;
    font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Arial,Geneva,sans-serif;
    font-size: 11px;
	font-weight: normal;
	text-align:right;
	font-style:italic;
	}
	

.unterseiten-text {
	
	}
	

.unterseiten-text ul { 
	margin-bottom: 1.5em;
	margin-left: 35px;
	}

.unterseiten-text li { 
	color: #069;
    font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Arial,Geneva,sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 0.2em;
	}


.therapiemethode-listenbox {
	margin-bottom: 20px;
	
	}


.therapiemethode-listenbox img {
	float:left;
	margin-right: 15px;
	margin-top: 4px;
	
	}
	
.therapiemethode-listenbox h2 {
	color: #069;
    font-size: 13px;
    margin-bottom: 0.3em;
	font-weight: bold;
	
	}
	
.therapiemethode-listenbox p {
	line-height:normal;
    margin-bottom: 0;
	color: #39C;
	
	
	}
	
.therapiemethode-listenbox a {
	font-weight:normal;
	text-decoration:none;
	
	}	

.therapiemethode-listenbox a:hover {
	text-decoration:underline;
	
	}	

.bildcontainer-im-text {
	width: 324px;
	float:right;
	margin-left: 15px;
	margin-top: 5px;
	}
	

.bildcontainer-im-text img {
	margin-bottom: 20px;
	float:left;
	}
	
