@charset "UTF-8";
@import url(col_2.css);
@import url(col_3.css);
@import url(testimonials.css);

/* Jörg Fretter, 2010 */

/* ==== Schrifteneinbindung ==== */
@font-face {
    font-family: DejaReg;
    src: url('fonts/DejaVuLGCSans.ttf');
}
@font-face {
    font-family: DejaBd;
    src: url('fonts/DejaVuLGCSans-Bold.ttf');
}
@font-face {
    font-family: DejaOb;
    src: url('fonts/DejaVuLGCSans-BoldOblique.ttf');
}
@font-face {
    font-family: DejaLght;
    src: url('fonts/DejaVuLGCSans-ExtraLight.ttf');
}
@font-face {
    font-family: DejaBdOb;
    src: url('fonts/DejaVuLGCSans-BoldOblique.ttf');
}

/* ==== Seitenformatierung ==== */
.page-margins {
border-top: 6px solid #000000;
}

.page {
font-family: DejaReg, DejaBd, Arial, Helvetica, sans-serif;
}

#aussen {
padding-top:10px;
margin: 0 auto;
width: 90%;
text-align:right;
background-image:url(../../images/bg2.png);
background-repeat:repeat;
}

/* ==== Kopf ==== */
#header {
	margin-bottom:0;
	background-color:#8ad332;
	text-align:right;
	border-bottom: 16px solid #0b3f97;
			}
			
#header span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.4em;
	line-height:140%;
	font-weight:bold;
	color:#0c4097;
	}
	
#topnav {
	font-family:DejaReg, DejaBd, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	background-color:#000000;
}

/* ==== Fuss  ==== */
#footer {
font-family: DejaReg, Arial, Helvetica, sans-serif;
font-size:1.4em;
text-align:center;}

#footer span {
font-weight:bolder;
}

#footer a,a:hover,a:visited {
text-decoration:none;
}
#footer a {
color:#444;
}
#footer a:hover {background-color:#0000CC; color:#FFFFFF;
}


/*  ==== Menue  ==== */
#submenue {
font-family:DejaBd, Arial, Helvetica, sans-serif;
width: 90%;
font-size: 80%;
}
.submenuekopf {
font-family:DejaBd, Arial, Helvetica, sans-serif;
font-size:1.8em;
font-weight: bold;
color: #fff;
background-color:#0b3f97;
width: 100%;
display: block;
padding: 5px 0 5px 5px;
border: 1px solid #0b3f97;
margin-top: 2px;
margin-right: 0;
margin-bottom: 2px;
margin-left:2px;
font-size:1.6em;
}
#submenue ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
#submenue li {
width: 100%;
display: block;
border: 2px solid #0b3f97;
margin-left: 4px;
margin-right:2px;
margin-bottom: 2px;
margin-top:1px;
font-family:Luci;
font-size:1.2em;
font-weight:bold;
line-height:1.4em;
color:#000000;
background-color:#FFF;
}
#submenue li a  {
text-decoration: none;
display: block;
color: #000000;
background-color:#ffffff;
padding: 4px 0 4px 4px;
cursor: default;
}
#submenue li a:link {
background-color:#FFF;
}
#submenue li a:visited {
background-color:#CCC;
}
#submenue li a:hover {
color: #000;
background-color:#a4ea50;
}
#submenue li a:active {
color: #000;
background-color:#a4ea20;
}

/* ==== Breadcrumbnavigation ==== */
#crumb a {
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
font-weight:bold;
color:#a4ea50;
text-decoration:none;
/*padding-bottom:inherit;*/
}
#crumb a:hover {
text-decoration:none;
color:#a4ea50;
}
#crumb span {
font-weight:bold;
color:#000000;
text-decoration:none;
}


#first a {
padding: 5px 10px 5px 10px;
margin-bottom:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.1em;
line-height:1.8em;
text-decoration:none;
color:#FFFFFF;
background:#0b3f97;
}
#first a:hover {
padding: 5px 10px 5px 10px; 
text-decoration:none;
color:#FFFFFF;
border-bottom:#0b3f97 solid 1px;
background:#8ad332;
}

blockquote {
margin:22px 0 22px 20px;
padding:3px;
color:#575757;
padding: 0 50px;
background-image:url(../images/blockquote.gif);
background-repeat:no-repeat;
}
#kasten {
border: 2px solid #0b3f97;
padding: 16px;

}
#kasten hr {
margin-bottom:20px;
color: #BBB; /* Farbe für Internet Explorer (IE) */
border-bottom: 1px; 
height: 0px;
width:98%; 
}
#kasten_col3 {
border: 2px solid #0b3f97;
padding: 12px;
margin-bottom:12px;
background-color:#cedcf5;
}

