/* ---------------------------------------------------------------- */
/* Grundlayout ---------------------------------------------------- */
/* ---------------------------------------------------------------- */
body,
form {
	margin: 0px;
	padding: 0px;
	font-family:  Verdana, Arial;
	font-size: 11px;
}

body {
}


img {
	border: none;
}

/* contentbody umschliesst das komplette Layout */
#contentbody {
	position: absolute;
	width: 812px;
	left: 50%;
	top: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: -406px;
	background:url(img/bg_content.png) repeat-y top left;
}


a {
		color: #003767;
		text-decoration: none;
}

a:hover {
		text-decoration: underline;
}

/* ---------------------------------------------------------------- */
/* Kopf ----------------------------------------------------------- */
/* ---------------------------------------------------------------- */

#head {
	position: relative;
	width: 782px;
	height: 121px;
	background-repeat: repeat-x;
	z-index: 2000;
  background: repeat-x top left #77ad1a;

	margin-left:9px;
}



#logodiv {
	position: absolute;
	top: 14px;
	left: 40px;
}

#logodiv img {
	width:711px;
	height:90px;
}


/* ---------------------------------------------------------------- */
/* Contentbereich ------------------------------------------------ */
/* ---------------------------------------------------------------- */

#topteaser,
#topcontent {
		width:720px;
		height:300px;
		margin-top:20px;
		margin-left:40px;
}


#maincontent {
		width:812px;
		padding-top:0px;

}

#content {
		margin-left:40px;
		width:720px;
		height:795px;
}


#footer {
	  width:782px;
		margin-top: 0px;
		padding-bottom: 15px;
		text-align:right;
		padding-top:5px;
		color:#fff;
		text-align:center;
		margin-bottom:20px;
}

#footer a{
       color:#555;
}

#footer-trenner {
	width:720px;
	background:url(img/bg_navi_footer.gif) #fff repeat-x;
	height:5px;
	margin-left:40px;
	margin-top:0px;
	padding-bottom:0px;
	line-height:1px;
	font-size:1px;
}

.footer-bg {
	clear:left;
	width:800px;
	height:5px;
}


/* ---------------------------------------------------------------- */
/* Standards ------------------------------------------------------ */
/* ---------------------------------------------------------------- */

p,
td, th,
li,
input,
select,
option {
	margin: 0px;
	font-size: 11px;
	line-height: 15px;
	color:#444;
}

p {
	margin-bottom: 12px;
	color:#111;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #0082c8;
	margin: 0px;
	line-height:normal;
}

h1 {
	margin-left:0px;
	font-size: 28px;
	color: #003767;
	margin-bottom: 8px;
}


h1.first {

		margin-top: 28px;
		margin-bottom: 8px;
}

h2.first {
    font-size: 20px;
    margin-bottom: 20px;
	  color:#6db43f;

}


h2 {
	font-size: 15px;
	margin-bottom: 20px;

}


h3 {font-size: 15px; margin-bottom: 10px; line-height:18px;}

h3.zi {font-style: italic; font-size: 15px; margin-bottom: 5px; line-height:24px;}

h4 {font-size: 11px; margin-bottom: 2px;}
h5 {font-size: 11px; margin-bottom: 2px;}
h6 {font-size: 11px; margin-bottom: 0px;}


.clear {
  clear:both;
}

/* ---------------------------------------------------------------- */
/* Listen --------------------------------------------------------- */
/* ---------------------------------------------------------------- */

ul {
		padding:0px;
		margin:0px;
		margin-left:14px;
		margin-bottom:20px;
		color: #002546;
		list-style-type:square;
}

ul li {
		margin-bottom:3px;

}

ul li ul{
        list-style-type:circle;
        margin-bottom:10px;

}


ul li span{
		color: #555;

}

ul.pdf-download {
		margin-left:0px;
		list-style-type:none;
}

ul.pdf-download li {
		height:20px;
		padding-left:5px;
		padding-top:3px;
}

ul.pdf-download li.hilite {
		background-color:#efefef;
}

a.pdf-down {
		background-image:url('img/download.gif');
		background-repeat: no-repeat;
		background-position: 2px 3px ;
		padding-left:19px;
		display:block;
		float:left;
		margin-right:5px;
}

.img-float {
  float:left;
  margin-right:60px;
}


/* ---------------------------------------------------------------- */
/* Zusammenbau der Content-Container ------------------------------ */
/* ---------------------------------------------------------------- */

