/* herz-und-schnauze.de  v15.2.'07 
	Allgemeines CSS
	(c) 2007 Ingo Sparr | DeutscheLebensArt.de
*/
*{ margin: 0; padding: 0; }

html{ border: 5px solid #FFFCDB; }

body{
	padding-top: 1%;
	background-color: #cacaca;
	color: #222222;
	background-image: url(/siteimg/bg_grau.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	font-family: verdana, tahoma, helvetica,arial,sans-serif;
	font-size: 100.01%;
}

 #bodyWrapper{ padding-bottom: 3em; width: 100%; }

  #content-wrap{
	margin: 0 auto;
	padding-top: 2%;
	width: 92%; /* Contentbereich komplett */
	min-width: 45em;
	max-width: 60em;
	line-height: 1.2em;
	position: relative;
}

   #container{
	background-color: #fffcdb;
	display: inline-block;
}

   #container:after {
	content: '.'; /* clear für footer */
	height: 0;
	clear: both; /* für FF,Opera,etc. */
	display: block;
	visibility: hidden;
}

#block1Wrapper{
	background-color: #fffcdb;
	width: 100%;
	float: left;
}

#block1{
	margin: 0 0 0 18.85em; /* Content */
}

#block2{
	margin-left: -100%; /*background-color: #7fffd4;*/
	width: 18.8em; /* Navi li */
	float: left;
}

/* ------ */
/* Commented Backslash-Hack:http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html */	
/* Vor IE-Mac verstecken: \*/
#container{ display: block; }

/* Ende des vor IE-Mac verstecken-Hack: */
/* ------ */
/* ===== Layout in einzelnen Bereichen ===== */
/* Logo-Kopf in #container */
div#logos{
	margin: 0;
	background-color: #fffcdb;
	height: 170px;
	position: relative;
}

div#slogan{
	background-color: #ffcc66;
	color: #fffcdb;
	height: 110px;
	width: 100%; /* für IE */
	text-align: right;
	z-index: 1;
}

img#logoOben{
	position: absolute;
	bottom: 23px;
	right: 30px;
	z-index: 2;
}

img#logoUnterz{
	position: absolute;
	bottom: 1px;
	right: 30px;
	z-index: 2;
}

div#kopfBild{
	background-color: #ffcc66;
	width: 240px;
	height: 170px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

div#kopfBild img {
	width: 240px !important;
	height: 170px !important;
}

#topNavi{
	background-color: #ffcc66;
	font-size: .7em;
	width: 100%;
	height: 1.8em;
	position: absolute;
	bottom: 0;
	left: 0;
}

#slogan p{
	padding: 20px 26px 0 250px;
	font-size: 21px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
}

#slogan p:hover{ color: #DC0732; }

div.logos a{
	border: none;
	text-decoration: none;
}

#topNavi p{
	margin: 0;
	padding: 0em 0 .2em 270px;
	color: #858585;
}

#topNavi a,#topNavi a:visited{
	color: #4c4c4c;
	font-size: 1em;
	text-decoration: none;
}

#topNavi a:hover{ text-decoration: underline; }

/* ---- Footer ---- */
#footer{
	border-bottom: 1px solid #fffcdb;
	margin-bottom: 60px;
	padding: .0em 0 .0em 20px;
	margin-top: -1px; /* Ffx, Moz */
	background-color: #ffcc66;
	color: #858585;
	font-size: .7em;
	line-height: 1em;
}

#footer p{ padding: .4em 0 .5em 0; }

#footer p.left{
	margin-right: 0px; /* smile copyr */
	width: 22.2em;
	float: left;
}

#footer p.right {
	margin-top: 1px;
	margin-bottom: -1px;
}

#footer a,#footer a:visited{
	color: #4c4c4c;
	text-decoration: none;
}

#footer a:hover{ text-decoration: underline; }

#footer img {
	position: relative; /* Logo unten */
	top: -122px;
	right: 28px;
}

/* --- suche --- */
#sucheDiv{
	font-size: .7em;
	width: 250px;
	height: 40px;
	position: absolute;
	top: 100px;
	left: 270px;
}

#sucheDiv form{ }

#sucheDiv input{
	border: 1px solid #ffcc66;
	background-color: #fffcdb;
	color: #222222;
	bottom: 0;
	position: absolute;
}

