/* =====================================================
Texformatierung für yggdrasil Dr. Susanne Rahner
Stand 28.April 2009
=====================================================*/
/*{padding:0; margin:0;}/* alle Abstände auf null, für die gesamte Seite fest*/


body
{
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	text-align: left;
	line-height: 17px;

}


.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}



/* h1 ist die greatest Headline */

h1 {
	font-size: 13px;
	font-weight:bold;
	margin:10px 0;
	color:#a20532;
}

h2 {
	font-size: 13px;
	font-weight:bold;
	margin:10px 0;
	color:#373857;
}

/* Text bold grau*/
h3 {
	font-size: 12px;
	font-weight:bold;
	color:#333333;
}


h4 {
	font-size: 12px;
	font-weight:normal;
	color:#333333;
}


h5 {
	font-size: 20px;
	font-weight:bold;
	color:#333333;
}

.eng {
	font-size: 20px;
	font-weight:bold;
	color:#cc6633;
}



/* fett in verdana)*/
strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}


.A_adresse {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #333;
text-decoration: none;
}


/* =====================================================
Ende der Texformatierung
=====================================================*/


/*=====================================================
Formatierung textlinks
=====================================================*/

a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #333;
text-decoration: none

}
a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #333;
text-decoration: none

}
a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #EE1947;
text-decoration: underline
}
a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #333;
text-decoration: none
}
/*=====================================================
Ende Formatierung textlinks
=====================================================*/





/*=====================================================
Footer Klasse
=====================================================*/

.footer { font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #585A5F; }


/*=====================================================
Ende Footer Klasse
=====================================================*/


/*=====================================================
Footer box
=====================================================*/

#footerbox a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #585A5F;
text-decoration: none; }

#footerbox a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #585A5F;
text-decoration: none; }

#footerbox a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #585A5F;
text-decoration: none; }

#footerbox a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #585A5F;
text-decoration: none; }

/*=====================================================
Ende Footerbox
=====================================================*/