/* Position des Begin des Containers .p1 .p2 ... */
.p1, .p2, .p3, .p3, .p4, .p5 {
    position: relative;
    left: 0px;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.p1 {
    margin-left: 0px;
    clear: left;
}

.p2 {
}

.p3 {
}

/* Weite des Containers (anzahl der Spalten) */
.w1 { width: 350px; }
.w2 { width: 720px; }
.w3 { width: 800px; }

.w4 { width: 490px; }
.w5 { width: 210px; }

.w6 { width: 160px;}



/* ---------------------------------------------------------------- */
/* navigation ----------------------------------------------------- */
/* ---------------------------------------------------------------- */


#navigation {
		width:782px;
		color:#fff;
		background:url(img/bg_navi_green.gif) repeat-x #FFF;
		height:45px;
		margin-left:9px;

}



#nav,
#nav ul {
		float: left;
		list-style: none;
		padding: 0px;
		margin: 0px;
		text-align:left;

}

#nav {
	   position:absolute;
	   width:720px;
	   margin-top:10px;
	   left:42px;


}


#nav a {
		display: block;
		color: #fff;
		line-height: 13px;
		text-decoration: none;
		text-transform:uppercase;
}


#nav a:hover {
		color: #fff;
}

#nav li.first {
		padding-left: 0px;
}


#nav li {
		float: left;
		padding: 0px;
		padding-left: 12px;
		color:#fff;
}


#nav li.selected a {
        color:#fff;
        border-bottom:5px solid #fff;
}

#nav a {
        display: block;
        text-decoration: none;
        font-family:verdana;
        font-size:10px;
        color:#fff;
        border-bottom:0px;
        padding-bottom:6px;
        letter-spacing:0.05em;
}

#nav a:hover {
        border-bottom:5px solid #fff;
}

#nav li ul li ul  {
    top: auto;
}



#nav li.selected ul {
    position: absolute;
    top:27px;
    left: -5px;
    font-weight: normal;
    margin: 0;
    padding-top: 0px;
    margin-left: 0px;
    z-index:1000;
    list-style-image:none;
    list-style-type:none;
    width:720px;
    height:22px;
    background:url(img/bg_transparent.png) repeat-x;
    z-index:10;
}


#nav li ul li {
    float:left;
	padding: 0px;
    padding-left: 0px;
	color:#555;
}

#nav li.selected ul a {
        background:none;
        color:#000;
        font-size:10px;
        padding:0px;
        border-bottom:0px;
		text-transform:none;
}

#nav li.selected ul li.active a {
        background:none;
        color:#951521;
        text-decoration:none;
        border-bottom:0px;
}

#nav li.selected ul a:hover {
        color:#007fc5;
        text-decoration:none;
        border-bottom:0px;
}

#nav li ul a {
    display:block;
    margin-left: 6px;
    margin-right: 6px;
    color: #111;
    background:none;
    font-weight:normal;
    border-left:0px;
    z-index:12;


}

#nav li ul a:hover {
    border-bottom:0px;
}



#nav li ul ul {
    margin:0px;
}




/* ---------------------------------------------------------------- */
/* Kontaktbild ---------------------------------------------------- */
/* ---------------------------------------------------------------- */

img.kontaktbild {
    float:left;
    margin-right:10px;
}

h2.kontakt {
    margin-bottom:10px;
}



/* ---------------------------------------------------------------- */
/* Footer Logos --------------------------------------------------- */
/* ---------------------------------------------------------------- */

table.content-table td.rechts {
    text-align:right;
}

img.footer_logo {
	margin-right:10px;
}

td.abstand{
    height:35px;
}



/* ---------------------------------------------------------------- */
/* Validation ----------------------------------------------------- */
/* ---------------------------------------------------------------- */


.errmsg {
    display: none;
    color:#ff9900;
}

.notvalid {
    border: 1px solid #bf737a;
    background-color:#f7edee;
}

.errormsglabel {
    cursor: pointer;
}

#validationmsg {
    background-color:#f7edee;
    border-top: 1px solid #bf737a;
    border-bottom: 1px solid #bf737a;
    display: none;
    margin-top:15px;
    margin-bottom:15px;
}

#validationmsg h2{
        margin:12px;
        font-style: italic;
        color: #030100;
        font-size: 13px;
}

#validationmsg ul {
        padding:0px;
        margin:0px;
        margin-left:28px;
        margin-bottom:20px;
        list-style-type:square;
        list-style-image:none;
        color: #951521;
}

