 a:link
{
	color: Blue;
}
 a:visited
{
	color: Blue;
}

html
{
	background-color: #CAE3D9;
	color: Black;
	background-attachment: fixed;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 500px;
	background-color: #CAE3D9;
}

/* mother-container, contains logo, navi, content and footer */

#content
{
	margin: 30px 0 0 135px;
	padding: 100px 10px 10px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CAE3D9;
	background-image: url(ttob.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#mother
{
	text-align: left;
 	margin-bottom: 22px;
	background-color: #CAE3D9;
	background-attachment: fixed;
}

/*	  NAVAGATION	*/

#hormenue2
{
	position: fixed;
	left: 0px;
	top: 30px;
	width: 100%;
	padding: 0;
	margin: 0;
	display: none;
}

#hormenue 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0;
	background-image: url(menu.jpg);
	margin: 0;
	z-index: 90;
}

ul#nav-hor 
{
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}

#hormenue ul#nav-hor .li-haupt
{
	float: left;
	list-style: none;
	margin: 101px 0 0px 0;
}

#hormenue ul#nav-hor li 
{
	float: left;
	list-style: none;
	margin-top: 1px;
}

#hormenue2 ul#nav-hor li 
{
	float: left;
	list-style: none;
	background-color: Yellow;
}

ul#nav-hor li 
{
  float: left;
	height: 28px;
}

ul#nav-hor li a 
{
	color: black;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: silver;
	background-image: url(menu.jpg);
	text-decoration: none;
	border-right: 2px solid white;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
}

ul#nav-hor li a:hover, ul#nav-hor li a:focus
{
	color: white;
	background-color: gray;
	background-image: url(selectedMenu.jpg);
	height: 28px;
}

ul#nav-hor li a.hor_akt
{
	color: Red;
	font-size: 1.3em;
	text-transform: uppercase;
	background-image: url(aktmenu.jpg);
}

/*	  NAVAGATION	*/
#navi 
{
	width: 135px;
	position: fixed;
	left: 0px;
	top: 21px;
	font-size: 13px;
	float: left;
	padding-top: 10px;
	padding-left: 0px;
}

#navi ul
{
  list-style-type: none;
  margin-top: 0px;
  margin-left: 1px;
  padding-left: 1px;
  background-color: #9ADD42;
	color: black;
}

#navi ul li
{
	margin: 0;
	padding: 0;
	border: 0;
}

#navi ul li a
{
	display: block;
	list-style-type: none;
	text-indent: 0px;
	padding: 4px 4px 4px 2px;
	font-weight: bold;
	background-color: transparent;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: silver;
	color: black;
}

#navi a:link, #navi a:visited {
  text-decoration: none;
}

#navi a:hover {
	display: block;
	color: white;
	background-color: gray;
	font-weight: bold;
}

#navi ul .obermenuhigh {
	font-weight: bold;
	font-size: 15.5px;
	color: red;
	background-color: Black;
	display: block;
}

#footer
{
	background-color: #2A4F6F;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	border-top: #778899;
	font-size: 16px;
	height: 23px;
}

#footer a:link, #footer a:visited
{
	color: White;
	background-color: transparent;
	text-decoration: none;
}

html > body #footer
{
  position: fixed;
}

li.erst
{
	background-color: transparent;
	font-weight: bold;
	color: White;
}
