/*


Colors:

#0066b1		blau
#ff852e		orange
#dfedf7		hellblau
#000a12		schwarz
#background: #6495ED url(stars1.jpg) no-repeat fixed center;
*/

/*********************** TAGS ***********************/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}

body {
	background-color: #D12E31;
}

h1,h2,h3 {
	font-weight: bold;
}

h1 {
	color: #d0dde7;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 7px 0 5px 39px;
	margin: 0 0 10px 0;
}

h2 {
	color: #003358;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h3 {
	color: #000a12;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h4 {
	color: #000a12;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

td {
	vertical-align: top;
	font-weight: bold;
}

.content img {
	border: 1px solid #edf2f6;
}

img.noborder, .noborder img {
	border: none;
}

/*********************** LINKS ***********************/

a:link, a:visited, a:hover, a:active {
	color: black;
	text-decoration: none;
	font-size : 13px;
	font-weight : bold;
}

a:hover {
	color: Silver;
}

.content a:link, .content a:visited, .content a:hover, .content a:active,
.news a:link, .news a:visited, .news a:hover, .news a:active {
	background: url(arr_link_i.gif) no-repeat 0 4px;
	padding: 0 0 0 10px;
}

.content a:hover, .news a:hover {
	background: url(arr_link_a.gif) no-repeat 0 4px;
}

.content li a, .news li a, .content li a:link, .news li a:link, .content li a:visited, .news li a:visited, 
.content li a:hover, .news li a:hover, .content li a:active, .news li a:active {
	background: none;
	border: none;
	padding: 0;
}

.content a img, .news a img, .content a:link img, .news a:link img, .content a:visited img, .news a:visited img, 
.content a:hover img, .news a:hover img, .content a:active img, .news a:active img {
	margin-left: -10px;
	border: none;
}

.nolinkimage, a.nolinkimage, a.nolinkimage:link, a.nolinkimage:visited, a.nolinkimage:hover, a.nolinkimage:active,
.nolinkimage a, .nolinkimage a:link, .nolinkimage a:visited, .nolinkimage a:hover, .nolinkimage a:active {
	background: none;
	padding: 0;
}

a.uplink {
	color: #679ae9;
	font-size: 12px;
}

div.dots1 {
	background: url(dots_white.gif) repeat-x;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	margin: 10px 0;
}

div.dots2 {
	background: url(dots_blue.gif) repeat-x;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}



/*********************** ACTIVE OBJECTS ***********************/
#container {
}
	
html>body #container {
}

.dbheader {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background: #000a12;
}

.contenttable {
	margin: 0;
	width: 955px;
	text-align: center;
}

ul.menu, ul.menu ul {
	margin : 0 0 0 0px;
	list-style : none;
	text-align : center;
	padding : 0px 0px 0px 0px;
}

ul.menu a {
	display: block;
	padding: 5px 5px 5px 5px;
	font-weight: bolder;
	border: 1px solid Black;
	background : Window;
}


ul.menu li {
	background-image: none;
	background-color: #D12E31;
	float: left;
}

ul.menu ul {
	margin-left:0;
	padding: 5px 5px 5px 5px;
	position: absolute;
	background-color: #D12E31;
	border: 0px solid Black;
	display:none;
}

/* IE-Hack für die Breite */
*html ul.menu ul {
    width:180px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
	display: block;
}

ul.menu ul li {
	float: left;
	background-color: #D12E31;
}
