/* PAGE/GENERAL */

*
{
	margin: 0;
	padding: 0;
}

a:link
{
  color:#4b6a21;
  text-decoration: underline;
}

a:visited
{
 text-decoration: none;
 color:#4b6a21;
}

a:hover
{
 color:#802828;

}

a.image:hover {
background:transparent;
}

a.mail {
padding-left:18px;
padding-bottom:2px;
background: #ffffff url('grafix/ico_mail_no.gif') no-repeat 3px 3px;
}

a.mail:hover {
background: #fefefe url('grafix/ico_mail_ro.gif') no-repeat 3px 3px;
}

body
{
  background-image:url('grafix/body_bg.gif');
  /*background-repeat:repeat-y;
  background-position:center; */
  background-color:#d3dfdf;
  font-size:13px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

#page
{
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
  background-image:url(grafix/page_bg.gif);
  /*background-repeat:no-repeat;
  background-position: right bottom;*/
  background-color:#ededed;
  border-style:solid;
 	border-color:#999999;
  border-width:0px 0px 0px 0px;
  
}

* html #page
{
	height: 100%;
}

/*
#inner {
  margin-top:25px; 
      
  border-color:#777777;
  border-style:solid;
  border-width:1px;
  
}
*/

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -10000px;
}


/* HEADER */
/* #header -> set_allgemein.css, set_mensch.css ... */

/* CONTENT */

#content
{
  padding-bottom: 100px;
}



/* #menue -> set_allgemein.css, set_tier.css etc. */




/* #contentHeader -> content_normal.css, content_standorte.css etc. 
   #contentMain 
   #incontentMain
   #contentRight
   
*/

#contentLeft
{
	margin-top: 0px;
	margin-left: 0px;
  padding:0px;
	width: 250px;
  /*background:#ffffff;
  border-style:solid;
  border-width: 0 0px 0 0;
  border-color: #0a53a8;*/
  
}

#contentMenue A.menue_sub_no {
display:block;
text-decoration:none;
color:#6b6c6d;
padding-left:20px;
background-image: url(grafix/menue_sub_no.gif);
background-repeat: no-repeat;
margin:0 0 10px 0px;
}


#contentMenue A.menue_sub_no:hover {
color:#c00124;
background-image: url(grafix/menue_sub_ro.gif);
}

#contentMenue A.menue_sub_act {
display:block;
text-decoration:none;
color:#c00124;
padding-left:20px;
background-image: url(grafix/menue_sub_ro.gif);
background-repeat: no-repeat;
margin:0 0 10px 0px;
}



h1 {
	color:#4b6a21;
	margin:1px 0px 10px 0px;
	font-size:26px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;

}

h1 a {



}
 
h2 {
	
	color:#4b6a21;
	margin:1px 0px 5px 0px;
	font-size:20px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;

}

h2 a {
	color:#4b6a21;
}

h2 a:visited {
color:#cb081e;
}

h2 a:hover {
color:#802828;
}

h3 {
	
	color:#4b6a21;
	margin:10px 0px 5px 0px;
	font-size:17px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;

}

h4 {
padding:0px 0px 0px 0px;
color:#cb081e;
font-size:14px;
margin:7px 0px 5px 0px;
text-align:left;
}



h5 {
font-family:Arial, sans-serif;
padding:0px 0px 0px 0px;
color:#111111;
font-size:18px;
margin:7px 0px 5px 0px;
text-align:left;
line-height:21px;
font-weight:bold;
}
 
p {
padding:0px 0px 0px 0px;
font-size:14px;
color:#000000;
margin:7px 0px 7px 0px;
}
 
a {
  color: #cb081e;
 
  text-decoration: underline;
}
 
a:hover {
color:#802828;

  
}

a.image:hover {
background:transparent;
}

 
ul {
margin:2px 0 7px 30px;
list-style-type:square;
list-style-color:#000000;
} 

li {
padding-bottom:1px;
font-weight:bold;
}

