/* Stilvorgaben Typographie, Farben etc. */
/* Standard fuer Textelemente */
body
{ 	
	background:#cdcdcd;	
	padding:0px;
	margin:0px;
}

* 
{
	font-family:Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:16px;
	color:#000000;	
	padding:0px;
	margin:0px;
}


img 
{ 
	border:0px;
	outline:0px;
}
	
/* Auszeichnungsklasse: fett */		
.bold 		
{	
	font-weight: bold; 
}


/* Headline-Formate */	
h1
{	
	font-size:25px;
	font-weight:normal;
	line-height:20px;
}

h2
{
	font-size:12px !important;
	font-weight:normal;
	line-height:12px;
	margin-bottom:3px;
}

/* Absatz */
td
{
	vertical-align:top;	
}
p
{
	margin-bottom:10px;
}

p.liste
{
	
	font-size:10px;
	line-height:12px;
	font-weight:bold;	
}
em.head
{
	font-family:Arial, sans-serif;
	font-size:25px;
	font-style:normal;
	line-height:25px;
	color:#000000;	
	padding-left:0px;
	padding-top:22px;
	margin-bottom:4px;
}


/* Buttons */
a, em.but_aktiv	
{		
	font-size:10px;
	text-decoration:none;
    line-height:16px;
	color:#6d6d6d;
}
#footer_nav a
{
	color:#6d6d6d;
	margin-left:10px;
}
#footer_nav a:hover
{
	color:#1d1d1d;
	margin-left:10px;
}
em.but_aktiv
{	
	font-weight:bold;
	color:#0b0b0b;
}

a:focus, a:active, a:visited 
{
	border:none;
	text-decoration:none;
	
}

a:hover	
{
	color:#0b0b0b;
}

