* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: "Lucida Grande", Arial, "Trebuchet MS", Helvetica, Verdana;
	font-size: 13px;
  background-image: url("../images/back.gif");
  background-repeat: repeat-y;
  background-position: center;
  background-position: top;
}

div#all {
	width: 800px;
	height: 100%;
  vertical-align: top;
  overflow: hidden;
}

div#head {
	width: 800px;
	height: 220px;
	vertical-align: top;
}

div#left {
  width: 180px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

div#nav {
  width: 180px;
	height: auto;
	margin: 0px 0px 0px 0px;
}

div#left_content {
  width: 180px;
	height: auto;
	margin: 0px 0px 0px 0px;
	background-image: url("../images/hint_left.jpg");
}

div#content {
	width: 600px;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

div#bottom {
  width: 795px;
	height: auto;
	overflow: hidden;
}




/* Innerhalb des contents */




/* Schriftenformatierung */
p, h1, h2,  td p, td, ul li {
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	font-family: "Lucida Grande", Arial, "Trebuchet MS", Helvetica, Verdana;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

h1, h2 {
	font-size: 15px;
	line-height: 19px;
	color: #38A647;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 14px;
	line-height: 18px;
	color: #38A647;
	font-weight: 900;
	letter-spacing: 0px;
	text-transform: none;
	margin: 0px 0px 7px 0px;
}

ul li{
	margin: 0px 0px 5px 14px;
	font-size: 14px;
	line-height: 18px;
}

.sterne {
	list-style-image: url("../images/aha_stern2.gif");
}



.klein {
	font-family: "Lucida Grande", Arial, "Trebuchet MS", Helvetica, Verdana;
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	margin: 10px 0px 10px 0px;
}

img, a:link img, a:active img, a:visited img, a:hover img {
  border: 0px solid white;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;  
}

hr {
	border-top: 0px;
	border-bottom: 3px;
  border-style: dotted;
}


a:link, a:active, a:visited {
	text-decoration: underline;
	color: #991F22;
}

a:hover {
	color: black;
	text-decoration: none;
}

/* Tabellen*/
table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid white;
	vertical-align: top;
}

td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid white;
	vertical-align: top;
}


/* Formularformatierungen */
form table td {
	text-align: left;
}

input, textarea {
	width: 330px;
	border: 1px solid #38A647;
	background-color: white;
	color: black;
}

textarea {
	height: 303px;
}




/* Navigation */
div#nav .mainlevel, div#nav a.mainlevel, div#nav a.mainlevel#active_menu{
	font-family: "Lucida Grande", Arial, "Trebuchet MS", Helvetica, Verdana;
	color: black;
	font-size: 14px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding: 4px 0px 5px 20px;
	margin: 0px 10px 0px 0px;
	width: 160px;
	height: auto;
	border: none;
  letter-spacing: 0px;
	list-style: none;
	display: block;
	background-image: url("../images/nav_norm.gif");
  background-repeat: none; 
}

div#nav a.mainlevel#active_menu{
	background-image: url("../images/nav_hover.gif");
  background-repeat: none;
}

div#nav a.mainlevel:hover{
	background-image: url("../images/nav_hover.gif");
  background-repeat: none;
}





/* Navigation 2. Ebene*/
div#nav a.sublevel, div#nav a.sublevel#active_menu {
	font-family: "Lucida Grande", Arial, "Trebuchet MS", Helvetica, Verdana;
	color: black;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	display: block;
	padding: 2px 0px 2px 35px;
	margin: 0px 0px 0px 0px;
	width: 145px;
	border: none;
	list-style: none;
	background-image: url("../images/nav_norm.gif");
  background-repeat: none;
}

div#nav a.sublevel#active_menu {
	background-image: url("../images/nav_hover.gif");
  background-repeat: none;
}

div#nav a.sublevel:hover {
	background-image: url("../images/nav_hover.gif");
  background-repeat: none;
}

