﻿/*

 ------------------------------------------------------------------- 
 ------------------------------------------------------------------- 

 (c) 2007 by pdp-systems GmbH 

 ------------------------------------------------------------------- 
 ------------------------------------------------------------------- 

*/
/* NEW PART */
body {
	background-position: center;
	margin: 0 auto;
	padding: 0;
	font: 14px "Times New Roman", Times, Serif;
	background: #FF url('../NewIMAGES/BG.png') repeat-y center top;
	color: #2D2300;
	background-image: url('../images/divs/PAGE_BACKG.gif');
	text-align: justify;
}
#main_container {
	margin: 25px auto 0px auto;
	width: 850px;
}
#content_container {
	margin: 3px auto 0px auto;
	width: 850px;
}
#menubar {
	width: 160px;
	float: left;
}
#menubar_top {
	background-image: url('../images/divs/LEFT_HEAD.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}
#menubar_body {
	background-image: url('../images/divs/LEFT_BODY.gif');
	background-repeat: repeat-y;
	background-position: left top;
}
#menubar_bottom {
	background-image: url('../images/divs/LEFT_BOTTOM.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
}
#content {
	width: 637px;
	margin-left: 165px;
}
#content_top {
	background-image: url('../images/divs/RIGHT_HEAD.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}
#content_body {
	margin: 0;
	background-image: url('../images/divs/RIGHT_BODY.gif');
	background-repeat: repeat-y;
	background-position: left top;
}
#content_bottom {
	background-image: url('../images/divs/RIGHT_BOTTOM.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	margin-bottom: 0px;
}
#head {
	background-image: url('../images/divs/HEAD.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 148px;
}
/* 
 ------------------------------------------------------------------- 
 MENUE
 ------------------------------------------------------------------- 
 
#leftmenu {
	clear: left;
	float: left;
	width: 130px;
	margin: 0px 0px 5px 17px;
	padding: 0px;
}
#leftmenu ul {
	list-style: none;
	width: 130px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#leftmenu li {
	margin-bottom: 1px;
	font-weight: bold;
}
#leftmenu li a {
	height: 20px;
	text-decoration: none;
	color: #FFFDD7;
	display: block;
	padding: 1px 0px 0px 10px;
	border-left: 1px solid #286EA0;
	border-bottom: 1px solid #286EA0;
	background-repeat: repeat-x;
	background-color: #988962;
	border-bottom-color: #FFFDD7;
	border-left-color: #FFFDD7;
	border-right-color: #FFFDD7;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#leftmenu li a:hover {
	background: #FFFDD7;
	color: #2D2300;
	border-left: 1px solid #FFFDD7;
	border-bottom: 1px solid #FFFDD7;
	background-image: url('../images/NAVBAR_BG_SEL.gif');
	background-repeat: repeat-x;
}
#leftmenu ul li a#current {
	background: #FFFDD7;
	color: #2D2300;
	border-left: 1px solid #FFFDD7;
	border-bottom: 1px solid #FFFDD7;
	background-image: url('../images/NAVBAR_BG_SEL.gif');
	background-repeat: repeat-x;
}
#leftmenu #current {
	background: #FFFDD7;
	color: #988962;
	border-left: 1px solid #FFFDD7;
	border-bottom: 1px solid #FFFDD7;
	background-image: url('../images/NAVBAR_BG_SEL.gif');
	background-repeat: repeat-x;
}
/* 
 ------------------------------------------------------------------- 
 MENUE ENDS
 ------------------------------------------------------------------- 
 */
/* 
 ------------------------------------------------------------------- 
 MENUE ENTWURF 2
 ------------------------------------------------------------------- 
  */
#leftmenu {
	clear: left;
	float: left;
	width: 130px;
	margin: 0px 0px 5px 17px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
}
#leftmenu ul {
	list-style: none;
	width: 130px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#leftmenu li {
	margin-bottom: 1px;
	font-weight: bold;
}
#leftmenu li a {
	background-color: #2D2300;
	height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px 0px 0px 10px;
}
#leftmenu li a:hover {
	background: #FFFDD7;
	color: #2D2300;
}
#leftmenu ul li a#current {
	background: #988962;
	color: #2D2300;
}
#leftmenu #current {
	background: #FFFDD7;
	color: #2D2300;
}
/* 
 ------------------------------------------------------------------- 
 MENUE ENTWURF 2 ENDS
 ------------------------------------------------------------------- 
 */
table {
	border-collapse: collapse;
}
.tableborder {
	margin: 0px 20px 0px 30px;
	width:580px;
	text-align:justify; vertical-align:top
}
a {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a img {
	border: 0;
}
.left {
	margin: 0px 25px 0px 30px;
}
.right {
	margin: 5px 0 5px 10px;
}
.textright {
	text-align: right;
}
.center {
	text-align: center;
}
.hide {
	display: none;
}
p {
	margin: 0px;
}
h1 {
	margin: 0px 25px 0px 20px;
	font-size: 22px;
	font-weight: bold;
}
h2 {
	margin: 0px 25px 0px 20px;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	margin: 0px 25px 0px 20px;
	font-size: 18px;
	font-weight: bold;
}
h4 {
	margin: 0px 25px 0px 20px;
	font-size: 16px;
	font-weight: bold;
}
h5 {
	margin: 0px 25px 0px 20px;
	font-size: 14px;
	font-weight: bold;
}
h6 {
	margin: 0px 25px 0px 20px;
	font-size: 12px;
	font-weight: bold;
}
.underline {
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #2D2300;
}
.MARGIN_RIGHT {
	margin-right: 10px;
}
.MARGIN_LEFT {
	margin-left: 10px;
}
.MARGIN_RIGHT_B {
	margin-right: 10px;
	margin-bottom: 10px;
}
.MARGIN_LEFT_B {
	margin-left: 10px;
	margin-bottom: 10px;
}
.MARGIN_RIGHT_B2 {
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align:middle;
}

.MARGIN_RIGHT_BT {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.MARGIN_LEFT_BT {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.MARGIN_TOP {
	margin-top: 10px;
}


