html, body {
	margin: 0;
	padding: 0;
	min-height:101%;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #3C3F42;
}

a {
	text-decoration: none;
	outline:0;
	color: #3C3F42;
}

p, h1, h2 {
	margin: 0;
}

img {
	border: none;
}

#page-container {
	width: 915px;
	margin: auto;
	background: white;
	margin-top: 30px;
}

#logo {
	width: 250px;
	height: 60px;
}

/********** NAVIGATION BEGIN **********/
#main-nav {
	width: 915px;
	height: 30px;
	margin-top: 30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	font-weight: bold;
}

/* NAVIGATION NORMAL BEGIN */
.main-nav-normal {
	height: 15px;
	float: left;
	padding: 7px 10px 8px 10px;
	background-image: url(../images/navbgl.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#main-nav .main-nav-normal:hover {
	color: #007934;
}

.main-nav-normal_act {
	float: left;
	height: 15px;	
	color: #007934;
	padding: 7px 10px 8px 10px;
	background-image: url(../images/navbg.gif);
	background-position: right;
	background-repeat: no-repeat;
}
/* NAVIGATION NORMAL END */

/* NAVIGATION ORANGE BEGIN */
.main-nav-normal-orange {
	height: 15px;
	float: left;
	padding: 7px 10px 8px 10px;
	background-image: url(../images/navbgl.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #FF7900;

}

#main-nav .main-nav-normal-orange:hover {
	color: #3C3F42;
}

.main-nav-normal-orange_act {
	height: 15px;
	float: left;
	padding: 7px 10px 8px 10px;
	color: #FF7900;
	background-image: url(../images/navbgo.gif);
	background-position: right;
	background-repeat: no-repeat;	
}
/* NAVIGATION ORANGE END */

/* NAVIGATION GREEN BEGIN */
.main-nav-normal-green {
	height: 15px;
	float: left;
	padding: 7px 10px 8px 10px;
	background-image: url(../images/navbgl.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #007934;
}

#main-nav .main-nav-normal-green:hover {
	color: #3C3F42;
}

.main-nav-normal-green_act {
	height: 15px;
	float: left;
	padding: 7px 10px 8px 10px;
	color: #007934;
	background-image: url(../images/navbg.gif);
	background-position: right;
	background-repeat: no-repeat;
}
/* NAVIGATION GREEN END */
/********** NAVIGATION END **********/
/********** FULLSCREEN **********/
#full {
	background: #FFFFFF;
	width: 915px;
	height: 575px;
	margin-top: 15px; 
}

#full h1{
	color: #333333;
	font-size: 1.7em;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1em;
}

#full h2{
	color: #333333;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1em;
}

/********** FULLSCREEN **********/
/********** HEADER BEGIN **********/
#header {
	background: #3C3F42;
	width: 915px;
	height: 230px;
	margin-top: 15px;
}

#header-image {
	float: left;
	width: 675px;
	height: 215px;
}

#header-text  {
	float: right;
	padding: 15px 10px 10px 10px;
	color: #FFFFFF;
	width: 220px;
	height: 205px;
	font-weight: 500;
	line-height: 1.4em;
}

#header-video {
	margin-top: 10px;
	height: 15px;
	width: 210px;
	padding: 10px;
	float: right;
}

#header-text h1{
	margin-top: 5px;
	color: #007934;
	font-size: 1.7em;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1em;
}

#header-text h1.dd {
	color: #FF7900;
}

#header-text h2 {
	font-size: 1em;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1em;
}

/********** HEADER END **********/

/********** BOTTOM BEGIN **********/
#bottom {
	width: 915px;
	min-height: 360px;
	background: white;}

	/***** BOTTOM LEFT BOXES BEGIN *****/
#bottom-left {
	width: 675px;
	float: left;
}

/*
#bottom-left-nav {
	width: 195px;
	padding: 15px;
	float: left;
}
*/
/* DD */
#bottom-left-nav-dd {
	width: 195px;
	padding: 15px 0 15px 15px;
	float: left;
	background-color: #FF7900;
}

#bottom-left-nav-dd ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
}

#bottom-left-nav-dd li {
	margin-top: 2px;
}

#bottom-left-nav-dd li:before {
   content: "\00BB";
   padding-right: 5px;
}

