//*********************/
/* Tables, generally */
/*********************/
/* IE */
* html .bodytext {
 height:1%;
}

/* IE */
* html .csc-header {
 height:1%;
}

hr{
	border: 0px; /* Für Firefox und Opera */
	border-bottom: 1px solid #004B93; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

TABLE.contenttable P {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
TABLE.contenttable TR TD {
	background: transparent;
	border: 1px solid #8FBC8F;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* Tables, specifically */
TABLE.contenttable-0 P {
	
}
TABLE.contenttable-1 P {
	
}
TABLE.contenttable-1 TR.tr-0 TD P {
}
TABLE.contenttable-1 TR.tr-0 TD {
	
}
TABLE.contenttable-2 P {
	
}
TABLE.contenttable-2 TR TD.td-0 {
	
}
TABLE.contenttable-2 TR TD.td-0 P {
	font-weight:12px
;
}
TABLE.contenttable-3 P {
	color: #8A0020;
}
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD {
	
}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P {
	font-weight:12px
;
}
/* RTE / Table styling */
TABLE.contenttable {
	border: 0 solid #aec4de;
	margin: 1px;
	width: 700px;
	font: normal xx-small;
}
TABLE.contenttable TR TD {
	padding: 1px;
}
TABLE.contenttable TR TD P.bodytext {
	font-size: 12px
;
}
TABLE.contenttable TR {
	background-color: transparent;
}
/*****************/
/* Various Forms */
/*****************/
/* Email, Login and Search forms generally:*/
FORM TABLE TR TD {
}
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell {
	background-color: #F5F7E5;
	border: 1px dashed Black;
}
FORM TABLE TR TD.csc-form-fieldcell {
   background-color: Navy;
   border: 1px groove Black;
}
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA {
   border: 1px dashed Black;
   background: #E3E8B4;
   background-color: #DAECB4;
   border-color: Gray;
}
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req {
   font-weight: 12px;
   border: 1px solid Black;
}
/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell {
	border: 1px solid Black;
	font-size: 12px;
	background: #D4ECA8;
	width: 100%;
}
/* Search form, specifically */
FORM TABLE.csc-searchform {
	width: 100%;
}
FORM TABLE.csc-searchform TR TD {
   padding: 2px;
}
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell {
	font-weight:12px
;
}
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT {
	border: 1px dotted #A3AF36;
	background: #E3E8B4;
	width: 250px;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
}
/* Login form, specifically */
FORM TABLE.csc-loginform {
	width: 70%;
}
#tx-newloginbox-pi1-user, #tx-newloginbox-pi1-pass {
	border: 1px solid #aec4de;
}
.tx-newloginbox-pi1-submit {
	border: 1px solid #aec4de;
	color: #000000;
	background: #ffffff;
}
/******************/
/* Linker Inhalt */
/******************/
#inhaltl {
	width: 170px;
	margin: 2px;
}


/******************/
/* Headers, plain */
/******************/
H1 {
	color: #4D5618;
	background: transparent;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	font: bold 14px Verdana;
	text-transform: inherit;
	border-left: 5px solid #F47E2F;
	text-indent: 7px;
	border-bottom-width: 1px;
	border-bottom: 1px solid #D3D3D3;
}
H2 {
   color: White;
   font-size: 12px;
   font-weight: bold;
   margin: 2px 2px 2px 1px;
   padding: 2px 2px 2px 1px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
H3 {
	margin-top: 3px;
	margin: 1px;
	padding: 1px;
	color: #778899;
	padding: 2px;
	margin-right: 0px;
	font: bold 14px Verdana;
	text-transform: inherit;
	border-bottom: 1px ridge #6B8E23;
	font-variant: small-caps;
}
H4 {
	margin-top: 3px;
	margin: 1px;
	padding: 1px;
	color: #778899;
	padding: 2px;
	margin-right: 0px;
	font: bold 14px Verdana;
	text-transform: inherit;
	border-bottom: 1px ridge #6B8E23;
	background: transparent url('');
	font-variant: small-caps;
}
H1, H2, H3, H4, H5, H6 {
	margin: 0px 0px 0px 0px;
	margin-top: 2px;
	margin-bottom:2px;
}
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader {
	color: #4D5618;
	background: transparent;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	font: bold 14px Verdana;
	text-transform: inherit;
	border-left: 5px solid #F47E2F;
	text-indent: 7px;
}
 
body {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font: normal normal normal/normal;
}
a {
	color: #444444;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
a:hover {
	color: #6B8E23;
	text-decoration: none;
	border-color: 1px dotted #699121;
}
acronym {
	border-bottom: 1px dashed #699121;
	cursor: help;
}
input, .label {
	background: transparent;
	margin: 1px;
	width: 250px;
	border: 1px solid #9C9C9C;
}
#column2 ul {
   margin: 15px;
}
#column2 li {
	color: #1A1A1A;
	list-style: disc inside;
	text-indent: 15px;
	font-size: 11px;
}
.login {
   border: 1px solid #c9dcea;
   color: #999999;
   background: #4F6A1A;
}
.login_hover {
	border: 1px solid #999999;
	color: #cccccc;
}
#submit {
	border: 1px solid #c9dcea;
	color: #999999;
	cursor: pointer;
	margin: 2px 0px;
	text-decoration: none;
	width: 180px;
	text-align: center;
}
#submit_hover {
	border: 1px solid #999999;
	color: #cccccc;
	cursor: pointer;
	margin: 2px 5px;
	text-decoration: none;
	text-align: left;
}
/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
    background-image: url(./Images/arrow.gif);
   background-image: url(./Images/arrow_outline.gif);
   background-image: url(./Images/background.gif);
   background-image: url(./Images/camera1.gif);
   background-image: url(./Images/camera2.gif);
   background-image: url(./Images/camera3.gif);
   background-image: url(./Images/header_big.gif);
   background-image: url(./Images/selector.gif);
   background-image: url('Images/selector_sub.gif');
   background-repeat: no-repeat;
   text-align: left;
   font-style:normal; font-variant:normal; font-weight:normal; font-size:12px
}
#header {
   color: White;
   font-size: 11px;
   height: 160px;
   line-height: 20px;
   letter-spacing: normal;
   background-repeat: no-repeat;
}
#nav {
   padding-bottom: 5px;
   width: 160px;
   margin: 2px;
	font: bold;

}
/* Vertical Navigation Menu */
#all_nav1 {
   display: block;
   line-height:5px;
   color: #0F1505;
   text-decoration: none;
   text-align: left;
   width: 160px;
   margin: 5px;
}
#all_nav2 {
   display: block;
   line-height: 5px;
   color: #BDDF7A;
   text-decoration: none;
   text-align: left;
   width: 160px;

}
#all_nav3 {
	display: block;
	line-height: 5px;
	color: #88B62C;
	text-decoration: none;
	width: 160px;
  text-align: left;
	
}
.nav1 A, .nav2 A, .nav3 A{
   display: block;
   line-height: 26px;
   border-bottom: 1px solid #EF7A34;
   color: Black;
   text-decoration: none;
   width: 160px;
   background: #BFD15F;
   TEXT-DECORATION: none;
}
.nav1 A:hover, .nav2 A:hover, .nav3 A:hover{
   display: block;
   line-height: 26px;
   border-bottom: 1px solid Black;
   color: #FFFFF0;
   text-decoration: none;
   width: 160px;
   background: #5D831F url('Images/selector.gif') no-repeat left right;
}
.nav1_act A, .nav2_act A, .nav3_act A {
   display: block;
   line-height: 26px;
   border-bottom: 1px solid Black;
   color: #FFED82;
   text-decoration: none;
   width: 160px;
   background: #759C25 url('Images/selector.gif') no-repeat left right;
}
.nav2 A:visited,.nav3 A:visited {
   display: block;
   line-height: 25px;
   border-bottom: 1px solid Black;
   color: Black;
   text-decoration: none;
   width: 160px;
   background: #698B23;
   font-weight: bold;
}
#column1 {
   float: left;
   width: 180px;
	padding: 5px;
	background: transparent;
	
}
#column1 img {
   border: 1px none transparent;
}
/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
#column2 {
	width: 650;
	font-size: 12px;
	color: Black;
	padding-left: 10px;
	background: White;
}

