/* Hiltrud Werner - PROF - 15.4.08 */
/************************************************
 * Hauptstruktur
 ************************************************/
html, body {
	margin: 0;
	padding: 0;
	color: #3E443C;
	background: #FCFFEE; /* #F3F4EC */
	font: 100.01% "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	text-align: center; /* Zentrierung IE */
	height: 100.1%;
}

#container, #fuss, #kopf {
	font-size: .9em; /* Generelle Schriftgroesse */
}

#container{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
	margin-top: 8%;
	text-align: left;
	max-width: 70em;
	min-width: 800px;
}

#content {
	width: 72%; /* spalte Links */
	float: left;
}

#contSpalte {
	padding-bottom: 0.5em; /* Spalte links INNEN */
	padding-left: 14% !important;
	padding-left: 12%; /* fuer IE */
	background-color: transparent; /*border: 2px solid OrangeRed;*/
	line-height: 1.3em;
}

#naviSpalte {
	padding: 2em 0 0 0;
	clear: right;
	width: 23%;
	float: right;
	right: 0;
}

/*	+++++ Kopf +++++ */
#kopf {
	border-bottom: 1px solid #FFF097;
	padding: 0em 0em 0em 0;
	margin: 0;
	width: 100%;
	background: #FFD231;
	background-image: url(/siteimg/img_flor.gif);
	text-align: right;
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 56px;
}

#kopfDeko{
	width: 100%; /* Linie unter Kopf */
	background: #FFE05D;
	background-image: url(/siteimg/img_flor.gif);
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	position: fixed !important;
	position: absolute;
	top: 60px;
	left: 0;
}

#kopf #slogan{
	padding: 0; /* Slogan rechts oben */
	margin: 10px 5% 0 0;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	position: absolute;
	top: 0;
	right: 0;
}

#kopf #slogan a { color: #005075; text-decoration: none; }

#kopf #slogan a:hover { color: #750015; text-decoration: none; }

#kopfTitel {
	width: 371px;
	background-image: url(siteimg/name.gif);
	font-size: 1px;
	text-align: left;
	position: relative;
	left: 9.5%;
	bottom: -30px;
	height: 26px;
}

#kopfTitel span{ display: none; }

/* +++++ Fuss +++++ */
#fuss{
	border-top: 1px solid #007AB2;
	border-bottom: 1px solid #007AB2;
	clear: both;
	padding: .1em 0.8em .6em .8em;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #eee;
	background: #91A78B;
	background-image: url(/siteimg/fuss_flo.gif);
	font-size: 0.75em;
	text-align: center;
}

#fuss p{
	padding-top: .7em;
	padding-bottom: .2em;
	margin: 0 0 0 -12%;
}

#fuss a{ color: #FFFFFD; font-weight: bold; }

#fuss p.copyFuss{ font-size: .9em; }

/************************************************
 *	Allgemeine Formate					
 ************************************************/
h1, h2, h3 {
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
}

h1, h1 a {
	margin-top: 1em;
	margin-bottom: 0.1em;
	color: #005075;
	font-size: 1.45em;
	font-weight: bold;
}

h2 {
	margin-bottom: 1em; /* SubTitel hellgruen */
	margin-top: 0;
	color: #00755F;
	font-size: 1.2em;
	font-weight: normal;
	font-variant: small-caps;
}

h3{
	margin-top: 2.5em;
	margin-bottom: 0.3em;
	color: #005075;
	font-size: 1em;
}

h3 a{
	margin-top: 1em;
	color: #005075;
	font-size: 1.2em;
}

a {
	color: #005075;
	text-decoration: underline;
}

a:hover { color: #007AB2; text-decoration: none; }

img { border: none; }

a img { border: none; }

blockquote {
	border-left: 3px solid #686868;
	padding-left: 0.8em;
	margin-left: 2.5em;
	color: #3E443C;
}

/* ----- Forms ----- */
input, textarea {
	padding: .2em 0.3em;
	border: 1px solid #B1D0D6;
	font-family: monospace;
}

/************************************************
 *	Inhalt Mitte					
 ************************************************/
div.trenner{
	width: 100%;
	padding-bottom: 3em;
	background-image: url(/siteimg/balken00.gif);
	background-repeat: repeat-x;
	height: 10px;
}

div#box{
	padding: .5em;
	padding-top: 0em;
	border: 1px solid #007AB2;
	margin-top: 2em;
	background-color: #FFFDDD;
}

div#box p{ margin-top: .5em; }

.artText, .excerpt{
	padding: 0; /* div in dem Artikel steht */
	margin: 0em 0 2em 0;
	font-family: "Trebuchet MS","Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

.artText p { margin-top: .55em; margin-bottom: .1em; }

.excerpt p { margin-top: .5em; margin-bottom: 0em; }

.artText ul, .artText ol{
	margin-top: .55em;
	margin-bottom: .1em;
	padding-left: 1.6em;
	margin-left: 0;
	font-size: 1em;
}

.artText ul ul, .artText ol ol{ margin-top: 1em; margin-bottom: 1em; }

.artText li{ margin-bottom: .2em; }

#content img {
	padding: 0px; /* Bild Mittelspalte (links herausgeschoben) */
	border: 1px solid #1785B7;
	margin: .5em 0 1.5em 1.5em;
	float: right;
	font-size: .7em;
	max-width: 300px;
}

