/* Erik Meyers Reset CSS minified
----------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background: transparent;}body{line-height:1;}ol,ul{list-style: none;}blockquote,q{quotes: none;}blockquote:before,blockquote:after,q:before,q:after{content: '';content: none;}:focus{outline:0;}ins{text-decoration: none;}del {text-decoration: line-through;}table{border-collapse:collapse;border-spacing:0;}

/* Visual Editing
----------------------------------------- */
/*
#container   {border:1px solid purple;}
#nav         {border:1px solid blue;}
#content     {border:1px solid yellow;}
#left        {border:1px solid green;}
#normal      {border:1px solid magenta;}
#footer      {border:1px solid orange;}
p            {border:1px solid red;}
.csc-default {border:1px solid grey;} 
.contentboxes{border:1px solid green;}
*/
/* Real Stylesheet
----------------------------------------- */

html { }

/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) taken from bluprintcss.org */
body { 
    font-size: 75%;
    color: #545454; 
    background:url(images/background.gif) repeat-x #a2c461; 
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-top:30px;
    }

#container {
    width:942px;
    margin-left:auto;
    margin-right:auto;
    
    }

/* Headings
----------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
    font-weight: normal; 
    color: #545454; 
    }

h1 { 
    font-size: 1.6em; 
    line-height: 1;
    margin-bottom: 0.5em;
    font-weight:bold;
    text-indent:-9000px;
    }

h2 { 
    font-size: 1.5em; 
    margin-bottom: 0.75em; 

    }

h3 { 
    font-size: 1.5em; 
    line-height: 1; 
    margin-bottom: 0.75em;
   text-indent:-9000px;
    }

h4 { 
    font-size: 1.2em; 
    line-height: 1.25; 
    margin-bottom: 1.25em; 
    }

h5 { 
    font-size: 1em; 
    font-weight: bold; 
    margin-bottom: 1.5em; 
    }

h6 { 
    font-size: 1em; 
    font-weight: bold; 
    }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
    }
 
/* Anchors
----------------------------------------- */

a {
    color: #545454; 
    text-decoration:underline;
    }
a:hover {
    color: #ffaa49; 
}

#subnav a{
    color:#979793;
    text-decoration:none;
    }

#subnav a:hover{
    color:#545454;
    }

#nav ul {
    list-style:none;
}

#nav ul li a {
    color:#ffffff;
    text-decoration:none;
    }

#nav ul li a:hover {
    color:#111111;
    }

#nav ul li.selected a {
    color: #FF0000;
    }

a.pfeil{
    float:right;
    margin:5px 0 10px 0;
    
    }

* html a.pfeil{
    float:right;
    
    
    }

#foot a{
    text-decoration:none;
}

/* TEXT ELEMENTS
----------------------------------------- */
ul {
    list-style:disc;
    margin-left:50px;
    padding: 15px 0 15px 0;
}

hr {
    margin-left: 20px;
    width:420px;
    border: 1px #111111 solid;
}

table{
    border-collapse:collapse;
    margin-left:20px;
}

table, th, td {
    border: 1px #CCCCCC solid;  
}

td{
    padding:15px;
}
/* HEADER
----------------------------------------- */

#header{
    background:url(images/header.gif) no-repeat;
    width:100%;
    height:252px;
    }
#head_gradient {
    background:url(images/header_slide.gif) repeat-y;  
    width:576px;
    height:250px;
    float:right;
    margin:1px 10px 0 1px;
}

#header #prev {
    margin:100px 0 0 6px;
    float:left;
    width:20px;
    height:34px;
}

#header #next {
    margin:100px -9px 0 0;
    float:right;
    width:20px;
    height:34px;
}

#head_slider{
    width:500px;
    height:250px;
    float:left;
    margin-right:0px;
    color:#545454;
}

#head_slider .slide {
    width:510px;
    height:240px;
    padding:25px 35px 10px 0px;
    list-style:none;
    background:transparent!important;
}
#head_slider h2{
    width:300px;
    color:#545454;
    font-weight:bold;
    text-transform:uppercase;
    font-size:18px;
}

#head_slider h1{
    float:left;
    clear:right;
}

#head_slider .csc-textpic-imagewrap {
    float:right;
    width:200px;
    height:200px;
}

#head_slider .csc-textpic-text {
    height:200px;
    width:300px;
    line-height:1.3;
    font-size:1.2em;
}

