/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/subpage1_01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	text-transform: uppercase;
	color: #171717;
}

h1 span, h2 span, h3 span {
	color: #234C00;
}

h1 {
	font-size: 18px;
}

h1.style1 {
	font-size: 14px;
}


h2 {
	margin-bottom: 25px;
	font-size: 15px;
}

h2.style1 {
	font-size: 11px;
	color: #9F9F9F;
}

h3.style_error {
	font-size: 11px;
	color: #234C00;
}

h3 {
	margin-bottom: 20px;
	font-size: 13px;
}



/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E6E6E;
}

p, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
	line-height: 190%;
}

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

ul.list1 li {
	padding: 21px 0px 20px 0px;
	border-top: 1px solid #E2E2E2;
}

ul.list1 li.first {
	padding-top: 0px;
	border: none;
}

ul.list2 li {
	padding: 4px 0px;
	border-top: 1px solid #E2E2E2;
}
	
ul.list2 li.first {
	padding-top: 0px;
	border: none;
}

strong {
	color: #393939;
}

/** LINKS */

a {
	color: #234C00;
}

a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.border {
	padding: 3px;
	border: 1px solid #CFCFCF;
}

img.left {
	float: left;
	margin: 3px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 28px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.hr2 {
	height: 1px;
	color: #000000;
}

/** WRAPPER */

#wrapper {
	background: url(images/subpage1_02.jpg) repeat-x left top;
}

/** MENU */

#menu {
	width: 900px;
	height: 65px;
	margin: 0px auto;
	background: url(images/subpage1_04_02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 30px 0px 0px 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 14px;
	padding: 0px 26px 0px 27px;
	background: url(images/homepage05.gif) no-repeat left top;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Aktiv Menü */

#commonBar {
	margin: 0;
	padding: 0;
	text-align: right;
}

#aktiv_menuBar {
	margin: 0;
	padding: 0;
	border: 1px solid #6691B8;
	background : #CFDCE8 url(../images/pmbar.gif) repeat-x top left;
}

ul.aktiv_menuBar {
	margin: 0;
	padding: 4px 0px 4px 0px;
}

li.aktiv_menuButton {
	display: inline;
	list-style: none;
}

a.aktiv_menuButton, a.aktiv_menuButtonActive  {
	color: #000000;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
}

.aktiv_menu {
	background: #234C00 url(images/back_aktiv_menu02.jpg) repeat-x top left;
	border: 1px solid #ffffff;
	padding: 0px;
	position: absolute;
	margin-top: 18px;
	margin-left: 0px;
	text-align: left;
	visibility: hidden;
	left: 0px;
	top: 0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	z-index: 20;
}

a.aktiv_menuItem, a.aktiv_menuItemActive {
	color: #ffffff;
	background-color: transparent;
	display: block;
	padding: 4px 16px 4px 16px;
	text-decoration: none;
	white-space: nowrap;
}

a.aktiv_menuButtonActive, a.aktiv_menuButton:hover {
  background-color: #234C00;
  color: #ffffff;
}

a.aktiv_menuItem:hover, a.aktiv_menuItemActive {
  /* background-color: #333333; */
  background: #333333 url(images/subpage1_01.jpg) repeat-x top left;
  color: #ffffff;
}

/** HEADER */

#header {
	width: 900px;
	height: 150px;
}

/** TOP MENU */

#topmenu {
	background: url(images/subpage1_03.jpg) no-repeat left top;
}

/** PAGE */

#page {
	background: #FFFFFF url(images/subpage1_05.jpg) repeat-y center top;
}

.subpage #page {
	background: #FFFFFF url(images/subpage2_01.jpg) no-repeat left top;
}

#bg {
	padding-bottom: 20px;
	background: url(images/subpage1_08_02.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
	background: url(images/subpage1_07.jpg) no-repeat right top;
}

.subpage #content {
	padding-bottom: 40px;
	background: url(images/subpage2_02.jpg) no-repeat left bottom;
}

/** SIDEBAR */

#sidebar {
	width: 144px;
	padding: 44px 25px 20px 30px;
	background: url(images/subpage1_06.jpg) no-repeat left top;
}

/** FOOTER */

#footer {
	width: 900px;
	height: 70px;
	margin: 0px auto;
	background: url(images/subpage1_09.jpg) no-repeat left top;
	color: #808080;
}

#footer p {
	margin: 0px;
	padding: 25px 0px 0px 199px;
	text-align: center;
}

#footer a {
	color: #808080;
}

.subpage #footer p {
	padding-left: 0px;
}
