* {
	border:0;
}

/* main selectors */
body {
	margin: 0;
	padding: 0;
	background: #FFF url(../images/background-body.jpg) repeat-x;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

hr {
	border: 1px solid #CCCCCC;
}

.tableheader {
	color: #FFFFFF;
	font-weight: bold;
}

a {
	color: #674D15;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 9px 0;
}

div.hinweis {
	border: 1px solid #101f69;
	background: #CCC;
	font: bold 17px;
	color: #101f69;
	padding: 15px;
}

#content-primary p {
	line-height: 18px;
}

h1 {
	margin: 0;
	padding: 0 0 14px 0;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #674D15;
}

h2 {
	margin: 0;
	/*padding: 0 0 14px 0;*/
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #674D15;
}

strong.phone {
	position: absolute;
	font: bold 24px Arial, Helvetica, sans-serif;
	left: 0px;
	bottom: 10px;
	color: #101f69;
	margin-top: 20px;
}

/* SEO headings section */
strong.seo {
	position: absolute;
	top: 122px;
	left: 15px;
}

strong.seo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 330px;
	height: 24px;
	background: url(../images/logo.gif) no-repeat;
}

/* container section */
#container {
	width: 910px;
	margin: 0 auto;
	background: url(../images/background-container.png) repeat-y;
	padding: 0 14px;
}

/* header section */
#header {
	width: 100%;
	position: relative;
	height: 190px;
	background: #101f69 url(../images/header-all.jpg) no-repeat;
	margin-bottom: 26px;
}

/* locale navigation section */
#navigation-locale {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 130px;
	right:14px;
}

/* main navigation section */
#navigation-main {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 155px;
	right: 15px;
	font: bold 15px Arial, Helvetica, sans-serif;
}

#navigation-main li {
	float: left;
	padding-left: 4px;
}

#navigation-main li a {

	float: left;
	line-height: 35px;
	padding: 0 7px;
	text-decoration: none;
	color: #FFF;
}

#navigation-main li a:hover,
#navigation-main li a.current {
	color: #674D15;
	text-decoration: none;
	background-color: #FFF;
}

/* footer section */
#footer {
	width: 880px;
	margin: 0 auto;
	padding: 18px 29px 5px 29px;
	background: url(../images/background-footer.png) no-repeat;
	font-size: 10px;
	overflow: hidden;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#footer ul li {
	display: inline;
	border-left: 1px solid #000;
	padding: 0 0 0 4px;
}

#footer ul li:first-child {
	border-left: none;
	padding-left: 0;
}

#footer p {
	margin: 0;
	padding: 0;
	float: right;
}

/* content section */
#content {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

#content-primary {
	width: 595px;
	float: right;
}

#content-secondary {
	width: 250px;
	float: left;
	padding-bottom: 30px;
}

/* teaser section */
div.teaser {
	border: 1px solid #101f69;
	padding: 17px 14px 12px 14px;
	overflow: hidden;
	height: 1%;
	margin-bottom: -1px;
}

/*div.teaser div.icon {
	float: right;
}*/

div.teaser div.description {
	width: 215px;
	float: left;
	font-size: 10px;
}

div.teaser div.description p {
	padding-bottom: 18px;
}

div.teaser div.description strong {
	font-size: 13px;
}

div.teaser div.description span {
	display: block;
}

/* sub navigation section */
ul.nav2nd {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

ul.nav2nd li {
	width: 100%;
	overflow: hidden;
	padding-bottom: 1px;
}

ul.nav2nd li a {
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #101f69;
	padding: 14px 14px 10px 14px;
	letter-spacing: -1px;
}

ul.nav2nd li a span {
	display: block;
	cursor: pointer;
}


ul.nav2nd li a:hover,
ul.nav2nd li a.current,
ul.nav2nd li.active a {
	background-color: #674D15;
}

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

/*/////////////////////////////////////////////////////////////////////////////
CSS - Definition - DEMO 1.01
Formular Generator für Redaxo 4.x 
Ab: Version 4.5 Community Editon
Stand: 22.01.2008 

Erstellt von: Thomas Skerbis , www.klxm.de
Dieses CSS dient als Beispiel
Bitte nicht 1:1 übernehmen, ist ja auch nicht wirklich hübsch ;-) 

Funktioniert nicht mit Formular-Generator < v.4.43
 
/*



/* Formular Definition */


/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
}


label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}



.formgen form
{
line-height : 120%;
width: 370px;
}


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


