
body, div {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

body {
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	margin: 10px 0px 10px 0px;
}

/*****************************************************************************/

.main {
	margin: 0 auto;
	margin-top: 20px;
	background-color: white;
	width: 962px;
	height: 628px;
	text-align: justify;
}

.popup_main {
	margin: 0 auto;
	margin-top: 5px;
	background-color: grey;
	width: 590px;
	height: 490px;
	text-align: justify;
}

/*****************************************************************************/
/* äußere Rahmen */
#liob {
  background: url('images/liob.png') no-repeat top left;
	height: 100%;
	width: 100%;
}
#ob {
  background: url('images/ob.png') repeat-x top;
	height: 100%;
	width: 100%;
}
#reob {
  background: url('images/reob.png') no-repeat top right;
	height: 100%;
	width: 100%;
}
#liun {
  background: url('images/liun.png') no-repeat bottom left;
	height: 100%;
	width: 100%;
}
#un {
  background: url('images/un.png') repeat-x bottom;
	height: 100%;
	width: 100%;
}
#reun {
  background: url('images/reun.png') no-repeat bottom right;
	height: 100%;
	width: 100%;
}
#li {
  background: url('images/li.png') repeat-y top left;
	height: 100%;
	width: 100%;
}
#re {
  background: url('images/re.png') repeat-y top right;
	height: 100%;
	width: 100%;
}

#popup_liob {
  background: url('images/popup_liob.png') no-repeat top left;
	height: 100%;
	width: 100%;
}
#popup_ob {
  background: url('images/popup_ob.png') repeat-x top;
	height: 100%;
	width: 100%;
}
#popup_reob {
  background: url('images/popup_reob.png') no-repeat top right;
	height: 100%;
	width: 100%;
}
#popup_liun {
  background: url('images/popup_liun.png') no-repeat bottom left;
	height: 100%;
	width: 100%;
}
#popup_un {
  background: url('images/popup_un.png') repeat-x bottom;
	height: 100%;
	width: 100%;
}
#popup_reun {
  background: url('images/popup_reun.png') no-repeat bottom right;
	height: 100%;
	width: 100%;
}
#popup_li {
  background: url('images/popup_li.png') repeat-y top left;
	height: 100%;
	width: 100%;
}
#popup_re {
  background: url('images/popup_re.png') repeat-y top right;
	height: 100%;
	width: 100%;
}

/*****************************************************************************/

#spacer {
	height: 16px;
}

#logo_wrapper {
	/*border: 1px solid green;*/

	width: 916px;
	height: 216px;

	position: relative;
	left: 22px;
	
	overflow:hidden;
}

/*****************************************************************************/

#navi_wrapper {
	/*border: 1px solid red;*/
	
	position: relative;
	left: 22px;
	width: 916px;
}

#navi {
  background: url('images/navi.png') no-repeat top left;
	width: 916px;
	height: 36px;

	z-index: 50;
}

#left_navi {
	float: left;
	margin: 8px 0px 0px 10px;
}

#right_navi {
	float: right;
	margin: 8px 5px 0px 0px;
}

#navi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navi ul li {
  float: left;
	text-align: center;
	font-size: 13px;
	height: 18px;
	border-right: 1px solid white;
	margin: 0px;
	padding: 0px;
}

#navi ul li a:link, #navi ul li a:active, #navi ul li a:visited {
	text-decoration: none;
	color: white;
}
#navi ul li a:hover {
	text-decoration: underline;
}

#left_navi ul li {
	width: 120px;
}

#right_navi ul li {
	width: 90px;
}

/*****************************************************************************/

#content {
	position: relative;
	margin-top: 12px;
	left: 22px;
	
	background: url("images/content.png") no-repeat top left;
	height: 322px;
	width: 916px;
}

.content_header {
	font-size: 20px;
	height: 50px;
}

.content_subheader {
	font-size: 12px;
	margin-left: 20px;
}

.content_text {
	font-size: 12px;
}


/*****************************************************************************/

a:link, a:active, a:visited {
	text-decoration: none;
	color: #717171;
}
a:hover {
	text-decoration: underline;
}

/*****************************************************************************/

input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
}

.content_text ol, .content_text ul {
	margin-left: 20px;
	padding-left: 10px;
}

.content_text li {
  padding: 2px;
}

.content_text table td {
  font-size: 10px;
}


