﻿@charset "utf-8";

/* CSS Document */

/*****************************************************************************
 * project  | Marion Rempp - Heilpraktikerin / Tübingen - Horb
 * author   | tobias baur, ingenieurbüro für medien und design, http://www.tobiasbaur.de      
 *
 * date     | 2012-04-13
 * file     | general.css
 * function | style-definition for all browsers
 *****************************************************************************/

/* 
Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles 
*/

/*====  1. Kalibrierung ===============================*/

* {
	padding: 0;
	margin: 0;
	outline: none;
}

html {
}

p {
	margin-bottom: 0.5em;
}

ol ul {
	margin-bottom: 0;
}

li {
	margin-left: 2em;
	margin-bottom: .2em;
	list-style: circle;
}

/*====  2. Allgemeine Styles ===============================*/

body {
	background-color: #dadb96;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	color: #464242;
}

h1 {
	color: #0b722f;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 25px;
}

h2 {
	color: #0b722f;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0 5px 0;
}

/* Hyperlinks */  

a {
	text-decoration: none;
	outline: none;
}

a:link, a:visited {
	color: #0b722f;
}

a:hover, a:focus, a:active {
	color: #d73104;
	text-decoration: underline;
}

#left a:link, #left a:visited {
	color: #0b722f;
	text-decoration: none;
	display: block;
	line-height: 16px;
	padding: 0 0 5px 0;
	margin: 0;
	height: auto;
}

#left a:hover, #left a:focus, #left a:active {
	color: #d73104;
	text-decoration: none;
}

#left li li a:link, #left li li a:visited {
	color: #0B722F;
	text-decoration: none;
	display: block;
	line-height: 16px;
	background-image: none;
}

#left li li a:hover, #left li li a:focus, #left li li a:active {
	color: #f79231;
	text-decoration: none;
}

.marker-navibereich {
	color: #d73104;
	text-decoration: none;
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 16px;
}

.marker-subnavibereich {
	color: #F79231;
	text-decoration: none;
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 16px;
}

#bottom a:link, #bottom a:visited {
	color: #bfc04f;
	text-decoration: none;
	font-size: 11px;
}

#bottom a:hover, #bottom a:focus, #bottom a:active {
	color: #01632f;
	text-decoration: none;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	color: #01632f;
	text-decoration: none;
	font-size: 11px;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color: #d73104;
	text-decoration: none;
	font-size: 11px;
}

/*====  3. Styles für Layoutbereiche ===============================*/

#wrapper {
	position: absolute;
	width: 905px;
	margin: 0;
	padding: 0;
	background-image: url(../images/top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#left {
	position: absolute;
	width: 158px;
	margin: 0px;
	text-align: right;
	left: 5px;
	top: 364px;
	z-index: 1;
}

#right {
	width: 590px;
	margin: 350px 0 0 0;
	padding: 0px 60px 10px 255px;
	background: url("../images/content-bg.png");
	background-repeat: repeat-y;
}

#footer {
	width: 610px;
	padding: 35px 40px 30px 255px;
	font-size: 11px;
	color: #01632f;
	margin: 0;
	background: url("../images/footer-bg.png");
	background-repeat: no-repeat;
	background-position: top;
}

#bottom {
	width: 610px;
	padding: 0px 40px 20px 255px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9px;
	color: #c5c65e;
}

#emotion {
	position:absolute;
	left:328px;
	top:56px;
	width:556px;
	height:208px;
	z-index:2;
}

#maske {
	position:absolute;
	left:328px;
	top:56px;
	width:556px;
	height:208px;
	z-index:3;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:180px;
	height:87px;
	z-index:4;
}

#left li {
	list-style: none;
	margin: 0 0 3px 0;
}

#left li li {
	list-style: none;
	margin: 0 0 0 0;
	padding-top: -0px;
	font-size: 12px;
}

#left ul {
	padding: 0;
	margin: 0;
}

#left ul li ul {
	padding: 0;
	margin: 4px 0 5px 0;
}

/*====  4. Sonstige Styles ===============================*/

.red {
	font-size: 10px;
	color: #d7184b;
}


.green {
	color: #0b722f;
}

.greenbold {
	color: #0b722f;
	font-weight: bold;
}



.orange {
	font-size: 10px;
	color: #f79231;
}

.grey {
	font-size: 10px;
	color: #dcdcd0;
}

.greynorm {
	color: #777474;
}

strong {
	font-weight: bold;
	color: #777474;
}

.greysmall {
	font-size: 10px;
	color: #777474;
}

