
/* ------------------------------------ */
/* --- Main Stuff --------------------- */
/* ------------------------------------ */

body {
    background:#84C46A;
    color:#000;

    font:100.01%/1.2 verdana,sans-serif;
	font-family: verdana, sans-serif;

    background-image: url(images/mainbackground.jpg);
    background-color:#84C46A;
    background-repeat:repeat-x;

	border:0px;
	margin:0px;
	padding:0px;
}
    
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
    /* margin-left:0.5em 30px; */
    margin-left:0.5em;
    margin-bottom:25px;
	color:#004400;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
    /* margin-left:0.5em 30px; */
    margin-left:0.5em; 
    margin-bottom:15px;
	color:#004400;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-family: verdana, sans-serif;
	text-align:justify;
	padding-left:15px;
	
	/*margin:0.5em 10px;*/
}


/* ------------------------------------ */
/* --- Header ------------------------- */
/* ------------------------------------ */

#headerleft {
	z-index:3;
	position:absolute;
	top:0px;
	left:0px;
	
	float:left;
	width:1000px;
	height:140px;
	/*background:#440000;*/
	background-image: url(images/headerbackground.jpg);
}

#headerright {
	float:right;
	width:201px;
	height:140px;
	/*background:#EE0000;*/
	background-image: url(images/mainbackground.jpg);
}

/* ------------------------------------ */
/* --- Footer ------------------------- */
/* ------------------------------------ */

#footer {
	position:absolute;
	left:-200px;
	width:1000px;
	height:67px;
	bottom:-67px;
	/*background:#000088;*/
	background-image: url(images/footer.jpg);
	z-index:0;
}

/* ------------------------------------ */
/* --- Title -------------------------- */
/* ------------------------------------ */

#titlebackground {
	z-index:6;
	float:left;
	position:absolute;
	left:200px;
	/*left:420px;*/
	top:130px;
	/*top:70px;*/
	width:800px;
	/*width:600px;*/
	height:44px;
}
#titlebackground h1 {
	height:100%;
	padding-left:14px;
	/*background:#FF4400;*/
	background-image: url(images/titlebackground.jpg);
	background-repeat: no-repeat;
	margin:0px;
	font-weight:bold;
	font-size:1.42em;
	color:#335533;
}

#titlebackground h2 {
	padding-left:14px;
	margin-top:-18px;
	font-size:1.0em;
	color:#88AA88;
}

/* ------------------------------------ */
/* --- Top Menu ----------------------- */
/* ------------------------------------ */

#topmenu {
	z-index:6;
	position:absolute;
	left:500px;
	top:12px;
	float:left;
	width:600px;

	font-size:0.8em;
	color:#FCFEE2;
	font-weight:bold;
}

#topmenu div a {
	float:left;
	text-decoration: none;
	color:#FCFEE2;
}
#topmenu div a:hover {
	margin-left:-20px;
  	padding-bottom:10px;
  	padding-left:20px;
  	background-image: url(images/topmenupic_ho.jpg);
  	background-repeat:no-repeat;
}

#topmenu div.topmenu-no {
  	float:left;
  	font-size: 0.9em;
  	padding-bottom:10px;
  	padding-left:20px;
  	padding-right:10px;
  	
  	background-image: url(images/topmenupic_no.jpg);
  	background-repeat:no-repeat;
}
#topmenu div.topmenu-no a {
	color:#BCFF6F;
}

#topmenu div.topmenu-act {
 	float:left;
	font-size: 0.9em;
  	padding-bottom:10px;
  	padding-left:20px;
  	padding-right:10px;
  	background-image: url(images/topmenupic_act.jpg);
  	background-repeat:no-repeat;
  	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/topmenupic_act.png', sizingMethod='image');*/
}
#topmenu div.topmenu-no a:hover{
	color:#FFAA66;
}
#topmenu div.topmenu-act a:hover{
	color:#FFAA66;
}

/* ------------------------------------ */
/* --- Left Menu ---------------------- */
/* ------------------------------------ */

#leftmenu {
	z-index:2;
	position:absolute;
	left:-200px;
	top:0px;
	padding-top:10px;
	float:left;
	width:200px;
	height:598px;
	/*background:#FF6600;*/
	/*background:#FF0000;*/
	background-image: url(images/menubackground_top.jpg);
}

#menuback {
	z-index:1;
	float:left;
	position:absolute;
	left:-200px;
	bottom:0px;
	width:200px;
	height:6000px;
	/*background:#000088;*/
	background-image: url(images/menubackground_bottom.jpg);
}