#validationmsg ul li {
        margin-bottom:3px;
        font-style: italic;

}
#validationmsg ul li span{
        color: #444;

}

#validationmsg .red{
        color: #951521;

}

/* ---------------------------------------------------------------- */
/* Formulare ------------------------------------------------------ */
/* ---------------------------------------------------------------- */

.formular-table {
    margin-bottom: 15px;
}

.formular-table td{
        background-color:#f4f4f6;
}

.formular-table td.label{
        width:40%;
        text-align:right;
}

.formular-table th{
        text-align:left;
}

form table td {

}

form .no-pad {
        padding:0px;
}

form .long {
        width: 240px;
        height: 14px;
}

form .medium {
        width: 185px;
        height: 14px;
}

form .short {
        width: 50px;
        height: 14px;
}

form .textfield {
        width: 240px;
        height: 120px;
        border: 1px solid #dadce0;
}

form .absenden {
        width: 240px;
        height: 20px;
        cursor:pointer;
}

select,
input {
        border: 1px solid #dadce0;
        height:22px;
        background:#fff;
}

select {
        width:240px;
}



/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
    color: #606060;
}

form.ddfm legend,
form.ddfm label,
form.ddfm label.fmtextlblwide {
    color: #606060;
}

form.ddfm .fmcheck p,
form.ddfm .fmradio p,
form.ddfm textarea,
form.ddfm .fmfullblock,
form.ddfm .fmhalfblock,
form.ddfm .fmselect,
form.ddfm input.fmtext,
form.ddfm input.fmdate,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
    color: #404040;
}

form.ddfm .required {
    color: #FF0000;
}

.ddfmerrors {
    color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {

}

form.ddfm h1,
form.ddfm h2 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0;
}


form.ddfm h1 {
    font-size: 140%;
}

form.ddfm h2 {
    font-size: 115%;
}

form.ddfm legend,
form.ddfm label,
form.ddfm label.fmtextlblwide {
    font-size: 100%;
    font-weight: bold;
}

form.ddfm .credits {
    font-size: 90%;
}

form.ddfm legend {
    font-size: 110%;
}

.ddfmerrors {
    font-weight: bold;
}




/* STRUCTURE CSS */


.ddfmwrap p.fieldwrap {
    padding: 1px;
    margin: 1px;
    clear: left;
}

form.ddfm {
    text-align: left;
    padding: 10px;
    width: 430px;
}

form.ddfm fieldset {
    padding: 0 10px 2px 10px;
    margin: 0 0 13px 0;
    display: block;
}

form.ddfm legend {
    padding: 0 6px 0 6px;
    margin: 0 0 0 10px;
}

form.ddfm label {
    display: block;
    float: left;
    width: 26%;
    text-align: right;
    margin: 0 10px 0 0;
    padding-bottom: 15px;
    clear: left;
}

form.ddfm label.fmtextlblwide {
    display: block;
    float: left;
    text-align: left;
    margin: 0 10px 0 1px;
    padding-bottom: 8px;
    width: 100%;
}

form.ddfm select.fmselect {
    float: left;
    display: block;
    width: 65%;
    margin-bottom: 15px;
    padding: 3px;
}

form.ddfm .fmcheck {
    width: 65%;
    float: left;
    display: block;
    margin-bottom: 15px;
}

