* {
  margin: 0;
  padding: 0;
  list-style-type: square;
}

body {
  background-color: #a3a3a3;
  background-image: url(img/main_bg.jpg);
  background-repeat: repeat-x;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

a {
	color: #00644b;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
	color: #00644b;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
	color: #666666;
  text-decoration: underline;
  font-weight: bold;
}

h1 {
  margin-bottom: 10px;
}

h2 {
  margin-bottom: 5px;
}

h3 {
  margin-bottom: 3px;
}

h4 {
  margin-bottom: 2px;
}

#mainwrapper {
  text-align: left;
  background-repeat: repeat-y;
  width: 750px;
  height: auto;
  bottom: 0px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0px;
}


#topgreen {
  position: absolute;
  z-index: 200;
  top: 0;
  width: 750px;
  height: 32px;
  float: left
}


#topnavi {
  padding: 32px 0 0 0;
  width: 790px;
  height: 136px;
  background-image: url(img/content_bg.jpg);
  background-repeat: repeat-y;
}


#topnavi li  {
	list-style-type: none;  
display: inline;
  margin: 0;
  padding: 0;
  float: left;
}


#fullcontent {
	text-align: left;
  background-image: url(img/content_bg.jpg);
  background-repeat: repeat-y;
  width: 750px;
/*  height: 1500px; */
  min-height: 600px;
/*  top: 186px; */
  top: 189px;
  bottom: 0px;
  position: absolute;
}

#fullcontent table.uni {
  background-image: url(img/content_bg.jpg);
  background-repeat: repeat-y;
  padding-bottom: 30px;
}



#content {
  width: 470px;
  float: left;
  margin-left: 3px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
  top: 0px;
  bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}


#content img {
  border:none;
}


#content td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}


#rightbox {
	width: 248px;
  top: 0px;
  float: right;
  position: absolute;
  font-size: 12px;
  color: #000000;
  right: 10px;
  padding-right: 0px;
  padding-top: 10px;
}
.r_box {
	margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.r_box ul {
	list-style-type: square;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  margin-left: 30px;
  margin-top: 0px;
}
.r_box a {
	color: #333333;
  text-decoration: none;
  font-weight: normal;
}
.r_box a:visited {
	color: #333333;
  text-decoration: none;
  font-weight: normal;
}
.r_box a:hover {
	color: #666666;
  text-decoration: underline;
  font-weight: normal;
}
.minihead {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #626262;
	vertical-align: top;
  line-height: 19px;
}
.uni {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}


#subnavi {
/*  height: 18px; */
  height: 21px;
  width: 750px;
  top: 168px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url(img/content_bg.jpg);
  position: absolute;
}


#subnavibg {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
/*  height: 18px; */
  height: 21px;
  width: 750px;
  margin-top: 0px;
  margin-bottom: 0px;
/*  padding-left: 25px;*/
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
}


#identbox {
	z-index: 9999;
  margin-left: 147px !important;
  margin-top: 20px !important;
  margin-left: 127px;
  margin-top: 25px;
  height: 131px;
  position: absolute;
}
ul.nav2nd a{
  color: #FFFFFF;
  font-weight: normal;
}
ul.nav2nd li {
	list-style-type: none;
	display: inline;
  float: left;
  margin-left: 20px;
  margin-top: 3px;
}

li.active {
	text-decoration: none;
}
li.active a {
  font-weight: bold;
}

ul.nav2nd li a:hover {
  font-weight: bold;
  text-decoration: none;
  font-size: 110%;
}

td.box_head {
	background-image: url(img/right_box_head.jpg);
}

td.box_body {
	background-color: #F4F4F4;
}


/* Sitemap */
.sitemap1st ul {
  padding-bottom: 7px;
  padding-right: 7px;
  padding-left: 7px;
}

.sitemap1st li {
  padding-right: 7px;
  padding-left: 7px;
  list-style-type: disc;
}

.sitemap2nd ul {
  padding-right: 7px;
  padding-left: 7px;
}
  
.sitemap2nd li {
  padding-right: 7px;
  padding-left: 7px;
  list-style-type: square;
}


a.linkalstextfett {
  color: black;
  text-decoration: none;
  font-weight: bolder;
}
a:visited.linkalstextfett {
  color: black;
  text-decoration: none;
  font-weight: bolder;
}
a:hover.linkalstextfett {
  color: black;
  text-decoration: none;
  font-weight: bolder;
}