hr {
 margin:13px 50px 13px 0;
 border: 0px; /* Für Firefox und Opera #fed940*/
 border-top: solid 1px #cb081e;*/
 border-bottom: transparent;

}

ol
{
	margin-top: 7px;
	margin-left: 25px;
}

#contentMain ol
{
	margin-right: 16px;
}

#contentMain * ol
{
	margin-right: 0;
}

p
{
  margin-top: 2px;
  margin-bottom: 4px;
  
}

#contentMain p
{
margin:6px 10px 6px 15px;
line-height:19px;
}

.align-center {
text-align:center;
}

#contentMain * p
{
  margin-left:4px;
  margin-right:4px;
  padding:0;
}




#contentMain table
{
	padding:2px;
	margin-top: 10px;
	margin-right: 5px;
	border-collapse: collapse;
	/*font-size: 100%;*/
}



#contentMain blockquote p {
font-size:11px;
line-height:13px;
}

th
{
	border: 3px solid #FFFFFF;
	padding: 0.5em;
	background-color: #DDDDDD;
	text-align: center;
	vertical-align: middle;
}

th span
{
	display: block;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.2em;
}

thead td
{
	background-color: transparent;
}

td
{
	border: 0px solid #FFFFFF;
	padding: 0px;

	/*background-color: #EEEEEE;
	text-align: center;*/
	vertical-align: top;
}

table .c1
{
	text-align: left;
}

/*ul {
  list-style-type:square;
  margin:2px 30px 7px 30px;
}*/

ol {
padding:0 40px 0 0;
font-size:11px;
margin:2px 30px 7px 40px;
line-height:13px;
text-align:justify;
}

#contentMain li {
  margin-top:2px;
  margin-bottom:4px;
}

#contentMain ul
{
  list-style-type:none;
  list-style-image:url(grafix/list_dot.gif);
  margin:2px 40px 7px 20px;
  padding:0 0 0 20px;
}

#contentMain * ul
{
  margin:2px 40px 7px 20px;
  padding:0 0 0 20px;
}

img
{
	border: 0 none transparent;
}

img.featureImageRight
{
	float: right;
	border: 1px solid #CCCCCC;
	padding: 4px;
}



a.moreLink
{
	padding-top: 1px;
}

.note
{
	margin-top: 1.5em;
	margin-right: 16px;
	border-right: 3px solid #C3CED9;
	border-left: 3px solid #C3CED9;
	padding: 13px 16px 16px 16px;
	background-color: #E5F2FF;
}

.noteYellow
{
	border-color: #D9D8A8;
	background-color: #FFFEC5;
}

.note .first
{
	margin-top: 0;
}

#contentMain .quote
{
	margin-top: 1.5em;
	margin-right: 16px;
	padding-bottom: 0;
}

#contentMain .quote dd
{
	padding: 40px 16px 0 16px;
	background-image: url(../images/quote_large_bg_bottom.gif);
	background-repeat: no-repeat;
	font-size: 85%;
	text-align: right;
	line-height: 1.3em;
}

#contentMain .quote dt
{
	padding: 13px 16px 1px 16px;
	background-color: #E5DDCD;
	background-image: url(../images/quote_large_bg_top.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}





/* SUBCONTENT */




#contentRight H4 {
font-size:12px;
}

#contentRight H4 A {
color:#333333;
text-decoration:none;
}

#contentRight P {
margin:0px 0px 3px 0;
padding:0px;
}

#contentRight ul
{
  list-style-type:none;
  list-style-image:url(grafix/list_dot.gif);
  margin:2px 0px 7px 0px;
  padding:0 0 0 12px;

}

.stichwortverwandte A {
  background-image: url(grafix/link_pfeil_no.gif);
  background-repeat:no-repeat;
  background-position: 0 1px;
  padding-left:12px;
  
}

.stichwortverwandte A:hover {
  background-image: url(grafix/link_pfeil_ro.gif);
  
}


/* ########## MAILFORM ####################### */

TABLE.formular {
margin-left:40px;
font-size:12px;
}

TABLE.formular TD {
font-size:12px;
margin:0px;
padding:4px;

}