#links div {
   float: left;
   width: 0px;
	background: transparent;
}
#links div li {
	list-style: none;
}
#links div li a {
   background: url('Images/arrow_outline.gif') no-repeat left;
   padding-left: 0px;
   text-decoration: none
}
#links div li a:hover {
	background-image: url('Images/arrow.gif');
	color: #ac835c;
	text-decoration: underline
}
#footer {
	clear: both;
	text-align: left;
	font-size: 9px;
	border-top: 1px solid #B5CA31;
	background: transparent;
	padding: 5px;
	color: #6B6B6B;
}
#footer a {
   text-decoration: none;
   text-align: left;
	font-size: 9px;
}

#footer a {
	text-decoration: underline;
}
#footer a {
	text-decoration: underline;
}
BODY
{
   scrollbar-face-color: #B6DB6A;
   scrollbar-arrow-Color: White;
   scrollbar-track-Color: #FFFFFF;
   scrollbar-shadow-Color: #C3C3c3;
   scrollbar-highlight-Color: #B6DB6A;
   scrollbar-3dlight-color: #6B8E23;
   scrollbar-darkshadow-Color: #6A8D23;
 
  } 
a img { 
border: none}

#brand {
	font-size: 8pt;
	background: transparent;
	border-bottom: 1px solid #A52A2A;
	color: Gray;
	font-style: normal;
	font: normal normal normal;
}
