body { 
	background: #fff;
	color: #444; 
	font-size: 81.25%; 
	font-family: Verdana, Arial, Helvetica,sans-serif;
	} /* 13px */

h1 {font-size: 1.3em; color: #29744E; margin: 0 0 1em 0; padding-top: 1.5em; line-height:1.4em;}
/*
h2 {font-size: 1.3em; color: #29744E; margin: 0 0 0.25em 0; padding-top: 1.5em; border-bottom: 2px #ddd solid; }
*/
h2 {
	font-size: 1.1em; 
	color: #fff; 
	margin: 2em 2em 0 0; 
	padding: 0.8em; 
	background-color:#29744E; 
}
h3 {font-size: 1em; color: #29744E;   margin: 0 0 0.25em 0; padding-top: 1.5em; font-weight:bold; border-bottom: 2px #ddd solid; }
h4 {font-size: 1.0em; color: #000; 	  margin: 0 0 0.30em 0; padding-top: 1em;   border-bottom: 1px #ddd solid;font-weight:bold; }
h5 {font-size: 1.0em; color: #000; 	  margin: 0 0 0.30em 0; font-style:italic; }
h6 {font-size: 1.0em; color: #000; 	  margin: 0 0 0.30em 0; font-style:italic; }

h1+p {
	margin-top:1em;
}

ul,dd,dt { line-height: 1.5em; }
p { line-height: 1.5em; margin: 0 0 1em 0; }

em {
	font-style:normal; 
	font-weight:bold; 
	/* 
	background-color:#E0EDE6;
	*/
}
pre, code {	font-family: "Courier New", Courier, monospace; }
address { font-style:normal; line-height: 1.5em; margin: 0 0 1em 0; }
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}
/* sup{ font-size:80%; } */
sup{
	vertical-align:top; 
	font-size:70%; 
}
hr { 
	color: #29744E; 
	margin: 0.7em 0 0.5em 0; 
	border:0; 
	border-bottom: 1px #ccc solid; 
	padding: 0 0 0.1em 0; 
	/*
	border-bottom: 1px #eee solid; 
	margin: 0 0 0.5em 0; 
	background:transparent; 
	padding: 0 0 0.5em 0; 
	*/
}

.small_85 {font-size:85%}
.u { text-decoration:underline;}

.tox { color: #29744E; }
.pointer { cursor:pointer; }

.rubrik_inhalt {
	padding-left:20px;
	background: url("../images/icon/pfeil_link.gif") no-repeat left 5px; 	
}



/* ### Bildpositionierung ############################################################################ */

img.float_left { float: left; margin-right: 1em; margin-bottom: 0.15em; border:0; }
img.float_right { float: right; margin-left: 1em; margin-bottom: 0.15em; border:0; }
img.center { text-align:center; background: #fff; padding: 4px; border:1px #ddd solid; }
img.framed {padding:3px; border: 1px #ddd solid; background: #f4f4f4 }
img.v_abstand { padding:10px 0;}

/* ###  lokale und externe Links ######################################################## */
a, a em.file {
	color: #29744E; 
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:focus {
	text-decoration:underline;
}

#skipnav a { color: #fff; background:transparent; text-decoration:none; }
#skipnav a:hover { text-decoration:underline; background-color: transparent;}
#skipnav a:focus { text-decoration:underline; background-color: transparent;}

#main a[href^="http:"], #main a[href^="https:"] {
/*
	padding-left: 12px;
	background-image: url('../images/icon/icon_link.gif');
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	*/
}

#main a.imagelink {
	padding-left: 0;
	background: transparent;
}

a.pdf, a[href$=".pdf"] {
	padding-left:18px;
	background:url(../images/icon/pdf2.gif) no-repeat left;
}
a[href$=".jpg"],a[href$=".jpeg"],a[href$=".tif"] {
	/* padding-left:26px;
	background:url(../images/icon/joypad.png) no-repeat left; */
	padding-left:20px;
	background:url(../images/icon/applications.ico) no-repeat left;
}

a.blacklink {color:#333333;font-weight:normal}
a.blacklink:hover {color:#666666;text-decoration:none}
a.blacklink:visited {color:#333333;}
a.blindlink {color:#000000;text-decoration:none;font-weight:normal;cursor:text}
a.blindlink:visited  {color:#000000;}

a.link { text-decoration:underline;}
a.link:hover {text-decoration:none;}
a.hinweis {
	text-decoration:none;
	border-bottom: 1px dotted #29744E;
}
a.hinweis:hover {
	text-decoration:none;
	border: none;
}

/* ######################################################################################################
** ### Mainboxen-Content  #############################################################################
** ######################################################################################################
*/
#mcenter_content p { 
	padding-right: 3em;
}
#mcenter_content p img{ 
	margin-right: -3em;
}
#mcenter_content p.img_center { 
	padding: 10px 0 20px 0;
	text-align:center;
}

/* rechte Spalte */

p.toxneu {
	margin-top: 2em;
	margin-right: 1em;
	padding: 8px 5px;
	border: 1px solid #ff9;
	background-color: #ffc;
	font-size:95%;
}


/* ######################################################################################################
** ### Hinweis-Boxen  #############################################################################
** ######################################################################################################
*/
div.hinweistext {
	height:1px;
	position:relative;
	left:40%;
	top:20px;
	margin:0;
	padding:0;
	visibility: hidden;

}
.hinweistext_rahmen {
	background-color:#fff;
	position:absolute;
	left:1px;
	top:1px;
	padding:2px;
	border-top:1px solid #bbb;
	border-right:3px solid #bbb;
	border-bottom:3px solid #bbb;
	border-left:1px solid #bbb;
}
.hinweistext_content {
	width:350px; 
	background-color:#ffc; 
	padding:5px 10px;
	border:2px solid #fff;
}
#mcenter_content .hinweistext_content p { 
	padding-right: 0;
}
p.img_schliessen{
	padding-bottom:2px;
	border-bottom:1px solid #ccc;
	font-size:80%;
	font-weight:bold;
	color:#bbb;
}
#mcenter_content p.img_schliessen img { 
	margin-right: 0;
	cursor:pointer;
}
.hinweis {
	text-decoration:none;
	color: #29744E;
	border-bottom: 1px dotted #29744E;
	cursor:pointer;
}
.hinweis:hover {
	text-decoration:none;
	border: none;
}

/* ######################################################################################################
** ### Sonstiges im Zus.hang mit Bildpositionierungen ###################################################
** ######################################################################################################
*/
/*  Bilder allgemein  */
div.img_center{
	text-align:center;
	padding:2em 0;
	/* width:352px; */
	width:380px;
	margin:0 auto;
}
div.img_center p{
	padding:0;
	margin:0;
}
div.img_center img{
	margin-right: -3em;
}
div.img_center h2{
	margin:0;
	padding:0.8em 0; 
}

div.img_rechts{
	padding:0;
	width:470px;
	margin:0 3em 0 auto;
}
div.img_rechts p{
	padding:0;
	margin:0;
	padding-top:40px;
	font-size:85%;
}
img.border {
	border: 1px solid #29744E;
}

/* bestimmte Bilder */
#viren_unten {
	padding-bottom:20px;
}
#frau_tasse {
	/*
	margin-top: 2em;
	margin-right: -1em;
	margin-left:15px;
	*/
	margin: 2em -1em 1em 15px;
}
#opa_enkel {
	/*
	margin-top: 0.5em;
	margin-right: -0.5em;
	*/
	margin-top: 2em;
	margin-left:15px;
}
#viren_antikoerper{
	padding:10px 20px 20px 20px;
}

/* div */
div#logo_stoerer {
	text-align:center;
	padding: 0;
}
#mann_krank {
	margin-top:-25px;
	padding:0 40px 20px 10px;
}