TABLE.formular INPUT {
font-weight:bold;
color:#fefefe;
width:230px;
background:#f2a4ab;
border-color:#e96796;
border-style:solid;
border-width:1px;
margin:0px;
padding:2px;
}

TABLE.formular INPUT.checkbox {
background:#f2a4ab;
border-color:#e96796;
border-style:solid;
border-width:1px;
width:16px;
height:16px;
}

TABLE.formular TEXTAREA {
font-weight:bold;
color:#fefefe;
width:230px;
height:70px;
background:#f2a4ab;
border-color:#e96796;
border-style:solid;
border-width:1px;
margin:0px;
padding:2px;
}

TABLE.formular SELECT {
font-size:11px;
font-weight:bold;
color:#fefefe;
background:#f2a4ab;
border-color:#e96796;
border-style:solid;
border-width:1px;
margin:0px;
padding:0px;
}

TABLE.formular INPUT.submit {
width:120px;
height:25px;
}

TABLE.formular INPUT.submit {
	font-family:Arial, sans-serif;
	font-size: 12px ;
	font-weight:bold;
	color:#ffffff;
	border-style:solid;
	border-width:1px 1px 1px 1px ;
	background-color:#e96796;
	border-top-color:#eeeeee;
	border-left-color:#eeeeee;
	border-right-color:#e96796;
	border-bottom-color:#e96796;
	/*background-image:url(grafix/inputsubmit.gif);*/
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#e96796',EndColorStr='#5c5b60');
}
		
TABLE.formular INPUT.submithov {
	font-family:Arial, sans-serif;
	font-size: 12px ;
	font-weight:bold;
	color:#ffffff;
	border-style:solid;
	border-width:1px 1px 1px 1px ;
	background-color:#fefefe;
	border-top-color:#444444;
	border-left-color:#444444;
	border-right-color:#cccccc;
	border-bottom-color:#cccccc;
	/*background-image:url(grafix/inputsubmithov.gif);*/
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#fefefe',EndColorStr='#5c5b60');
}

TABLE.formular P {
margin-top:0px;
margin-bottom:5px;
line-height:13px;
}

TABLE.formular HR {
border-width: 2px 0 0 0; 
border-style: solid; 
border-color: #5c5b60;
margin: 0px 0 0px 0;
padding:10px 0 10px 0;

}



/* FOOTER */

#footer
{
  background-image: url(grafix/body_bg.gif);
  /*background-repeat:no-repeat;*/
  width: 800px;
  margin: 0 0px 0 0px;
  padding: 0 0 0px 0px;
  font-size: 11px;
  font-weight:bold;
  color: #fefefe;
  text-align: center;
  height:75px;
  border-style:solid;
  border-width:0px 0px 0px 0px;

}

#bottomLinks
{
	list-style: none;
	margin-top: 0px;
	margin-left: 0;
    margin-bottom: 0;
    margin-right:0px;
	padding-top: 0px;

}

#bottomLinks li
{
	display: inline;
	border-left: 1px solid #888888;
	padding: 0 10px 0 10px;
	
}

#bottomLinks li.first
{
	border-left: 0 none transparent;
}

#bottomLinks a
{
  font-weight:bold;
	color: #888888;
  text-decoration:none;
}

#footer p
{
  margin: 0px 0 0 0;
  padding:0;
  font-size:11px;
  line-height:28px;
  color:#ffffff;
}

#footer P A {
color:#ffffff;	
}



	/* CSS fuer den Footer*/
 
	html
	{
		height: 100%;
	}
 
	body
	{
		height: 100%;
	}
 
	#nonFooter
	{
		/*position: relative;*/
		min-height: 100%;
 
	}
 
	* html #nonFooter
	{
		height: 100%;
	}
 
	#footer
	{
		position: relative;
		margin: -75px auto 0 auto;
	}
 
	/* A CSS hack that only applies to IE -- specifies a different offset for the footer */
 
	* html #footer
	{
		margin-top: -75px;
	}
 