#head_slider p.button{
    width:114px;
    height:32px;
    margin-top:10px;

}
#head_slider p.button a{
    width:114px;
    height:32px;
    background:url(images/button.gif) no-repeat bottom;
    display:block;
    font-size:0%;
    text-indent:-9000px;
}

#logo{
    display:block;
    float:left;
    height:250px;
    width:350px;
    }

/* NAV
----------------------------------------- */

#nav{
    height:47px;
    width:100%;
    background:#b6cbc0;
    }

#nav ul{
    padding: 13px 0 0 0;
    margin:0 0 0 40px;
    font-family: Arial;
    font-weight:bold;
    color:#ffffff;
    background:none;
    font-size:1.8em;
    }

#nav ul li{
    float:left;
    list-style:none;
    margin: 0 20px 0 0;
    }



/* CONTENT
----------------------------------------- */

#content {
    width: 942px;
    background:url(images/content_top.gif) top left no-repeat #ffffff;
    padding:0 0 40px 0;
    }

.contentWrapper {
	
}

/* LEFT 
----------------------------------------- */

#left {
    width:337px;
    float:left;
    margin:26px 20px 30px 20px;
    font-size:1.2em;
    line-height:1.3;
}


#left p{
    margin:0 0 0px 0;
}
/*
#left .box {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    float:left;
    background:#f2f2f2;
    padding:20px 20px 5px 20px;
    margin:0 0 20px 0;
    }
#left .box p{
    line-height:1.3;
}

#left .box h1{
    margin:0 0 10px 0;

    }

#left .first, #left .first h1{
    background:#fcf7e7;
    color:#f9aa52;
    }
*/
#subnav{
    line-height:1.4;
    margin-top:15px;
    margin-left: 20px;
    }

#subnav ul {
    font-size:1.4em;
    list-style:none;
    margin:0;
    padding:0;
}

#subnav ul li {}


#subnav li.level2 {
    margin-left:20px;
    }

#subnav li.level3 {
    margin-left:40px;
    }

#left .boxWrap {
    margin-bottom:20px;
}

.orangeboxbody .button {
position:relative;
left:260px;
width:24px;
height:22px;
}

.orangeboxbody .button a{

    width:24px;
    height:24px;
    background:url(images/pfeil.gif) no-repeat top right;
    display:block;
    font-size:0%;
    text-indent:-9000px;
}

.greyboxbody p.button {
position:relative;
left:220px;
width:74px;
height:23px;

}

.greyboxbody p.button a{
    width:74px;
    height:23px;
    background:url(images/greybutton.gif) no-repeat top right;
    display:block;
    font-size:0%;
    text-indent:-9000px;
}
.whiteboxbody p.button {
width:24px;
height:24px;
float:right;
margin-right:20px;
}

.whiteboxbody p.button a{
    width:24px;
    height:24px;
    background:url(images/pfeil.gif) no-repeat top right;
    display:block;
    font-size:0%;
    text-indent:-9000px;
}

/* NORMAL
----------------------------------------- */
#normal {
    width:540px;
    float:left;
    margin:26px 0px 30px 0px;
    font-size:1.2em;
    line-height:1.3;
    }

#normal .contentWrapper {
    padding:20px 20px 20px 0;
}

#normal p.bodytext{

    margin:0 0 0 22px;
    max-width:420px;
    }

#normal img {
    margin:0 0 0 22px;
}
#normal h1 img{
    margin:0px;
}

#normal h1{
    margin:0 0 10px 22px;
    }

.blauerHG {
    background:#E6E8FA;
    background:#F8F8FF;
   

    padding: 15px 0 20px 0;
    margin-bottom: 30px;
    width:540px;
}
.grauerHG {
    background:#E6E8FA;
    background:#F8F8FF;
    background:#f2f2f2;

    padding: 15px 0 20px 0;
    margin-bottom: 15px;
    width:540px;
}
/* NORMAL BOXES
----------------------------------------- */

#normal .contentboxes {
    margin-top:-20px;
    margin-left:0px;
    margin-bottom:-20px;
    width:540px;
}

#normal .contentboxes .csc-default {margin:0px;padding:0px;}
#left .csc-default {margin:0px;padding:0px;}
/*
#normal .box{
    width:200px;
    float:left;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border: 1px #CCCCCC solid;
    padding:20px 20px 5px 20px;
    margin:0;
    color:#f9aa52;
    }

#normal .box p{
    width:200px;
    margin: 0;
}

#normal .box h1{
    margin:0 0 10px 0;
    color:#f9aa52;
    }

#normal .box p {
    margin-bottom:0px;
Font-size:1.2em;
line-height:1.3;
    }


*/

