/**
* ALLGEMEIN ------------------------
*/

body {
	text-align: center;
	font-size: 100.01%;	
	}
	
/**
* @bugfix	Schriftrendering Safari
*/

<!--[if !IE]>-->

body {
    font-size: 16px;
}

<!--<[endif]-->	
	

/**
* LINKS ----------------------------
*/
	
a {
	text-decoration: none;
	color: #000000;
	}
	
a.external-link, a.external-link-new-window {
	text-decoration: none;
	color: #000000;
	}
	
a.mail {
	text-decoration: none;
	color: #000000;
	}
	
a.internal-link, a.internal-link-new-window {
	text-decoration: none;
	color: #000000;
	}
	
a.download {
	text-decoration: none;
	color: #000000;
	}			

a:visited {
	text-decoration: none;
	color: #000000;
	}
	
a:hover, a:focus {
	color: #666666;
	}
	
a:active {
	color: #999999;
	}

	
/**
*  TEXT ----------------------------
*/

/* Allgemein */
div, p, body, html {
    line-height: 1.5em;
    font-family: Verdana, Arial, sans serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #444444;
	}

div#content p, div#content_small p {
	font-size: 0.625em;
	margin: 0 0 0 0;
	text-align: justify;
	}

div#header p {
	font-size: 0.625em;
	margin: 0 0 0 0;
	text-align: justify;
	}

div#imprint p, div#back {
	font-size: 0.575em;
	}	
	
div#imprint p a, div#back p a {
	color: #000000;
	text-decoration: none;
	}
	
div#imprint p a:hover, div#imprint p a:focus,
div#back p a:hover, div#back p a:focus {
	color: #999999;
	}	
	
/**
*  LISTEN ---------------------------
*/

ul {
	font-size: 0.625em;
	text-align: left;
	}
	
li {
	margin: 0;
	padding: 0;
	line-height: 1.75em;
	list-style-type: none;
	}
	
ul li a {
	text-decoration: none;
	color: #000000;
	}
	

/**
* UEBERSCHRIFTEN --------------------
*/

h1, h2, h3, h4, h5, h6 {
	font-family: Courier, serif;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin: 0;
	padding: 0;
	}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6,
div#content_small h1, div#content_small h2, div#content_small h3, div#content_small h4, div#content_small h5, div#content_small h6 {
	margin: 20px 0 10px 0;
	} 

div#header h1, div#header h2, div#header h3, div#header h4, div#header h5, div#header h6 {
	margin: 0 0 20px 0;
	} 
	
h1 {
	font-size: 1.75em;
	}
	
h2 {
	font-size: 1.5em;
	}
	
h3 {
	font-size: 1.25em;
	}
	
h4 {
	font-size: 1em;
	}
	
h5 {
	font-size: 0.875em;
	}

h6 {
	font-size: 0.75em;
	} 
 
div.remooz-title-content h6 {
	font-size: 0.875em;
	font-weight: normal;
	letter-spacing: 0.05em;
	font-family: Verdana, Arial, sans serif;
	}
 
	
/**
* BILDER --------------------------------
*/

div#page img, a img {
	border: 0;
	}
