/* main definitions */
body  {
	background-color:#414141;
	margin: 0px;
	height: 100%;
	width: 100%;
}
html  {
	background-color:#414141;
	margin: 0px;
	height: 100%;
	width: 100%;
}
#printHead{
	display: none;
}
#printMode {
	display: none;
}
tr{
 font-family:Arial, Sans-Serif;
 font-size: 10px;
}
td{
 font-family:Arial, Sans-Serif;
 font-size: 10px;
}
body{
 font-family:Arial, Sans-Serif;
 font-size: 10px;
}
h3{
	font-size: 13px;
}
/* Links */
a {
	color: #ADD631;
	text-decoration:underline;
}
a {
	color: #ADD631;
	text-decoration:underline;
}


/* form */
input,textarea {
	border: 1px #ADD631 solid;
	background-color: white;
	padding: 2px;
	font-family:Arial, Sans-Serif;
	font-size: 9px;
}
input:focus,textarea:focus {
background-color: #EDF7CB;
}
input[type=submit] {
	text-transform: uppercase;
}
.formError {
	color: red;
}
.tx-srfreecap-pi2-image{
	border: 1px #ADD631 solid;
	margin: 0px;
}

#contactForm td {
	vertical-align: top;
}

/* Sitemap */
.csc-sitemap {
	line-height: 15px;
}

/* Guestbook */
#user_redb_title {
	display: none;
}

.tx-guestbook-left {
	background-color: #EDF7CB;
}


/*  container */
#PRb {
	position: fixed;
	margin-top: -300px;
	top: 50%;
	width: 120px;
	height: 600px;
	left: 10px;	
	z-index: 1;
}

#PR {
	position: fixed;
	margin-top: -300px;
	top: 50%;
	width: 120px;
	height: 600px;
	left: 10px;	
	visibility: hidden;
	z-index: 2;
}
#logoBContainer {
	position: absolute;
	height: 250px;
	left: 50%;
	right: 0px;
	top: 50%;
	margin-top: -125px;
}
#logoB{
	background-image:url('../pic/logo.png');
	background-position: center center;
	background-repeat:no-repeat;
	right: 0px;
	height: 100%;
	left: 395px;
	position: absolute;
	text-align: center;
	top: 0px;
}
#logo {position: fixed; bottom: 0px; right: 0px;}
#banner{position: absolute; height: 250px; width: 790px; left: 50%; top: 50%; margin-left: -395px; margin-top: -125px;}
#bannerA{position: absolute; left: 0px; top: 0px; height: 250px; width: 250px; background-color: white; overflow: hidden;}
#bannerA img {
	width: 250px;
	height: 250px;
}
#bannerB{position: absolute; left: 270px; top: 0px; height: 250px; width: 250px; background-color: white;}
#bannerC{font-size: 11px;
	letter-spacing: 3px;
	color:#414141;
	text-transform:uppercase;

	text-align: center;position: absolute; left: 540px; top: 0px; height: 250px; width: 250px; background-color: white;}
#titleContainer{position: relative; top: 50%; text-align: center; width: 100%; margin-top: -7px;}
#content{position: absolute; top: 270px; right: 0px; width: 520px; background-color: white}
#systemMenu {vertical-align: top;
 text-align: center;
 color: #BEBEBE;
 text-transform:uppercase;
 position: absolute;
  bottom: -25px;
   height: 20px; 
   right: 0px;
    width: 250px;
     text-align: center; }
 #systemMenu a { color: #BEBEBE;text-decoration:none; }
  #systemMenu a:visited { color: #BEBEBE; text-decoration:none; }

 #menuTable {width: 100%; height: 100%;}
 #mainMenu {width: 100px;line-height: 35px; text-transform: uppercase; vertical-align: middle;}
 #secondMenu {
	line-height: 25px;vertical-align: middle;
}


/* content */


bodytext {
	
}

.csc-header csc-header-nl {
	display: inline;
}
h1 {
	font-size: 11px;
	letter-spacing: 3px;
	color:#414141;
	text-transform:uppercase;
}

#li{
	line-height: 20px;
	list-style-image: url('../pic/list-point.png')

}



/* main menu definitions */

.mm-level1-no a{
	color: black;
	text-decoration: none;
	display: inline;
}
.mm-level1-act a{
	color: #ADD631;
	text-decoration: none;
	display: inline;
}


/* sub menu definitions */
/*subMenu settings
	no = normal
	act = active path
	cur = aktive page self
	ifsub = if page has subpage */



.level1-no a{
	color: black;
	text-decoration: none;
}
.level1-no a:visited{
	color: black;
	text-decoration: none;
}
.level1-act a{
	text-decoration: none;
	color: #ADD631;	
}
.level1-act a:visited{
	text-decoration: none;
	color: #ADD631;	
}


.level2-no {
	background-image: url('../pic/arrow.png');
	background-repeat: no-repeat;
	background-position: 7px center;
}
.level2-no a{
	color: black;
	text-decoration: none;
	padding-left: 15px;
}
.level2-no a:visited{
	color: black;
	text-decoration: none;
	padding-left: 15px;	
}
.level2-act {
	background-image: url('../pic/arrow-selected.png');
	background-repeat: no-repeat;
	background-position: 7px center;
}
.level2-act a{
	text-decoration: none;
	color: #ADD631;	
	padding-left: 15px;	
}
.level2-act a:visited{
	text-decoration: none;
	color: #ADD631;	
	padding-left: 15px;	
}




.level3-no a{
	color: black;
	text-decoration: none;
	padding-left: 30 px;
}
.level3-no a:visited{
	color: black;
	text-decoration: none;
	padding-left: 30 px;
}
.level3-act a{
	text-decoration: none;
	color: #ADD631;	
	padding-left: 30 px;
}
.level3-act a:visited{
	text-decoration: none;
	color: #ADD631;	
	padding-left: 30 px;
}