/* NEW BOXES
---------------------------------- */

#normal .boxWrap {
    color:#7e7e7e;
    line-height:1.3;
    margin-bottom:20px;
}

.frameWrap {
    margin:0px -20px 20px 0;
    width:540px;
}


#normal .first{
    margin-right:20px;
}

#normal .single {
margin-right:220px;
}


.whiteboxWrap {
    width:260px;
    float:left;
}

.first {
 margin-right:12px;
}

#left .boxWrap p {
/*    width:280px; */
}
#left .boxBody {
    padding:0 20px 5px 20px ;
}

.frameBody {
}

#normal .boxWrap p{
    width:200px;
}
#normal p.button {
width:24px;
height:24px;
float:right;
margin-right:20px;
}

#normal p.button a{
    width:24px;
    height:24px;
    background:url(images/pfeil.gif) no-repeat top right;
    display:block;
    font-size:0%;
    text-indent:-9000px;
}


.boxHeader {
	margin: 0;
	padding: 0 15px 0 0;
	color: white;
	font-size: 0%;
}


.frameHeader {
	margin: 30;
	padding: 0 15px 0 0;
	color: white;
	font-size: 0%;
}

.greyboxhead {
	background: url(images/rbgrey.gif) no-repeat right top;
}
.orangeboxhead {
        background: url(images/rborange.gif) no-repeat right top;
}
.whiteboxhead {
        background: url(images/rbwhite.gif) no-repeat right top;
}
.blueboxhead {
        background: url(images/rbblue.gif) no-repeat right top;
}

.boxHeader span {
	display: block;
	padding: 5px 0 0px 10px;
}

.frameHeader span {
	display: block;
	padding: 10px 0 10px 10px;
}

.greyboxhead span{
    	background: #f2f2f2 url(images/lbgrey.gif) no-repeat left top;
}

.orangeboxhead span{
    	background: #fdf7e7 url(images/lborange.gif) no-repeat left top;
}

.whiteboxhead span{
    	background: #FFFFFF url(images/lbwhite.gif) no-repeat left top;
}

.blueboxhead span{
    	background: #E6E6FA url(images/lbblue.gif) no-repeat left top;
}



.boxFooter {
	height: 15px;
	margin: 0;
	padding-right: 15px;
	font-size: 1px;
	overflow: hidden;
	}

.frameFooter {
	height: 15px;
	margin: 0;
	padding-right: 15px;
	font-size: 1px;
	overflow: hidden;
	}

.greyboxfoot {
	background: url(images/rbgrey.gif) no-repeat right bottom;
}
.orangeboxfoot {
        background: url(images/rborange.gif) no-repeat right bottom;
}
.whiteboxfoot{
        background: url(images/rbwhite.gif) no-repeat right bottom;
}

.blueboxfoot{
        background: url(images/rbblue.gif) no-repeat right bottom;
}

.boxFooter span {
	display: block;
	height: 15px;
	}

.frameFooter span {
	display: block;
	height: 15px;
	}


.greyboxfoot span{
    	background: #f2f2f2 url(images/lbgrey.gif) no-repeat left bottom;
}

.orangeboxfoot span{
    	background: #fdf7e7 url(images/lborange.gif) no-repeat left bottom;
}

.whiteboxfoot span{
    	background: #FFFFFF url(images/lbwhite.gif) no-repeat left bottom;
}

.blueboxfoot span{
    	background: #E6E6FA url(images/lbblue.gif) no-repeat left bottom;
}

#normal .boxBody {
    padding:0 0 5px 0;
}

.boxBody {
	padding: 0px;
	}

.boxBodyWrap {


	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant boxBodyBorderWidth */
	}

.frameBody {
	padding: 0px;
	}

.frameBodyWrap {


	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant boxBodyBorderWidth */
	}

.greyboxbody{
    	background:#f2f2f2;
	border-left: 2px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
}
.orangeboxbody { 
    	background:#fdf7e7;
	border-left: 2px solid #fdf7e7;
	border-right: 2px solid #fdf7e7;
} 
.whiteboxbody{
    	background:#FFFFFF;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.blueboxbody{
    	background:#E6E6FA;
	border-left: 2px solid #E6E6FA;
	border-right: 2px solid #E6E6FA;
}
/* FOOT
----------------------------------------- */