#bottom-left-nav-dd li a {
	color: #FFFFFF;
	font-weight: bold;
}

#bottom-left-nav-dd li a:hover {
	color: #333333;
	font-weight: bold;
}

/*SVH*/
#bottom-left-nav-svh {
	width: 195px;
	padding: 15px 0 15px 15px;
	float: left;
	background-color: #007934;
}

#bottom-left-nav-svh ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
}

#bottom-left-nav-svh li {
	margin-top: 2px;
}

#bottom-left-nav-svh li:before {
   content: "\00BB";
   padding-right: 5px;
}

#bottom-left-nav-svh li a {
	color: #FFFFFF;
	font-weight: bold;
}

#bottom-left-nav-svh li a:hover {
	color: #333333;
	font-weight: bold;
}

/*REFERENZEN*/
#bottom-left-nav-ref {
	width: 195px;
	padding: 15px 15px 15px 0px;
	float: left;
}

#bottom-left-nav-ref ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#bottom-left-nav-ref li {
	margin-bottom: 2px;
}

#bottom-left-nav-ref li:before {
   content: "\00BB";
   margin-right: 5px;
}

#bottom-left-nav-ref li:hover:before {
	color: #007934;
}

#bottom-left-nav-ref li a{
	font-weight: bold;
	color: #333333;
}

#bottom-left-nav-ref li a:hover{
	color: #007934;
}
/* NEWS */
#bottom-left-nav-news {
	background-color: white;
	width: 195px;
	padding: 15px 15px 15px 0px;
	float: left;
}

#bottom-left-nav-news  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#bottom-left-nav-news  li {
	margin-bottom: 2px;
}

#bottom-left-nav-news  li:hover:before {
	color: #007934;
}

#bottom-left-nav-news  li a{
	font-weight: bold;
	color: #333333;
}

#bottom-left-nav-news  li a:hover{
	color: #007934;
}

.bottom-left-form-small {
	float: left;
	background: white;
	width: 225px;
	padding: 15px 15px 15px 0;
	height: 345px;
	width: 195px;
}

.bottom-left-item {
	float: left;
	background: white;
	width: 225px;
	padding: 15px 0 15px 0;
	height: 345px;
	width: 210px;
	margin-right: 15px;
}

.bottom-left-item-text {
	width: 210px;
	height: 120px;
}
	/***** BOTTOM LEFT BOXES END *****/
	/***** BOTTOM RIGHT BOXES BEGIN *****/	
#bottom-right {
	width: 240px;;
	height: 360px;
	float: right;
}

.bottom-right-item {
	float: right;
	color: #FFFFFF;
	height: 150px;
	width: 210px;
	padding: 15px;
}

#bottom-right-content {
	width: 240px;
	float: right;
	color: #333333;
}

.bottom-right-content-item {
	width: 210px;
	padding: 15px;
}

.bottom-right-content-item h1{
	font-size: 1.5em;
}

.bottom-right-content-item ul {
/* » */
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: url(../images/liststyleg.gif);
	color: #333333;
}

.bottom-right-content-item li {
	line-height: 20px;
	
}

	/***** BOTTOM RIGHT BOXES END *****/
	
	
#bottom-content {
	margin-left: 210px;
	width: 435px;
	padding: 15px;
}

#footer a, #full a, #bottom-content a, .bottom-left-form a, .bottom-left-item a, .bottom-left-form-small a {
	text-decoration: underline;
}

#footer a:hover, #full a:hover, #bottom-content a:hover, .bottom-left-form a:hover, .bottom-left-item a:hover, .bottom-left-form-small a:hover {
	color: #007934;
	text-decoration: underline;	
}

#bottom-content h1{
	color: #333333;
	margin-top: 5px;
	font-size: 1.7em;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1em;
}

#bottom-content h1.csc-firstHeader{
	color: #333333;
	margin-top: 0px;
	font-size: 1.7em;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1em;
}

#bottom-content h2{
	color: #333333;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1em;
}

#bottom-content p {
	color: #333333;
}

#bottom-content-pnavcontainer {
	width: 210px;
	padding-right: 15px;
	height: 360px;
	float: left;
	margin-left: -15px;
}

#bottom-content-pnav {
	width: 210px;
	height: 245px;
	overflow: hidden;
}