#content img:hover { border: 1px solid #1FA6E4; }

table{ background-color: #FFFFFD; }

th{
	border-bottom: 2px solid #007AB2;
	padding: .3em;
}

td{
	border-bottom: 2px solid #FCFFEE;
	padding: .3em;
	vertical-align: top;
}

span.startTable table{ background-color: #FFFDDD; }
span.startTable table td{ width:50%; border: 1px solid #005075;}

/* ------- Einzelne Content-Bereiche ------- */
div.excText{ margin: 0; }

p.mehr{ margin-top: .4em; }

p.mehr a{
	padding-left: 26px; /* Weiterlesen-Link */
	background-image: url(/siteimg/rosette.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	font-weight: bolder;
}

p.adminEdit {
	color: #5B5B5B; /* Frontend-Editing Absatz  */
	font-size: .9em;
	text-align: right;
}

div#crumbbar{
	border: 1px solid #B1D0D6;
	margin-bottom: 2em;
	margin-top: 0;
	width: 100%;
	display: block;
	background-color: #FFFFFD;
	font-size: .8em;
}

div#crumbbar p{ margin: .7em; }

/************************************************
 *	Navigation
 ************************************************/
#naviSpalte ul {
	padding: 0;
	margin: 0;
	padding-left: .75em;
	list-style-type: none;
}

#naviSpalte li {
	margin-top: 0em; /* 1. Ebene */
	padding-left: 0;
	font-weight: normal;
	line-height: 1.3em;
}

#naviSpalte a{
	width: 96%;
	padding-top: .2em; /* hier zentral fuer Links */
	padding-bottom: .2em;
	display: block;
	color: #005075;
	text-decoration: none;
}

#naviSpalte a:hover{
	color: #007AB2;
	text-decoration: underline;
}

#naviSpalte a.current{ font-weight: bold; }

li.current a { font-weight: bold; }

#naviSpalte ul.unterNavi, #naviSpalte ul.artList{
	margin-top: 0.2em !important; /* # 2. Ebene # */
	margin-top: -1em; /* Abstand in IE aufheben */
	width: 93%; /* fue IE sonst peekaboo Bug */
	padding: 1%;
	margin-bottom: .6em;
	border: 1px solid #F6FFC3;
	display: block;
	background-color: #FDFFF6;
}

#naviSpalte ul.unterNavi a{
	padding-left: 2%; /* 2. Ebene Links */
	padding-right: 0;
	width: 100%;
	color: #005075;
}

#naviSpalte ul.unterNavi ul.artList{
	margin-top: 0em !important; /* 3. Ebene */
	margin-top: -1em; /* Abstand in IE aufheben */
	width: 97%;
	margin-bottom: .4em;
	margin-left: .75em;
	border: none;
}

#naviSpalte ul.artList a{
	padding: 0;
	padding-top: .15em;
	padding-bottom: .15em;
	padding-left: .5em;
	color: #005075;
}

#naviSpalte ul.artList a:hover{ color: #007AB2; }

#naviSpalte h3.title, #naviSpalte h3.titleZwo {
	margin: 0 0 1.5em 0; /* Trenner */
	border-top: 1px solid #9ba1aa;
	padding: .1em 20px .2em .9em;
	border-bottom: 1px solid #9ba1aa;
	background: #B1D0D6;
	color: #FFFFFD;
	background-image: url(/siteimg/floral00.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: .9em;
}

#naviSpalte h3.titleZwo { margin-top: 2em; }

/* +++++ Suchformular +++++ */
#naviSpalte form { text-align: right; }

div#suche { width: 100%; /*margin: 0 auto;*/ }

input.suche {
	width: 90%;
	padding: .1em 0.3em;
	margin: 0;
	float: right; /* fuer Firefx */
	font-size: .86em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	max-width: 16em;
}

input.finden {
	padding: .0em 0.3em;
	margin: 0;
	margin-top: .3em;
	width: 6.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

input.finden:hover{
	border: 1px solid white;
	background-color: #B1D0D6;
}

/************************************************
 *	Extra					*
 ************************************************/
div#logo {
	margin: 10px auto 20px auto; /* logo Hiltrud */
	clear: both;
	text-align: center;
}

div#logo img {
	margin-left: -12%;
	float: none;
	width: 150px;
	height: 113px;
}

div.clear{ clear: both; }

.weg {
	width: 0px; /* verbergen */
	display: inline;
	position: absolute;
	left: -1000px;
	top: -100px;
	height: 0px;
	overflow: hidden;
}

.nix { display: none; overflow: hidden; }

/* Print Things */
#printInfo { display: none; }

/* ++++++++++++++++++++++ */
#email { text-align: left; }

#email textarea { width: 330px; }

code{
	padding: 0.5em;
	border: 1px solid #DDDDDD;
	display: block;
	background-color: #eee;
	font-family: 'lucida console', 'Courier New', monospace;
	font-size: 0.8em;
}

/* -------------------------------------------- */
/* (c) 3.2008 Ingo Sparr, DeutscheLebensArt.de */
/* -------------------------------------------- */
