@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;  
	}
		
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#112b6b;
	
	margin-bottom: 16px;
	}
	
ul {
	margin-left: 20px;
	padding-left: 0px;
	}
	
ul li {
	margin-bottom: 5px;
	list-style-position: outside;
	}
	
ul li a {
	color:#112b6b; 
	text-decoration: underline;
	}
	
ul li a:hover{
	color:#ff0042; 
	text-decoration: none;
	}
	
#links h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color:#112b6b;
	
	margin-bottom: 16px;
	}

.rot {
	color:#ff0042; 
	}
	
.blau {
	color:#112b6b; 
	}
	
.rot-fett {
	color:#ff0042;
	font-weight: bold;
	}
	
.blau-fett {
	color:#112b6b; 
	font-weight: bold;
	}

	
a.external-link-new-window {
	color:#112b6b; 
	text-decoration: underline;
	font-weight: normal;
	}
	
a.external-link-new-window:hover {
	color:#ff0042; 
	text-decoration: none;
	font-weight: normal;
	}
	
a.internal-link {
	color:#112b6b; 
	text-decoration: underline;
	font-weight: normal;
	}
	
a.internal-link:hover {
	color:#ff0042; 
	text-decoration: none;
	font-weight: normal;
	}
	
a.download {
	color:#112b6b; 
	text-decoration: underline;
	font-weight: normal;
	}
	
a.download:hover {
	color:#ff0042; 
	text-decoration: none;
	font-weight: normal;
	}
	
a.mail {
	color:#112b6b; 
	text-decoration: underline;
	font-weight: normal;
	}
	
a.mail:hover {
	color:#ff0042; 
	text-decoration: none;
	font-weight: normal;
	}
	

	