#sucheDiv input.suchwort{
	margin: 0;
	padding-top: .1em;
	padding-left: 0.2em;
	font-size: 1em;
	width: 140px;
	height: 1.4em;
	line-height: 1.3em;
}

#sucheDiv input.suchwort:focus{ background-color: #ffcc66; }

#sucheDiv input.finden{
	padding: 0;
	margin: 0;
	background-color: #fffcdb;
	font-size: 1em;
	width: 70px;
	height: 1.7em;
	line-height: 1.2em;
	left: 145px;
}

#sucheDiv input.finden:hover{
	border-left: 1px solid #fffcdb;
	background-color: #ffcc66;
}

#sucheDiv input.finden:focus{ background-color: #ffcc66; }

/* ##### allgemein anwendbare Klassen ##### */
.anmerkung{ color: #858585; font-size: .7em; }

.adminEdit{
	color: #000580; /* Backend-Edit-Absatz */
	font-size: .75em;
}

.pflicht{ color: #970000; }

.noPrint{ }

.weg, #accessibility{
	width: 0px; /* verbergen (für Screenrader,etc.) */
	height: 0px;
	display: inline;
	position: absolute;
	left: -2000px;
	top: -1000px;
	overflow: hidden;
}

/* ===== Allgemeine Tags ===== */
/* Links */
a{
	color: #DC0732;
	font-weight: normal;
}

a:visited{ color: #970000; }

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

a:active{
	color: #ffcc66;
	text-decoration: none;
}

/* Überschriften */
h1,h2,h3,h4{
	color: #222222;
	font-weight: normal;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.3em;
}

h1{
	margin: 40px 0 .9em 0;
	color: #DC0732;
	font-size: 1.3em;
	letter-spacing: 1px;
}

h2{
	margin: 1.2em 0 .6em 0;
	padding-top: 0;
	font-size: 1.15em;
}

h3{
	margin: 1em 0 .5em 0;
	font-size: 1.1em;
}

h4{
	padding-left: 1.7em;
	margin: 0 0 .5em 0;
	font-size: 1.1em;
}

/* verlinke Artikel-Überschriften */
/* ### to do verlike Ü 10-2 ### ### !!!! */
h1 a{
	color: #000580;
	font-size: 1.35em;
	text-decoration: none;
}

h1 a:visited{
	color: #000580;
	text-decoration: none;
}

h1 a:hover{
	color: #000580;
	background: transparent;
	text-decoration: underline;
}

h1 a:active{
	color: #000580;
	text-decoration: none;
}

h1.excerpt{
	margin: 2em 0 1em 0;
	padding-top: 1.5em;
	border-top: 1.1px dotted #FFCC66;
	background-image: none;
	font-size: .9em;
}

h2.search a{
	color: #222222;
	text-decoration: none;
}

a.searchlink{
	 /* mehr lesen-Link */

}

/* Schriftgröße zentral */
#block1, #block2{
	font-size: .8em;
	line-height: 1.4em;
}

/* Text-Tags */
p,ul,ol, li,input,label,table{ font-size: 1em; }

p,li{
	margin: 0;
	padding-bottom: .7em;
	padding-top: 0;
}

ul,ol{
	margin: 0 0em 0 1em;
	padding-left: 0; /* padding für Moz nullen */
	list-style-type: solid;
}

input,textarea{
	font-family: verdana, tahoma, helvetica,arial,sans-serif; /*padding: .1em;*/
}

blockquote{
	margin: 0;
	margin-left: 1.9em;
	font-variant: inherit;
	font-style: italic;
}

p.label{ font-size: 1em; }

p sup, p sub{
	line-height: 1.2em;
}
/* Bilder */
img {
	border: none;
	font-size: .8em;
	float: right;
}




/* Tabelle */
th{
	border-bottom: 2px solid #DC0732;
	padding: .3em;
}
td{ padding: .1em .3em;  vertical-align: top;  }



/* ---- Content Mitte ---- */
#block1Content{ padding: 1em 15% 1em 30px; }

#contentInnen{
	min-height: 290px; /*  Ohne Crumbs */
}

#block1Content p.mehr{
	padding-left: 16px; /* mehr lesen-Link */
	background-image: url(/siteimg/blase.gif);
	background-repeat: no-repeat;
	background-position: 0 .75em;
}

#block1Content p.mehr a{ font-weight: bold; }