#bottom-content-scroll {
	margin-top: 0px;
	width: 125px;
	height: 5px;
	padding: 55px 0px 55px 85px;
}

#bottom-content-pnav ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	color: #333333;
}

#bottom-content-pnav li {
	margin-bottom: 2px;
}

#bottom-content-pnav li:before {
   content: "\00BB";
   padding-right: 5px;
}

#bottom-content-pnav li a{
	color: #333333;
	text-decoration: none !important;
}

#bottom-content-pnav li:hover:before {
	color: #007934;
}

#bottom-content-pnav li a:hover{
	color: #007934;
	text-decoration: none !important;
}

#bottom-content .download {
	margin-left: -15px;
	width: 450px;
	height: 100px;
}

.download .download_thumb{
	width: 210px;
	height: 100px;
	padding-right: 15px;
	float: left;
}

.download .download_description{
	width: 225px;
	height: 100px;
	float: left;
}

.download_description a {
	font-weight: bold !important;
	color: #007934 !important;
	text-decoration: none !important;
}

.tx-chgallery-pi1 {
	width: 225px;
	float: right;
	margin-right: -15px;
}

.gallerybuttons {
	width: 225px;
	height: 15px;
	float:right;
	margin-right: -15px;
	padding-bottom: 15px;
}

.bottom-content-pthumb {
	width: 225px;
	height: 100px;
	padding: 0px 0px 15px 0px;
}


/***** CONTENT TABLES BEGIN *****/
.table-header-green {
	color: #FFFFFF;
	background:#007934;
	text-align:left;
	vertical-align: top;
	height: 3.0em;
	padding:5px;
}

.table-header-green p{
	color: #FFFFFF;
}

.table-header-orange {
	color: #FFFFFF;
	background:#FF7900;
	text-align:left;
	vertical-align: top;
	height: 3.0em;
	padding:5px;
}

.table-header-orange p{
	color: #FFFFFF;
}

.table-odd {
	background:#DDDDDD;
	padding:5px;
}

.table-even {
	background:#EEEEEE;
	padding:5px;
} 
/***** CONTENT TABLES END *****/


.bottom-item-image {
	width: 210px;
	height: 100px;
	margin-bottom: 15px;
}

.bottom-item-heading {
	font-weight: bold;
	height: 22px;
	vertical-align: text-bottom;
}

.bottom-icon-more {
	float: right;
	width: 45px;
	height: 15px;
}

.bottom-icon-more .vid a img {
	margin-left: -58px;
}

/********** BOTTOM END **********/

#footer {
	margin-top: 15px;
	font-size: 90%;
	width: 915px;
	height: 30px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DDDDDD;
	padding-top: 15px;
}

/* SCROLL */

#scroll_up {
	cursor:pointer;
	float: left;
}

#scroll_down {
	cursor:pointer;
	float: left;
}

/* FORMS */
.bottom-left-form {
	background: #FFFFFF;
	margin-left: 210px;
	width: 435px;
	padding: 15px;	
}

div.bottom-left-form table, #bottom-content table{
	border-width: 0;
	border-spacing: 0;
	border-style: none;
	border-collapse: collapse;
}

div.bottom-left-form td, #bottom-content td{
	border-width: 0;
	padding: 0;
	border-style: none;
}

div.bottom-left-form label {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10px;
	color: #888888;
	width: 68px;;
	float: left;
	text-align: left;
	display: block;
	padding: 3px 0px 0px 2px;
}

.input_form {
	border: 1px solid #FFFFFF;
}

div.bottom-left-form-small .input_form {
	width: 160px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10px;
	color: #888888;	
}
div.bottom-left-form .input_form {
	width: 359px;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #3C3F42;	
}

.input_ta {
	width:433px; 
	border: 1px solid #CCCCCC;
	height: 85px;
	margin-bottom: 10px;
}

div.input_ta textarea {
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #3C3F42;
	width: 359px;
	height: 80px;

}

.input_row {
	width:433px; 
	border: 1px solid #CCCCCC;
	height: 22px;
	margin-bottom: 10px;
}


/************* CSS STYLED CONTENT ***********/
csc-textpic csc-textpic-intext-right csc-textpic-equalheight
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
