* {
	font-size: 14px;
}
body {
	font-family: Verdena,Arial,sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	max-width: 800px;
	margin: 20px auto;
}	
h1 {
  font-family: Trebuchet MS,Arial,sans-serif;
	font-size: 22px;
  font-style: normal;
	font-weight: bold;
}
h2 {
  font-family: Trebuchet MS,Arial,sans-serif;
	font-size: 18px;
  font-style: normal;
	font-weight: bold;
}
h3 {
  font-family: Trebuchet MS,Arial,sans-serif;
	font-size: 16px;
  font-style: normal;
	font-weight: bold;
}
h4 {
  font-family: Trebuchet MS,Arial,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
dt {
	font-weight: bold;
}
hr {
	height: 6px;
	border-left: none;
	border-right: none;
	border-top: 1px solid;
	border-top-color: #0060B3;
	border-bottom: 1px solid;
	border-bottom-color: #93A8DC;
}

/* tables with border = "1" */
table[border="1"] {
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 1px;
    border-style: solid;
    empty-cells: show;
    padding: 4px;
}
table[border="1"] * td {
    padding: 4px;
}
table[border="1"] * th {
    padding: 4px;
}

a {
	color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	background-color: #CFE2F3;
}
a:active {
	color: #000000;
	background-color: #CFE2F3;
}
a:focus {
	color: #000000;
	background-color: #CFE2F3;
}
.nav {

	font-family: Arial,sans-serif;
	font-size: 14px;
}
.nav:link {
	color: #0060B3;
	text-decoration: none;
}
.nav:visited {
	color: #0060B3;
	text-decoration: none;
}
.nav:hover {
	color: #0060B3;
	background-color: #CFE2F3;
}
.nav:active {
	color: #0060B3;
	background-color: #CFE2F3;
}
.nav:focus {
	color: #0060B3;
	background-color: #CFE2F3;
}
.nav2 {
	position:relative; top:+2px;
	font-family: Arial,sans-serif;
	font-size: 12px;
}
.nav2:link {
	color: #0060B3;
	text-decoration: none;
}
.nav2:visited {
	color: #0060B3;
	text-decoration: none;
}
.nav2:hover {
	color: #0060B3;
	background-color: #CFE2F3;
}
.nav2:active {
	color: #0060B3;
	background-color: #CFE2F3;
}
.nav2:focus {
	color: #0060B3;
	background-color: #CFE2F3;
}
.imgborder {
	border: 1px solid black;
}
.noimgborder {
	border-style:none;
}
/* style for a border around a div-tag (for boxes): */
.box {
    border-style: solid;
    border-width: 2px;
    padding: 10px;
    border-color: #0000CC;
}
.red {
	color: #FF0000;
}
.green {
	color: #00A000;
}
.login_input {
	width: 250px;
}
.login_problem {
	width: 400px;
}
.note {
	background-color: #779EC9;
	text-align: justify;
}
#bottom_menu > a {
	font-family: Trebuchet MS,Arial,sans-serif; 
	font-size: 16px; 
	font-weight: bold;
}

DIV.Kategorie {
 width: 80%;
 height: .8em;
 line-height: 1em;
 margin-top: .9em;
 font-size: 1em;
 font-weight: bold;
}
DIV.Kategorie_End{
 width: 80%;
 height: .8em;
 line-height: 1em;
 margin-top: .9em;
 margin-bottom: .9em;
 font-size: 1em;
 font-weight: bold;
}
DIV.Unterkategorie {
 width: 81%;
 margin-left: 6%;
 height: 1.1em;
 margin-top: .4em;
 font-size: .8em;
 font-weight: normal;
}
DIV.Unterkategorie2 {
 width: 81%;
 margin-left: 12%;
 height: 1.1em;
 margin-top: .4em;
 font-size: .8em;
 font-weight: normal;
}
.Textelement {
 float: left;
 position: relative;
 top: 5px;
 color:#0060b2;
 background-color: white;
 margin-bottom: -.3em;
 text-align: left;
 padding-right: 10px;
  padding-left: 3px;
}
DIV.Index_css {
width: 75%;
background-color: #f9f9f9;
border:thin solid #aaaaaa;
}