/* ---- Content Links (Navi) ---- */
#block2Content{ padding: 0; }

#navi{
	margin-top: 53px;
	margin-bottom: 40px;
	padding: 0; /* für IE5 */
	font-size: 1em;
}

#navi ul{
	margin: 0; /* Navi-Liste */
	padding: 0; /* padding für Moz nullen */
	list-style-type: none;
}

#navi ul ul{
	list-style: none; /* Unterliste in Liste */
}

#navi li{
	padding-bottom: 0;
	margin-bottom: .2em;
	color: #4C4C4C;
	line-height: 1.2em; /* Listenpunkt allgemein */
}

#navi ul a{
	padding-left: 30px;
	color: #222222;
	font-weight: normal;
	text-decoration: none; /* Navi-Link */
}

#navi ul a:visited{ color: #222222; }

#navi ul a:hover, #navi ul li ul li a:hover{
	color: #DC0732; /*background-image: url(dot.gif);
	background-repeat: no-repeat;
	background-position: -5px 1px;*/
	background-color: #ffcc66;
	text-decoration: none;
}

#navi ul a:active{
	color: #970000;
	text-decoration: none;
}

#navi li a.current{
	padding-left: 60px;
	margin-right: -60px;
	background-color: #ffcc66;
	background-image: url(/siteimg/navi_bogen2.gif);
	background-repeat: no-repeat;
	background-position: 28px 1px;
	color: #DC0732;
	font-weight: bold; /* aktueller Link 1. Ebene */
	width: 14.15em;
}

#navi ul li ul li.current a{
	background-color: #ffcc66; /* 2.Ebene */
	font-weight: bold;
}

#navi li a{
	padding-bottom: 0.2em;
	padding-top: .3em;
	width: 16.5em; /* Link 1. Ebene */
	display: block;
}

#navi ul ul.unterNavi{
	margin-top: .3em; /* Liste 2. Ebene */
	padding-left: 0em;
	font-size: 1em;
	width: 11.7em; /* sonst in IE Abstand davor */
}

#navi ul li ul.artList {
	padding: 0; /* Liste 2. Ebene */
	font-size: 1.2em;
	width: 12.5em; /* sonst in IE Abstand davor */
}

#navi ul li ul.artList a{
	padding: .1em 0 .1em 50px; /* 2. Ebene Link (2 Ebenen) */
	background-color: transparent;
	font-size: .8em;
	width: 15.6em; /* sonst in IE Abstand davor */
}

/* ===== spezielle Bereiche im Content ===== */
div.trenner{
	border-bottom: 1px solid #FFCC66;
	margin: 0;
	padding: 0; /* Trenner zwischen Artikeln */
	width: 99%;
}

#crumbbar{
	margin-top: 2.5em;
	padding: .5em 0 1em 0;
	border-top: 1px dotted #ffcc66;
	height: 100px;
}

#crumbbar p{
	margin: 0;
	padding: 0;
	margin-right: 160px;
	padding-top: .5em;
	color: #222222;
	font-size: .86em;
}

#crumbbar a,#crumbbar a:visited{ color: #970000; }

#crumbbar a:hover{ color: #DC0732; }

#block1Content table.ggt {
	right:0;
	margin-left:auto;
	font-size:0.8em;
	color: #5b5b5b;
}
#block1Content table.ggt a {
	color: #5b5b5b; 
}
#block1Content img.ggt {
	border:none; float:right;
}

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

/* ---- eMail-Formular ---- */
#block1Content ul.fehler{
	color: #970000; /* Fehlermeldung eMail-Form */
}

#block1Content img{
	margin: 1.1em 2% 2em 1em;
	padding: 1px;
	border: 1px solid #ffcc66;

	float: right;
}

#block1Content p img {
	margin: 1.1em 2% 2em 1em; /* Korrektur, wenn in einem p-Tag */
}

#block1Content p img.left{
	margin: 1.4em 1.4em .7em 0;
	float: left;
}

#block1Content a:hover img{
	border: 1px solid #fffcdb; /* Hover-Rahmen,wenn Bild verlinkt ist */
}

#block1Content p img.bildLeiste { 
/* Bildleiste startseite */
width:99.5%;
margin: .5em 0 2em 0;
max-width: inherit;
border:none;
float:none;}

/* Nice 2CU here! */
/* (c) 2007 Ingo Sparr | DeutscheLebensArt.de */

