/*	Seiten-Layout	*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;	*/
	font-family: Arial;
	margin: 0;
	background: #ffffcc;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

p {
	line-height: 120%;
	margin: 10px 0;
}

hr {
	margin: 10px 0;
	padding: 0;
}

dl {
	display: inline;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: #4c4c4c;
	margin: 10pt 0;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #4c4c4c;
	margin: 10pt 0;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #4c4c4c;
	margin: 10pt 0;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #4c4c4c;
	margin: 10pt 0 0 0;
}

h5 {
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #3a6c6d;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*
A:link {
	color: #f0fbd0;
	font-size: 10pt;
	text-decoration: underline;
}

A:visited {
	color: #f0fbd0;
	font-size: 10pt;
	text-decoration: underline;
}

A:active {
	color: #f0fbd0;
	font-size: 10pt;
	text-decoration: underline;
}

A:hover {
	color: #375877;
	font-size: 10pt;
	text-decoration: underline;
}
*/

.clear {
	clear: both;
}

.wrapper {
	width: 75%;
	float: left;
	border: 0px solid green;
}

.left {
	width: 179px;
	float: left;
	margin: 95px 50px 0 20px;
	border: 0px solid red;
}

.normal {
	width: 620px;
	text-align: left;
	border: 0px solid blue;
}

.footer {
	margin-top: 50px;
	text-align: left;
}

a.menuLink2, a.menuLink2:link, a.menuLink2:visited {
  display:block;
  /*position:relative;*/
  height:17px;
  margin:0px;
  padding:2px;
  font-size:12px;
  font-weight: normal;
  padding-left:20px;
  text-decoration:none;
  background-color:#f3f1f1;
  background-image:url(../../images/apireven/schalter_navi.gif);
  background-repeat:no-repeat;
  background-position:top left;
  color:#0055aa;
 
}

a.menuLink2:hover {
  background-color:#dddddd;
  background-image:url(../../images/apireven/schalter_navi_act_blau.gif);
  background-repeat:no-repeat;
  background-position:top left;
  /*text-decoration: underline;*/
}

a.menuLinkAct2 {
  display:block;
  /*position:relative;*/
  height:17px;
  margin:0px;
  padding:2px;
  padding-left:20px;
  font-size:12px;
  font-weight: normal;
  text-decoration:none;
  background-color: #dddddd;
  background-image:url(../../images/apireven/schalter_navi_act_blau.gif);
  background-repeat:no-repeat;
  background-position:top left;
  color:#333333;
}

a.submenuLink2 {
  display:block;
  /*position:relative;*/
  /*height:16px;*/
  margin:0px;
  padding:1px;
  padding-left:30px;
  font-size:10px;
  font-weight: normal;
  text-decoration:none;
	background-color: #f3f1f1;
  background-image:url(../../images/apireven/schalter_subnavi.gif);
  background-repeat:no-repeat;
  background-position:top left;
  color:#666666;
}

a.submenuLink2:hover {
	background-color: #dddddd;
  text-decoration: underline;
}

a.submenuLinkAct2 {
  display:block;
  /*position:relative;*/
	background-color:#dddddd;
  color:#0055aa;
  /*height:15px;*/
  margin:0px;
  padding:1px;
  padding-left:30px;
  font-size:10px;
  font-weight: normal;
  text-decoration:none;
  background-image:url(../../images/apireven/schalter_subnavi.gif);
  background-repeat:no-repeat;
  background-position:top left;
}

#menuDiv2 {
  /*position:relative;*/
  width:179px;
  margin:0px;
  padding:0px;
  padding-top:0px;
  padding-left:2px;
  text-align:left;
  /*float:left;*/
}

li.menuItem2 {
  list-style-type:none;
  text-align:left;
  border-top:1px solid #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
 
}

li.submenuItem2 {
  list-style-type:none;
  color:#666666;
  text-align:left;
  border-top:1px solid #fff;
  border-bottom: 1px solid #fff;
}


#menuList2 {
  /*width:179px;*/
  margin:0px;
  padding:0px;
  border-bottom: solid 1px #fff;
  width:179px;
}

ul.submenuList2 {
  margin:0px;
  padding:0px;
  /*border-top: solid 1px #fff;*/
   
}