#kasten_col1 {
width: 85%;
border: 2px solid #0b3f97;
padding: 8px;
margin-left:3px;
margin-right:3px; 
background-color:#cedcf5;
}
#kasten_col1 h3 {
color:#0b3f97;
}

/* ==== Spaltenlyout ==== */
#col3 {
margin: 0 60px 0 0;
padding: 0 20px 0 0;	}

#col2 {
margin: 0 20px 0 20px;
padding: 0 0 0 20px;
}

#col2 h2, h3, h4, p, a {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
}
#col3 h2, h3, h4, p, a {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
}	

/* ==== Suchformular ==== */
#form-search {
	float:right;
	padding:0 0 6px 0;
	margin-right:5px;
	margin-bottom:10px;
}
#form-search input {
	border:1px solid #0b3f97;
	height:22px;
    width: 100%;
}

#form-search legend {
	color:#0b3f97;
	font-size: 1.2em;
	font-weight:bold;
}


/* ==== Spalte RECHTS ==== */

#col2 p {
font-size:0.9em;
height:140%;
}

#col2 span {
font-weight:bold;
}


.list_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:1.0em;
	color:#666666;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:3px;
	padding-right:24px;
	width:40%;
	background-color:#E8E8E8;
	margin:0px;
    line-height: 16px;
	}

.list_content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:1.0em;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:40%;
	background-color:#0c4097;
	margin:0px;
    line-height: 16px;
	}
	
/* REDAXO-Modul: do form!*/

/* Div das das Formular umschließt */
.formgen {
	float: left;
	font-size: 1.9em;
	padding: 20px;
	margin: 0px;
	border: 2px #0b3f97 solid;
	background-color: #cedcf5;
}



/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor: pointer;
}



.formgen form {
line-height: 100%;
}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 5px dashed #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear: both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/
/*#form {
	display: block;*/
	/*margin: 12px;*/
	/*padding: 10px;
	border: 1px #777 solid;
}*/

/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 500px;
	height: 200px;
	margin-left: 8px;
	border: 1px solid #003366;
	background-color: #FFF;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 8px;
	margin-bottom: 6px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #FFF;
	border: 1px solid #003366;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	background-color: #BBB;	
}



/* Label */
.formgen label {
	width: 140px;
	clear: left;
	float: left;
	height: 18px;
	font-size: 0.8em;
	font-weight: bold;
	color: #003399;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 300px;
	background-color: #33FF33;
	margin-left: 8px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 60%;
	text-align: center;
	margin-right:20px;
	margin-left: 150px;
	background-color: #0b3f97;
	border: 1px solid #BBB;
	float: left;
	color: #FFF;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #006633;
}

.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */

/*Tabelle*/

.daten { 
	/* width: 100%; */
	border-collapse: collapse;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 10px;
}
/*
.daten caption { 
	margin-top: 130px;
	padding: 8px 8px;
	font-size: 1.1em;
	font-weight: bold;
	color: #A5826A;
	background-color: #e8dfd8;
	border: 1px solid #A5826A;
	text-decoration: underline;
	text-align: center;
}
*/
.daten td { 
	border: 1px solid #A5826A;
	padding: 3px;
	/* text-align: center; */
	vertical-align: top;
}

.daten th { 
	border: 1px solid #A5826A;
	padding: 8px 3px;
	text-align: center;
	vertical-align: middle;
/*	background-color: #A5826A; */
	background-image:url(bg_excel_tab_head.jpg); 
	background-repeat:repeat-x;

	font-weight: bold;
/*	color: #ffffff; */
	color: #A5826A;
}

.daten .caption { 
	margin-top: 130px;
	padding: 8px 8px 8px 8px;
	font-size: 1.1em;
	font-weight: bold;
	height:30px;
	color: #A5826A;
	background-image:url(bg_excel_tab_head.jpg); 
	background-repeat:repeat-x;
	border: 1px solid #A5826A;
	text-decoration: underline;
	text-align: center;
}

.daten .subtitle td { 
	padding: 8px 3px;
	background-image:url(bg_excel_tab_head.jpg); 
	background-repeat:repeat-x;
	text-align: center;
	vertical-align: middle;
	color: #A5826A;
	font-weight: bold;
}