#leftmenu div {
	width: 174px;
    font:100.01%/1.2 verdana,sans-serif;
	font-family: verdana, sans-serif;
}
#leftmenu div a {
	color:#BCFF6F;
	text-decoration: none;
}
#leftmenu div a:hover {
	color:#FFAA66;
	text-decoration: underline;
  	/*background-color: #CCCCCC;*/
  	/*border: 1px solid #999999;*/
  	/*padding: 1px;*/
}
#leftmenu div.leftmenu-level1-no {
  	/*border-bottom: 1px dotted #999999;*/
  	font-size: 0.8em;
  	font-weight:bold;
  	padding-top:5px;
  	padding-left:14px;
}
#leftmenu div.leftmenu-level1-act {
  	/*border-bottom: 1px solid #999999;*/
  	/*font-weight:bold;*/
  	font-size: 0.8em;
  	font-weight:bold;
  	padding-top:5px;
  	padding-left:14px;
  	/*background-color: #99CC99;*/
  	/*Background-image: url(images/trans.gif);*/
  	/*filter:alpha(opacity='50', style='0');*/
}
#leftmenu div.leftmenu-level1-act a {
  	/*color:#BCFF6F;*/
  	color:#FFFFC4;
}
#leftmenu div.leftmenu-level1-act a:hover {
	color:#FFAA66;
}

#leftmenu div.leftmenu-level2-no {
  	font-size: 0.7em;
  	padding-left:23px;
}
#leftmenu div.leftmenu-level2-act {
  	font-size: 0.7em;
  	/*font-weight:bold;*/
  	padding-left:23px;
  	/*background-color: #99CC99;*/
  	width: 160px;
}

#leftmenu div.leftmenu-level2-act a {
  	color:#FFFFC4;
}
#leftmenu div.leftmenu-level2-act a:hover {
	color:#FFAA66;
}


#leftmenu div.leftmenu-level3-no {
  	font-size: 0.7em;
  	padding-left:30px;
}
#leftmenu div.leftmenu-level3-act {
  	font-size: 0.7em;
  	/*font-weight:bold;*/
  	padding-left:30px;
  	/*background-color: #99CC99;*/
  	width: 160px;
}

#leftmenu div.leftmenu-level3-act a {
  	color:#FFFFC4;
}
#leftmenu div.leftmenu-level3-act a:hover {
	color:#FFAA66;
}


/* ------------------------------------ */
/* --- Main Content ------------------- */
/* ------------------------------------ */

#content_wrap {
	position:relative;
	left:200px;
	float:left;
	width:800px;
	min-height:100%;
	padding-left:0px;
	padding-top:60px;
	/*background:#FF6600;*/
	/*background:#84C46A;*/
	background-image: url(images/contentbackground.jpg);
	background-repeat:repeat-x;
}

#content {
	font-size:0.8em;
}

/* ------------------------------------ */
/* --- Left Content ------------------- */
/* ------------------------------------ */

#contentleft {
	margin-top: 20px; 
	padding-left:0Px;
	padding-right:5px;
	border-top: 1px solid black;
	padding-top:5px;
}

#contentleft p {
	padding-left:0px;
	padding-right:0px;
 	margin:0.5em 10px;
}

/* ------------------------------------ */
/* --- Copyright ---------------------- */
/* ------------------------------------ */

#copyright {
	position:relative;
	top:50px;
	left:200px;
	float:left;
	width:1000px;
	
	font-size:0.7em;
	color:#FCFEC4;
}

/* ------------------------------------ */
/* --- Wrapper ------------------------ */
/* ------------------------------------ */

#wrapper1 {
    position:relative;
    top:0px;
    left:0px;
    width:1000px;
}
#wrapper2 {
    width:1000px;
	height:600px;
}

.clear {
	clear:both;   
    /*background-color:#FF0000;*/
}    


/* ------------------------------------ */
/* --- Typo3 -------------------------- */
/* ------------------------------------ */

.csc-textpic-caption {
	font-size:0.8em;
	font-weight:bold;
}

.csc-textpic-image {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:18px;
}


.csc-firstHeader {
	font-size:0.1em;
	visibility: hidden;
	margin-top:-25px;
}

.csc-header-n2 {
	font-size:0.1em;
	visibility: hidden;
	margin-top:-25px;
}

.csc-header-n3 {
	font-size:0.1em;
	visibility: hidden;
	margin-top:-25px;
}

.csc-header-n4 {
	font-size:0.1em;
	visibility: hidden;
	margin-top:-25px;
}

.csc-header-n5 {
	font-size:0.1em;
	visibility: hidden;
	margin-top:-25px;
}

.csc-header-n6 {
	font-size:0.1em;
	visibility: hidden;
	margin-top:-25px;
}
.csc-header-n7 {
	font-size:0.1em;
	visibility: hidden;
	margin-top:-25px;
}
.csc-header-n8 {
	font-size:0.1em;
	visibility: hidden;
	margin-top:-25px;
}

.csc-header-n9 {
	font-size:0.1em;
	visibility: hidden;
	margin-top:-25px;
}

.csc-textpic-text {
	font-size: 1em;
	font-weight:normal;
	margin-top:5px;
}

.worldmap {
	margin-left:240px;
	font-size:0.8em;
	font-weight:bold;
}


/* ------------------------------------ */
/* --- Mail Form ---------------------- */
/* ------------------------------------ */


.csc-mailform {
	margin-left: 20px;
	width: 80%;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #303030;
	font-weight : normal;
}
.csc-mailform-field {
	text-align: right;
	margin-right: 10px;
	margin-top: 5Px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #303030;
	font-weight : normal;
}

.csc-mailform-submit {
	float:right;
	margin: 5Px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #303030;
	font-weight : normal;
}




