@charset "UTF-8";
/* CSS Document */


body {
    font-family: Trebuchet MS, Verdana, 'Helvetica', Arial, sans-serif;
    font-size: small; 
    color:#666666;
	background:#dddddd;
	text-align:center;
  	}

  /* Hack für IE 5*/
  * html body {
  	font-size: x-small; /*für IE 5*/
  	f\ont-size: small; /*für andere IE-Versionen*/
  	}
	
p {
	line-height: 1.6em;
	font-size: 1.0em;
	padding-top: 15px;
}
	

/* Formatierungen der Überschriften */
h1 { font-size: 14px; color:#666666; line-height:1.7em; text-transform:uppercase; font-weight:normal; border-left: 8px solid #7f1709; padding-left: 10px;}          
h2 { font-size: 16px; color:#dddddd; line-height:2.0em; font-weight:normal;}         
h3 { font-size: 90%; color:#6a737b; font-weight:bold; font-family:Arial, "Helvetica, sans-serif";}  
h4 { font-size: 90%; color:#6a737b; font-weight:bold; font-family:Arial, "Helvetica, sans-serif";border-left: 6px solid #7f1709; padding-left: 10px; } 
h5 { font-size: 14px; color:#666666; line-height:1.7em; text-transform:uppercase; font-weight:normal; }  

/* Allgemeine Hyperlinks */	
a, a:link, a:visited, a:focus {
 	color: #7f1709;
 	text-decoration: none;
	}
	
a:hover, a:focus {
 	color:#7f1709;
 	text-decoration: underline;
	}
	

/* Hyperlinks mit Pfeil für intern und extern */
a.int {background: url(../image/icon_external.gif) no-repeat left bottom;}
a.ext {background: url(../image/icon_intern.gif) no-repeat left bottom;}
a.int, a.ext {padding-left: 20px;}

a.text {background: url(../image/icon_pdf.gif) no-repeat right center; color: #666666; padding-right: 25px; font-weight:normal; font-size: 0.9em;}

a.weg {background: url(../image/icon_pdf.gif) no-repeat right center; color: #7f1709; padding-right: 25px; font-weight:bold; font-size: 1.0em; }

blockquote {
	background-image: url(../image/bg_blockquote.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	font-style: italic;
	line-height: 1.6em;
}
blockquote span {
	background-image: url(../image/bg_blockquote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding-right: 30px;
}

address {
	font-style: normal;
	margin-top: 15px;
}

a.gb {background: url(../image/gb.gif) no-repeat right center; color: #666666; padding-right: 33px; font-weight:normal; font-size: 0.9em;}

a.de {background: url(../image/de.gif) no-repeat right center; color: #666666; padding-right: 33px; font-weight:normal; font-size: 0.9em;}
	
	