.daten .left td {
	text-align: left;
}

.daten .right td {
	text-align: right;
}

.daten tfoot td { 
	padding: 8px;
	background-image:url(bg_excel_tab_foot.jpg); 
	background-repeat:repeat-x;
	color: #A5826A;
	font-weight: bold;
}


.paginate_nav {
	text-align: center;
	margin-left: 15px;
	height: 22px;
}

.paginate_nav span {
	display: block;
	float: left;
	font-size: 10px;
	line-height: 13px;
	margin: 2px 2px 2px 0;
}

.paginate_nav .paktiv {
	text-align: center;
	background-color: #1b5a9f;
	border: 1px solid #303030;
	color: #fff;
	display: block;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
}

.paginate_nav li {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 13px;
	color: #1b5a9f;
}

.paginate_nav li a {
	color: #000;
	background-color: #fff;
	display: block;
	text-decoration: none;
	font-weight: normal;
}

.paginate_nav li a:hover ;{
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	color: #303030;
	display: block;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
}

.paginate_nav span a {
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	color: #303030;
	display: block;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
}

.paginate_nav span a:hover,.paginate_nav span a:active {
	background-color: #1b5a9f;
	border: 1px solid #303030;
	color: #fff;
}

.paginate_nav span.aktuell {
	background-color: #1b5a9f;
	border: 1px solid #303030;
	color: #ffffff;
	font-size: 11px;
	padding: 1px 5px 2px 5px;
}

.paginate_art {
	clear: both;
}


/* Artikelliste */

#liste {
	font-weight:normal;
	line-height:1.8em;
	padding:10px;
	width: 70%;
	background-color:#DDD;
	}
#liste li {
    padding: 0px;
    margin: 0px;
	width:inherit;
	list-style-type:none;
	text-decoration: none;
    display: inline-block;
    }

/* Sitemap */

div#sitemap {
    background: #fff;
    padding: 1em 0;
    border: 1px solid #ccc;
    margin: 0 auto;
    width: 700px;
    }
#sitemap ul.columns {
    background: url(../../graphics/css-sm-02.gif)
                no-repeat;
    padding: 0.5em 1%;  
    border: none;
    margin: 0.5em 1%;
    width: 29.3%;
    float: left;
    }
#sitemap ul {
    margin-left: 0;
    padding-left: 0;
    }
#sitemap li {
    list-style-type: none;
    margin: 3px 0;
    }
#sitemap .divider {
    clear: both;
    }
#sitemap h4 {
    color: #fffef0;
    background: #0024b8;
    padding: 1px;
    }
	
	
/* Paginierung */
	
/* CSS Blätterfuktion */
.pagination {
float:left;
display:block;
margin:0 auto;
width:100%;
}
.zwei  {
margin-top:0.5em;
}
.pagination li {
border:0; 
margin:0; 
padding:0;
font-size:0.625em;
list-style:none;
margin-right:2px;
}
.pagination a {
border:solid 1px #9aafe5;
margin-right:2px;
}
.pagination .previous-off,
.pagination .next-off {
border:solid 1px #dedede;
color:#888888;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
.pagination .next a,
.pagination .previous a {
font-weight:bold;
}
.pagination .next-z a,
.pagination .previous-a a {
font-weight:normal;
}
.pagination .active {
background:#2e6ab1;
color:#fff;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
.pagination a:link,
.pagination a:visited {
color:#0e509e;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
.pagination a:hover {
border:solid 1px #0e509e;
}

#kasten_gruen {
border: 1px solid #0b3f97;
padding: 12px;
margin-bottom:12px;
background-color:#8ad332;
}

#myform p, h1, form, button {border:0; margin:0; padding:0;}
.spacer {clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0;
width:500px;
padding:16px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #0b3f97;
background:#DDD;
}
#stylized h1 {
font-weight:bold;
margin-bottom:8px;
}
/*#stylized p{
color:#666666;
font-size:16px;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}*/
#stylized label{
font-size:1.4em;
display:block;
font-weight:bold;
text-align:right;
width:120px;
height:15px;
float:left;
margin-top:12px;
}

#stylized input{
float:left;
font-size:13px;
padding:10px 2px;
border:solid 1px #aacfe4;
width:300px;
margin:2px 0 10px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
#stylized textarea {
	width:300px;
	font-size:13px;
	padding:10px 2px;
	margin:2px 0 20px 10px;
	}