#foot{
    border-top:1px solid #545454;
    background:#a6c63f;
    background:#a5cd38 url(images/foot_bg.gif) top left no-repeat;
    width:942px;
    padding-bottom:20px;
    color:#ffffff;

    }

#foot a{
    color:#FFFFFF;
    }

#foot a:hover{
    color:#111111;
    }

/* FOOTBOX
----------------------------------------- */
.footbox{
    margin:20px 0 20px 20px;
    float:left;
    }

* html .footbox{
    margin:20px 0 20px 10px;
    float:left;
    }

/* .footbox h2 {
    font-family: Arial;
    font-style:italic;
    font-weight:bold;
    color:#ffffff;
    margin: 0 0 15px 0;
} */

.footbox ul {
    margin:0;
    padding:0;
}

.footbox ul.first {
    float:left;
    list-style:none;
    width:240px;
    font-size:1.1em;
}

.footbox ul.first li{
    list-style:none;
    width:120px;
    float:left;
    margin:0 0 7px 0; 
    padding:0px;
}

.footbox ul.second {
    float:left;
    list-style:none;
    width:280px;
    font-size:1.1em;
}

.footbox ul.second li{
    list-style:none;
    width:140px;
    float:left;
    margin:0 0 7px 0; 
}

.footbox ul.third {
    float:left;
    list-style:none;
    width:340px;
    font-size:1.1em;
}

.footbox ul.third li{
    list-style:none;
    width:170px;
    float:left;
    margin:0 0 7px 0; 
}

/* FOOTNAV
----------------------------------------- */

div.footnav {
    margin:0 0 10px 20px;
    color:#ffffff;
}

ul.footnav{
    color:#ffffff;
    width:900px;
    margin:0 0 0 0px;
    padding:5px 0 0 0;
}
ul.footnav li{
    display:inline;
}

/* MISC
----------------------------------------- */

.clear {
clear:both;
height:0px;
}

/* TYPO3 specific Styles
----------------------------------------- */

.csc-default {
    margin:0 0 20px 0;
}

.csc-bulletlist {
    margin:0 0 0 22px;    
}
.csc-bulletlist li {
    list-style:disc inside;
    padding:0 0 6px 0;
}

#normal .csc-textpic-imagewrap{
	margin:0 20px 5px 0;
	padding:0 20px 0 0;
}

/* FORM STYLES */

form {
    padding-left:20px;
}

.csc-mailform {
	margin:0;
	padding:0 0 0 2px;
}

p.csc-form-label {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	font-weight: bold;
	line-height : 140%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px;
	display:block;

}

.csc-form-label-req {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	font-weight: bold;
	line-height : 140%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px;

}

.csc-mailform-field label{
	display:block;

}

.csc-mailform-submit {
	margin:5px 0 0 0;

}

legend {
	padding-left:10px;
	padding-right:10px;
	border: 0px;

}

fieldset {
	border:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	border: 0px solid #C0C0C0;
}


/* FORM STYLES END */



/* FILE DOWNLOAD */
#normal .csc-uploads {
	border-spacing:0px;
	margin-bottom:0px;
	width:90%;
	min-height:100px;
}

#normal .csc-uploads-icon {
	border-spacing:0px;
	padding-bottom:10px;
	/*background-color:red;*/
}

#right .csc-uploads {
	border-spacing:0px;
	margin-bottom:0px;
}

/* ie */
* html #right  .csc-uploads {
	border-spacing:0px;
	margin-bottom:25px;
}

#right .csc-uploads-icon {
	border-spacing:0px;
	padding-bottom:8px;
}


.csc-uploads-icon {
    width: 30px;
}
.csc-uploads-icon img {
    position:relative;
    top:4px;
    right:12px;
}
.csc-uploads-fileName a{
	font-size:14px !important;
	vertical-align:top;	
}
.csc-uploads-fileName a:link {}

.csc-uploads-fileName a:visited {}

.csc-uploads-fileName a:hover {}

.csc-uploads-fileName a:active {}

.csc-uploads-description p {
	line-height : 140%;
	color: #333333;
}
.csc-uploads-fileSize {
    width: 40px;
}
/* FILE DOWNLOAD END */

.csc-textpic-caption {
    padding:7px 0 0 22px;
    font-size:11px;
}


/* IE BUG STUFF */


.csc-textpic-imagewrap {
    
}