.formgen .formblock
{
	margin-bottom: 15px;
	/*background-color: #FFFFCC;*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
}


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


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 210px;
	height: 250px;
	margin-left: 4px;
}


/* Textfeld */
.formgen .formtext
{
	height: 20px;
    width: 200px;
	background-color: #eeeeee;
	margin-left: 4px;
	border:1px solid #5D81A3;
}
/* Trennelement , Abstand */
.formgen .formtrenn
{
	display: block;
	height: 30px;	
}
/* Hinweistext */
.formgen .formhinweis
{
	font-weight: bold;
	color: #003366;
	font-size: 1.2em;
}
/* Überschrift */
.formgen .formheadline
{
	font-weight: bold;
	color: #003366;
}


/* Passwortfeld */
.formgen .formpassword
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}
/*Captcha-Bild*/
.formgen .formcaptcha {
	border: 1px solid #990000;
}

/* Label */
.formgen label {
font-family: Arial, Helvetica, sans-serif;
width: 120px;
clear: left;
float: left;
height: 20px;
padding: 0px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 90%;
	
}


/* Definition des Fieldsets, das das ganze Formular umschließt */
.formgen fieldset {
width: 345px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
border: 1px solid #5D81A3;
}


/* Fieldsetbeschriftung */
.formgen legend {
font-weight: bold;
color: #333333;
}

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

/* Fehlermeldung nach Versand */

.formgen .forminfo {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px dashed #000000;
	margin: 5px;
	padding: 5px;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #FFFFFF;
	background-color: #990000;
}

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

/* Diese CSS-Angaben stammen aus der originalen main.css */
/* download
*******************************************************************************/
.download-hdl p, 
.download-file p, 
.download-desc p { 
  width:97.3%; /* IE6 Hack */
	margin: 0;
}

.download-hdl p { 
	padding: 5px 7px;
	background-color: #101f69;
	font-weight: bold;
	color: #fff;
	border-left: 2px solid #101f69;
	border-right: 2px solid #101f69;
}

.download-file { 
	padding: 1.2em 7px;
	border-left: 2px solid #101f69;
	border-right: 2px solid #101f69;
}

.download-desc { 
	margin-bottom: 1.2em;
	padding: 1.2em 7px;
	background-color: #e5ffe5;
	border-left: 2px solid #101f69;
	border-right: 2px solid #101f69;
	border-bottom: 2px solid #101f69;
}

.download-without-desc { 
	margin-bottom: 1.2em;
	border-top: 2px solid #101f69;
}
/**
 * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
 */
div.wysiwygimg {}
/* ----- Hack only for IE 7 ----- */
*+html div.wysiwygimg {overflow:hidden;}

.wysiwygimg .wysiwygimgclear {clear:both; display:block; font-size:1px; line-height:0px; margin:0; padding:0; position:relative;}

/* Text */
.wysiwygimg .wysiwygimgtext {}

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0; margin:1px;}
.wysiwygimg img.wysiwygimg {border:solid 5px #f5f5f5; padding:1px;}
.wysiwygimg a.wysiwygimg img {border:0;padding:0px;vertical-align:top; margin:1px;}

.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link {border:solid 5px #f6f6f6; display:table; display:inline-block; line-height:0.0em;}
.wysiwygimg a.wysiwygimg:visited {}
.wysiwygimg a.wysiwygimg:hover {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:focus {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:active {border:solid 5px #e4e4e4;}

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:0.8em; font-style:italic; margin:2px 0px;}

/* Wrapper-Classe um Bild und Bildunterschrift*/
.wysiwygimg .wysiwygimgwrap {}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft {float:left; margin:0 1.0em 0 0;}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright {float: right; margin:0 0 0 1.0em;}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft {float:left; margin-bottom:0.5em;}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright {float:right; margin-bottom:0.5em;}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter {margin-bottom:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {margin:0 auto;}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft {float:left; margin-top:0.5em;}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright {float:right; margin-top:0.5em;}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter {margin-top:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {margin:0 auto;}
.wysiwygimg .wysiwygimgbottomcenter img.wysiwygimg {margin:0 auto;}

/* Für Bilder links/rechts vom Text  */
.wysiwygimg table {border-spacing: 0px; font-size:1.0em;}
.wysiwygimg td {vertical-align:top; font-size:1.0em;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol {padding-right:1.0em;}

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol {padding-left:1.0em;}
