


body {
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  background: #8080ff;
  padding: 0;
  margin: 0;
}

#container {
  width: 1000px;
  margin: 0 auto;
}

#pagetitle {
  background: url('fullheader.png');
  height: 110px;
  border-bottom: 3px white solid;
}
#pagetitle img {
  border: 0;
}

#mainmenu {
  margin: 0;
  padding: 15px 0 30px 0;
  background: #0602A1;
}
#mainmenu ul {
  margin: 0;
  padding: 2px 1px 0 0;
}
li.menu-0 {
  list-style: none;
  /*font-weight: 700;*/

  margin: 0;
  padding: 3px 0 3px 20px;

  border-bottom: 1px #BDD5F0 solid;
}
.menu-0 :hover {
  background: #4340B8;
}
.menu-0 .menu-current:hover {
  background: #4340B8 url('menu-active.gif') 0 2px no-repeat;
}
li.menu-current,
li.menu-parent {
  /*background: %mainmenubghover%;*/
  font-weight: 700;
  background: url('menu-active.gif') 0 2px no-repeat;

}

/* sub-menue */
ul.menu-1 li.menu-last,
ul.menu-2 li.menu-last {
  border-bottom: 0;
}
li.menu-1,
li.menu-2  {
  list-style: none;
  font-weight: 500;
  font-size: 85%;

  margin: 0 0 0 15px;
  padding: 2px 0 2px 0px;
  
  border-bottom: 1px #6A68CA solid;
}
ul.menu-1 .menu-current {
  font-weight: 700;
  background: none;
}
.menu-1 .menu-current:hover {
  background: none;
}

#mainmenu ul li a:link,
#mainmenu ul li a:visited,
#mainmenu ul li a:active {
  color: #fff;
  text-decoration: none;
}
#mainmenu ul li a:hover {
  color: #fff;
  text-decoration: none;
}


#wrapper {
  background: #BDD5F0;
  border-top: 1px #094E9A solid;
}
#wrapper h1 {
  font-size: 130%;
  font-weight: 500;
}
#wrapper h2 {
  font-size: 120%;
  margin-bottom: 5px;
  font-weight: 500;
}
#wrapper h3 {
  font-size: 115%;
}
#wrapper h4 {
  font-size: 95%;
}
p {
  margin-top: 5px;
}

#inner {
  margin-top: 70px;
}

#leftside {
  float: left;
  width: 190px;
  /*padding: 5px;*/
}


#content {
  margin: 0 80px 0 275px;
  padding: 0 0 50px 0;
  /*color: #0602A1;*/
  color: navy;
}
/* start seite */
div.page_start {
  margin: 0 140px 0 140px !important;
}
h1.page_start {
  text-align: center;
}


#footer div {
  position: relative;
  top: -30px;
  left: 275px;
  font-size: 80%;
  width: 400px;
  color: #0602A1;
}


a:link, a:visited, a:active {
  color: navy;
  text-decoration: underline;
}
a:hover {
  /*color: #281E44;*/
  color: #0099FF;
  text-decoration: underline;
}

.clear {
  clear: both;
  height: 0px;
}
.hide {
  display: none;
}







/*--- form module ---*/
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}