/*  Immunschutz - Startseite  */
div.pflanzen_subnavi_start{
	padding-top:20px;
	padding-left:30px;
	display: block;
	overflow:hidden;
}
div.pflanzen_subnavi_start img {
	margin-right:10px;
	float:left;
}
div.pflanzen_subnavi_start div.pflanzen_sublinks{
	padding-top:25px;
}

/*  Immunschutz - Unterthemen  */
div#pflanzen_grafik{
	padding: 25px 0;
}
div.pflanzen_subnavi{
	padding:10px 0;
	background: url("../images/icon/pfeil_link.gif") no-repeat 3px center; 	
}
div.pflanzen_subnavi img {
	margin-left:25px;
	margin-right:10px;
}
div.pflanzen_subnavi div.pflanzen_sublinks{
	padding-top:7px;
}


/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/
#symptomtab {
	padding-left: 0.8em; 
}
#symptomtab #links {
	float:left;
	width:250px;
}
#symptomtab ul {
	list-style-image:url(../images/lay/dot_gruen.gif);
	margin-left:0;
	margin-right:10px;
}
#symptomtab ul li {
	margin-left:1.2em;
	padding-top:0.2em;
	padding-right:1em;
}


/* ### Sitemap ############################################################################ */

#sitemap p {
	margin-bottom:5px;
	width:22em;
	font-weight:bold;
	/*
	border:1px solid #29744E;
	padding:5px;
	*/
}
#sitemap ul {
	margin:0;
	padding:0;
	list-style-type: none;
	margin-bottom:10px;
}
#sitemap a { text-decoration:none }
#sitemap a:hover,#sitemap a:focus { text-decoration:underline }

#sitemap ul.eb2 {
	padding:0;
	list-style-type: none;
	margin:3px 0 10px 15px;
}

/*
	Tabellen
*/

table { 
	border-collapse:collapse; 
	width: 100%; 
	margin-bottom: 0.5em; 
	border: 1px solid #ccc;
}
thead{
	font-weight:bold;
}
td {
	padding:3px;
	border: 1px solid #ccc;
}
/*
Sonstiges
*/

.mailadd {	
	unicode-bidi:bidi-override; direction: rtl;
}

/*

form {overflow:hidden;}

input, textarea {
    width: auto;
	border: 1px #ccc solid;
    background: #fafafa;
	padding: 3px;
	color: #777;
}

input[type=text]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}
*/
