
/* CSS Document */

/* -------------------------------------------------------------------------------------------------- */
/* Grundtemplate */
/* -------------------------------------------------------------------------------------------------- */
body {
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

/*
#main {
	border-top: 2pt solid #5BB0B0;
}*/

#jump, #footer, #main_nav, #top_nav, #headerimage, #nav_sub, #col1 h2 {
	display: none;
}


/* -------------------------------------------------------------------------------------------------- */
/* Header & Header image */
/* -------------------------------------------------------------------------------------------------- */




/* -------------------------------------------------------------------------------------------------- */
/* Allgemeine Definitionen */
/* -------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1, h1 a {
	color: #5BB0B0;
	font-size: 15pt;
	line-height: 20pt;
	margin-bottom: 30px;
}
	
h2 {
	font-size: 14pt;
	line-height: 25pt;
	font-weight: bold;
	padding-bottom: 5pt;
	padding-top: 20pt;
	border-bottom: 2pt solid #000000;
	margin-bottom: 12pt;
}

h3, h3 a {
	font-size: 11pt;
	padding: 0 0 10pt 0;
	font-weight: bold;
	line-height: 14pt;
}

h5 {
	font-size: 12px;
	color: #5BB0B0;
	font-weight: bold;
}

a { 
	color: #000000;
	text-decoration:none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a:hover, a:focus, a:active, a.active {
	outline: none;
}

a img {
	border: 0;
}


p {
	margin: 0;
	padding: 0 0 10pt 0;
	line-height: 13pt;
	font-size: 9pt;
}

ul {
	list-style: none;
	padding: 0 0 9pt 0;
	margin: 0;
}



cite img {
	margin: 0 0 23pt 0;
	padding: 0 0 13pt 0;
}

/* -------------------------------------------------------------------------------------------------- */
/* Klassen */
/* -------------------------------------------------------------------------------------------------- */

.more_news {
	border-bottom: 1pt solid #CCCCCC;
	display: block;	
	padding-bottom: 8pt;
	margin-bottom: 12pt;
	font-size: 9pt;
	font-weight: bold;
}


.cites {
	margin: 12pt 0 24pt 0;
	border-top: 1pt solid #CCCCCC;
	border-bottom: 1pt solid #CCCCCC;
	padding: 12pt 0 3pt 0;
}

.cites cite, .cites p cite {
	font-size: 12pt;
	line-height: 14pt;
	color: #5BB0B0;
	font-style: normal;
}

.cites p {
	font-size: 10pt;
}

