/*************************************************************************************/
/* Basics -> Alles resetten
/*************************************************************************************/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}
 
img, a img,:link img,:visited img, fieldset {
	border: none;
}	
img { 
	margin: 0;
	padding: 0; 
	vertical-align:bottom; 
}

* a {
	outline: none; 
}

/*************************************************************************************/
/* Bascis -> Links
/*************************************************************************************/

* a {
	color: #00275B;
	text-decoration: underline;
}

* a:hover {
	color: #00275B;
	text-decoration: none;
}

* a:visited {
	color: #00275B;
	text-decoration: underline;
}

* a:visited:hover {
	color: #00275B;
	text-decoration: none;
}

* a.pdf {
 background: url(pdf1.gif) right no-repeat;
}

* a.pdf:visited {
 background: url(pdf2.gif) right no-repeat;
}

/*************************************************************************************/
/* Basics -> Typo
/*************************************************************************************/

* body, textarea, input {
	font: normal 12px Arial, sans-serif;
}
	