*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 0.9em;
	color: #000;
	font-family: verdana,arial,sans-serif;
	margin-top: 0;
	margin-left: 0;
	background: #000066;
}

a:link {
	color: #333;
	background-color: #fff;
	text-decoration: none;
}

a:visited {
	color: #333;
	background-color: #fff;	
	text-decoration: none;
}

a:hover {
	color: Gray;
	background-color: #fff;
	text-decoration: none;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 0.9em;
	clear: both;
	margin: 0 0 0 0;
}

td, tr {
	font-size: 0.9em;
	clear: both;
	margin: 0 0 0 0;
}

/* Kleinerer Text */
.s {
	font-size: 0.7em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}
h1 {
	font-size: 1.0em;
	margin-bottom: 0em;
	font-weight: 600;
	color: #003366;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0em;
	font-weight: 600;
	color: #003366;
}

h3 {

}

h4 {

}
#bgrd {
 background-image:url('images/hgrd.jpg'); background-repeat:no-repeat; background-position: 0px 0px; }

#button {
	width: 177px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: Verdana, Arial, sans-serif; /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
	font-size: 12px;
	color: #333;
	background-color: transparent;
}

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
	border-bottom: 5px solid Transparent;
	margin: 0;
	list-style: none;
	list-style-image: none;
}

        #button li a {
	display: block;
	padding: 5px 2px 5px 20px;
	border-left: 7px solid #E0DFEC;
	border-right: 7px solid #E0DFEC;
	background-color: #E0DFEC;
	color: #003366;
	text-decoration: none;
	width: 100%;
}

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
	border-left: 7px solid #3399CC;
	border-right: 7px solid #3399CC;
	background-color: #3399CC;
	color: #fff;
}

        #button li #active {
	border-left: 7px solid #3399CC;
	border-right: 7px solid #3399CC;
	background-color: #3399CC;
	color: #fff;
	font-weight: bold;
}

a.type_1:link {
	color: #003366;
	font-size: 10px;
}
a.type_1:visited {
	color: #003366;
	font-size: 10px;
}
a.type_1:active {
	color: #003366;
	font-size: 10px;
}
a.type_1:hover {
	color: #CC0066;
	font-size: 10px;
}

a.type_2:link {
	color: #003366;
	font-size: 12px;
	background-color: transparent;
}
a.type_2:visited {
	color: #003366;
	font-size: 12px;
	background-color: transparent;
}
a.type_2:active {
	color: #003366;
	font-size: 12px;
	background-color: transparent;
}
a.type_2:hover {
	color: #CC0066;
	font-size: 12px;
	background-color: transparent;
}

a.type_3:link {
	color: #666666;
	font-size: 12px;
	background-color: transparent;
}
a.type_3:visited {
	color: Gray;
	font-size: 12px;
	background-color: transparent;
}
a.type_3:active {
	color: Gray;
	font-size: 12px;
	background-color: transparent;
}
a.type_3:hover {
	color: Black;
	font-size: 12px;
	background-color: transparent;
}