/* vim: set nospell: */

body {
  background-color: white;
  font-size: 10pt;
  color: #373038;
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  line-height: 150%;
  word-spacing: +1px;
}

a:link{
	color:#606064;
}
a:visited {
	color:#606064;
}

body a:hover, #set_current_cat {
  color: #feae32 ;
}

#logo {
  position: fixed;
  left: 0px;
  top: 0px;
  padding: 20px 0px 15px 20px;
  float:left;
  z-index: 2;
}

/* Menu */
#menu {
  position: fixed;
  left: 80px;
  top: 0px;
  background-color: white;
  z-index: 1;
  padding: 100px 0px 0px 0px;
  height: 180px;
  width: 1000px;
}

div.category {
  text-align:left;
  float:left;
  font-size: 15px;
  padding: 10px 00px 0px 0px;
  color: #81b32c;
  font-weight: bold;
  line-height: 1.20em;
}

div.category a {
  display: list-item;
  color: #373038;
  text-decoration: none;
  list-style-type: none;
  list-style-position: inside;
  padding: 0px 30px 0px 0px;
}

#menu2 {
  position: fixed;
  left: 80px;
  top: 280px;
  background-color: white;
  height: 25px;
  z-index:1;
  width: 800px;
  border-bottom: 1px solid #373038;
}

div.subcategory {
  text-align:left;
  float:left;
  font-size: 13px;
  color: #81b32c;
  font-weight: bold;
  line-height: 1.20em;
}

div.subcategory a {
  display: list-item;
  color: #999999;
  text-decoration: none;
  list-style-type: disc;
  list-style-position: inside;
  padding: 0px 20px 0px 0px;
}



div.category a:hover, #set_current_cat {
  color: #feae32 ;
}

div.category, #is_current_cat {
  color: #81b32c;
}

div.subcategory a:hover, #set_current_page {
  color: #feae32 ;
}

div.subcategory, #is_current_page {
  color: #81b32c;
}


/* Lanuguage Chooser */
#language_chooser {
	position: fixed;
	text-align: right;
	top:315px;
	left:650px;
	font-size: 10px;
  	z-index: 3;
}

/* Content */

#content {
  position: absolute;
  width: 490px;
  left:  80px;
  top:   320px;
  /*
  border-left: 1px solid #373038;
  border-right: 1px solid #373038;
  border-bottom: 1px solid #373038;
  */
}

#aufmacher {
  position: fixed;
  top: 140px;
  left: 80px;
  text-align: center;
  z-index: 2 ;
  height: 125px;
  width: 800px;
}

#dots {
	padding: 10px 0px 10px 0px;
}

/* Aktuelles */
#aktuelles {
  	position: fixed;
	/*
	border-left: 1px solid #373038;
	border-top: 1px solid #373038;
	border-right: 1px solid #373038;
	border-bottom: 1px solid #373038;
	*/

	left:650px;
	top: 340px;
	
	width: 210px;
/*	height: 320px; */
	border-bottom: 20px solid #eeeeee;

	text-align:left;
	float:left;

	font-size: 14px;
	color: #81b32c;
	font-weight: bold;
	line-height: 1.60em;

	background-color: #eeeeee;	
	padding: 20px 0px 0px 20px;
}

div.aktuelles a {
	font-size: 12px;
	display: list-item;
	color: #373038;
	text-decoration: none;
	font-weight: normal;
	list-style-type: disc;
	list-style-position: outside;
}


div.aktuelles a:hover {
  color: #feae32;
}

/* Custom */
h1 {
  font-family: "Times New Roman, Times, Helvetica, Serif";
  font-size: 1.6em;
  color: #81b32c;
}

h2 {
  font-family: "Times New Roman, Times, Helvetica, Serif";
  font-size: 1.4em;
  color: #81b32c;
}

h3 {
  font-family: "Times New Roman, Times, Helvetica, Serif";
  font-size: 1.1em;
  color: #81b32c;
}

h4 {
  font-family: "Times New Roman, Times, Helvetica, Serif";
  font-size: 0.9em;
  color: #81b32c;
}

h5 {
  font-family: "Times New Roman, Times, Helvetica, Serif";
  font-size: 0.7em;
  color: #81b32c;
}

span.green {
  color: #81b32c;
}