form.ddfm .fmchecklabel {
    display: inline;
    float: none;
    clear: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

form.ddfm .fmradio {
    width: 65%;
    float: left;
    display: block;
    margin-bottom: 15px;
}

form.ddfm .fmradiolabel {
    display: inline;
    float: none;
    clear: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

form.ddfm .fmcheck p {
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 140%;
}

form.ddfm .fmradio p {
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 140%;
}

form.ddfm textarea {
    float: left;
    position: relative;
    width: 65%;
    margin-bottom: 15px;
    padding: 3px;
}


/*
    display: block;
    float: left;
    width: 26%;
    text-align: right;
    margin: 0 10px 0 0;
    padding-bottom: 15px;
    clear: left;  */

form.ddfm .fmfullblock {
    padding-left: 0px;
    float: left;
    width: 100%;
    margin-bottom: 13px;
    display: block;
}

form.ddfm .fmhalfblock {
    width: 65%;
    padding-left: 29%;
    margin-bottom: 13px;
    float: left;
    display: block;
}

form.ddfm input.fmverify {
    float: left;
    width: 22%;
    margin-bottom: 15px;
    padding: 3px;
    position: relative;
    display: block;
}

form.ddfm img {
    margin: 1px 0 0 10px;
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
    float: left;
    display: block;
    width: 65%;
    margin-bottom: 15px;
    padding: 3px;
}

form.ddfm input.fmdate {
    float: left;
    display: block;
    width: 35%;
    margin-bottom: 15px;
    padding: 3px;
}

form.ddfm textarea.fmtextwide {
    display: block;
    float: left;
    width: 93%;
    margin-right: 2px;
    margin-bottom: 15px;
    padding: 3px;
}

form.ddfm .credits {
    text-align: right;
    margin-top: 7px;
    width: 97%;
}

form.ddfm .submit {
    text-align: right;
    clear: both;
    width: 97%;
}

.ddfmwrap .ddfmerrors {
    display: block;
    float: left;
    width: 27%;
    text-align: right;
    margin: 0 10px 0 0;
    padding-bottom: 15px;
}

.ddfmwrap .errorlist {
    float: left;
    display: block;
    width: 65%;
    margin-bottom: 15px;
    padding: 3px;
    text-align: left;
}

.ddfmwrap .recaptcha {
    width: 100%;
    text-align: right;
    clear: both;
    height: 120px;
    margin-right: 7px;
    padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
    float: right;
    margin-right: 3px;
}


/* DATE SELECTION */

/* the div that holds the date picker calendar */
.dpDiv {
    }


/* the table (within the div) that holds the date picker calendar */
.dpTable {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #404040;
    background-color: #F4F4F4;
    border: 1px solid #999999;
    }


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
    }


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
    }


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
    }


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
    }


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
    border: 1px solid #ece9d8;
    }


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    }


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered
over) */
.dpTDHover {
    background-color: #888888;
    border: 1px solid #888888;
    cursor: pointer;
    color: #000000;
    }


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
    }


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
    }


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
    }


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
    background-color: #C0C0C0;
    border: 1px solid #AAAAAA;
    color: white;
    }


/* additional style information for the text that indicates the month and year */
.dpTitleText {
    font-size: 12px;
    color: #555555;
    font-weight: bold;
    }


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
    color: #666666;
    font-weight: bold;
    }


/* the forward/backward buttons at the top */
.dpButton {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
    background: #DDDDDD;
    font-weight: bold;
    padding: 0px;
    }


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
    background: #DDDDDD;
    font-weight: bold;
    }



.credits {
    display:none;
}





/*-------------------------------------------------------------------------------*/
/*--- KLM Anpassungen -----------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/

.ddfmwrap {
    margin:auto;
    margin-top:25px;
    width: 100%;
    background:#f7f7f7;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:20px;
}

.error_message {
    margin:0px;
    background:#F7EDEE;
    border-top:1px solid #BF737A;
    border-bottom:1px solid #BF737A;
    margin-bottom:20px;
    margin-top:20px;
    padding:10px;
    line-height:20px;
}

form.ddfm legend, form.ddfm label, form.ddfm label.fmtextlblwide {
    font-weight:normal;
    color:#000;
}

form.ddfm input.fmfile, form.ddfm input.fmtext {
    display:block;
    float:left;
    margin-bottom:15px;
    padding:0px;
    padding-left:3px;
    width:282px;
}


input#fm_upload {

}

form.ddfm input.fmverify {
    padding:0px;
    padding-left:3px;
    width:175px;
}


.fieldwrap img {
    border:1px solid #ff0000;
    height:24px;
}


form.ddfm .submit {
    clear:both;
    text-align:left;
    margin:0px;
    width:100%;

}

.submit input{
    width:282px;
    text-align:center;
    cursor:pointer;
    margin-left:123px;
}

.submit input:hover{

}

form.ddfm textarea {
        border:1px solid #ddd;

}


/* ---------------------------------------------------------------- */
/* Special Box --------------------------------------------------- */
/* ---------------------------------------------------------------- */
.special-box {
   background: none repeat scroll 0 0;
   border-bottom: 1px solid #DDDDDD;
   border-top: 1px solid #DDDDDD;
   padding-top: 10px;
   padding-left: 10px;
   width: 720px;
   margin-bottom:10px;
}

.social-network {
   margin-top:0px;
   background: #f9f9f9;
   border: 1px solid #DDDDDD;
   padding:10px;
   padding-top:20px;
   width:185px;

}

.social-network div{
   margin-bottom:15px;
}



/*
Facebook/Linkedin Button ----------------------------
*/


#fblike {


}

#linkedin {


}

#tellafriend {


}

#afl-newsletter {


}

.twitter {

}


