﻿/* main definitions */
body  {
	margin: 0px;
	height: 100%;


}
html  {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #414141;
	/* width: 260px; */
}
tr{
 font-family:Arial, Sans-Serif;
 font-size: 10px;
}
td{
 font-family:Arial, Sans-Serif;
 font-size: 10px;
}


/* content */
bodytext {
	
}
body{
 font-family:Arial, Sans-Serif;
 font-size: 10px;
}
h3{
	font-size: 13px;
}

.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')

}




/* print */
#printHead{
	display: none;
}
#printMode {
	display: none;
}





/* Links */
a {
	color: #ADD631;
	text-decoration:underline;
}
a:hover {
	color: #ADD631;
	text-decoration:underline;
}
a:visited {
	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;
}





/*  container */
#PRb {
	display: none;
}

#PR {
	display: none;
}
#logoBContainer {
	position: absolute;
	height: 250px;
	left: 50%;
	right: 0px;
	top: 0px;

}
#logoB{
	background-image:url('../pic/logo.png');
	background-position: center center;
	background-repeat:no-repeat;
	right: 0px;
	height: 100%;
	left: 125px;
	position: absolute;
	text-align: center;
	top: 0px;
}
#logo {position: fixed; bottom: 0px; right: 0px;}
#banner{
	position: absolute;
	height: 250px;
/*	width: 250px; */
width: 100%;
	left: 0%;
	top: 0px;
	
	}

#bannerA{
position: absolute;
left: 50%;
margin-left: -125px;

top: 0px; height: 250px; width: 250px; background-color: white;}
#bannerA img {
	width: 250px;
	height: 250px;
}
#bannerB{color: black; position: absolute;
left: 50%;
margin-left: -125px;
 top: 295px; height: 230px; width: 250px; background-color: white;}
#bannerC{
	font-size: 11px;
	letter-spacing: 3px;
	color:#414141;
	text-transform:uppercase;

	text-align: center;
	position: absolute;
	left: 50%;
margin-left: -125px;

	top: 260px;
	height: 25px;
	width: 250px;
	background-color: white;}
	
#titleContainer{position: relative; top: 50%; text-align: center; width: 100%; margin-top: -7px;}

#content{
position: absolute; 
top: 535px; 
width: 250px;
margin-left: -125px;
left: 50%;
background-color: white;
padding-bottom: 00px;
}

#systemMenu {vertical-align: top;
 text-align: center;
 color: #BEBEBE;
 text-transform:uppercase;
 position: absolute;
  bottom: -20px;
   height: 40px; 
    left: 50%;
   margin-left: -125px;

    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;}
 #secondMenu {
	line-height: 25px;
}
 #secondMenu{}
 
 
/* special pages */
/* Sitemap */
.csc-sitemap {
	line-height: 18px;
}

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

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

 



/* 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;
}
