@charset "ISO-8859-1";

/* CSS Document */

 * {margin: 0; padding: 0; border: 0;}

body {
    font-family: Trebuchet MS, Verdana, "Helvetica", Arial, sans-serif;
    font-size: 62.5%;
    color: #7b8888;
	background: #222222;
	text-align:center;
  	}
	
p {
	font-size: 1.2em;
	line-height: 1.4em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {font-family: Arial,Helvetica,sans-serif; color: #bcbcbc; line-height:1.7em; font-weight:normal; font-style:normal;}
	
h1 { font-size: 1.8em; }          
h2 { font-size: 1.5em; }         
h3 { font-size: 1.4em; }  
h4 { font-size: 1.3em; } 
h5 { font-size: 1.2em; } 

/* Allgemeine Hyperlinks */	
a, a:link, a:visited, a:focus {
color: #bcbcbc;
 	text-decoration: underline;
	}
	
a:hover, a:focus {
 	color:#ffffff;
 	text-decoration: underline;
	
	}
	
.clear {
	clear:both;
	height: .1px;
	font-size: 0;
	line-height: 0;
	visibility:hidden;
} 

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-size: 1.3em;
text-align:left;
color: #7b8888;
font-weight:normal;
font-style:normal;
line-height: 1.3em;
}

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;}

	



