ul{ list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }
table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }
legend { display:none; }

/* reset */

hr{
margin: 0px;
padding: 0px;
}
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

.content .cnt-blck-cnt p a{
       color: #666;      
}

.content .cnt-blck-cnt p a:hover{
       color: #000;      
}

ul{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre{font-size:1.2em; }

html, body{
  background-color: #fff;
  background-repeat: repeat-x;
  background-position: 0 100%;
  font-family: Verdana;
  font-size: 12px;
  height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

body{border-top: 6px solid #d1b43a;
  
}

div#wrapper,.header{
  width: 865px;
}


div#wrapper{
  height: auto !important; /* !important-Regel fýr moderne Browser */
        height: 90%; /* Mindesthýhe in IE (<7) */
  margin: 0 auto; 
  min-height: 90%; /* Mindesthýhe in modernen Browsern */
  padding: 0px 0 0 0;
  position: relative;
}

hr{
       border-top: 1px dashed #333;
       border-bottom: 1px solid transparent;
       border-right: 1px solid transparent;
       border-left: 1px solid transparent;
       margin: 15px 0 15px 0;
}
/* * * * * * * * * * * * * * * *  Header * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.header{
  -moz-box-shadow: 0px 5px 15px #ddd;
  -webkit-box-shadow: 0px 5px 15px #ddd;
  box-shadow: 0px 5px 15px #ccc;  

  display: block;
  height: auto;
  padding: 0px 0 0px 0px;
  margin: 0 0 0px 0;
}

.logo{
  padding-top: 30px;
}

.wrap{
  clear: both;
  float: left;
  height: 150px;
  width: 100%;
}
.wrap .l{
  float: left;
  width: 70%;
}
 
.wrap .r{
  float: right;
  width: 30%;
}

nav{
  background-color: #fff;
  box-shadow:inset 0px -10px 40px #ddd;
  clear: both;
  display: block;float: left;
  width: 100%;
}

nav ul{ 
  height: 40px;      
  line-height: 35px;
  padding: 0 0 0 30px;
  width: 100%;
}

nav ul li{
  float: left;
  
}

nav ul li a{
  color: #000;
  font-size: 12px;
  padding: 0 20px 0 0;
  text-decoration: none;
  text-transform: uppercase;
}

nav ul li a:hover,nav ul li a.rex-active,nav ul li a.rex-current{
  color: #c4a300;
}

.suche{
  float: right;
  margin: 54px 0 0 0;
}

input#search-input{
  border: 1px solid #ccc;
  float: left;
  height: 20px;width: 130px;
  line-height: 20px;
}

input#search-submit{
  float: left;
  font-size: 0.001em;
  background-image: url(https://www.andreapollmeier.de/files/suche.png);
  background-repeat: no-repeat;
  background-position: 95% 4px;
  height: 25px;
  width: 30px;
}

.sprachen{
  float: right;
}

.sprachen a{
  color: #000;
}
/* * * * * * * * * * * * * * * *  Banner * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.banner{
  width: 100%;
}

.banner img{
  max-width: 100%;
}

/* * * * * * * * * * * * * * * * Linke Navigation * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.subnavi{  
  float: left;
  margin: 40px 0 0 0;
  padding: 0px 0 0px 0px;
  position: relative;
  width: 244px;

}

.subnavi ul li{
  border-bottom: 1px solid #ccc;
}
  
.subnavi ul li a{
       color: #000;
       display: block;
       font-size: 14px;
       padding: 5px 10px 5px 10px;
       margin-bottom: 1px;
       text-decoration: none;
}

.subnavi ul li a:hover,
.subnavi ul li a.rex-current,
.subnavi ul li a.rex-active{
       background-color: #eee;
       color: #0000c4;
}

.subnavi ul li ul li a{
        padding-left: 20px;
}

.meta{
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.meta,
.meta a{
  color: #666;
  font-size: 12px;
}

.subnavi h1{
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}


.subnavi h2{
  color: #c4a300;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 5px;
  text-shadow: 2px 2px 5px #ddd;
  text-transform: uppercase;
  text-align: center;
}


/* * * * * * * * * * * * * * * * Content  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.banner{
  float: left;
  border-bottom: 1px solid #ccc;
  margin: 0 0 0px 0;
}
  
.content{
  float: left;
  margin: 40px 0 0px 0px;
  width: 595px;
  padding: 0px 20px 40px 0;
}

.content h1{
  color: #000;
  font-size: 12px;
  font-weight: bold;  
  padding: 0px 0 10px 25px;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
  color: #000;
  font-size: 15px;
  padding: 10px 0 5px 25px;
}

.content h2{
  color: #c4a300;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 5px;
  text-shadow: 2px 2px 5px #ddd;
  text-transform: uppercase;
}
.content h3{
  font-weight: bold; font-size: 12px; color: #c4a300;
}
.content h4{
  font-size: 13px;    
  font-weight: bold;  
}
.content h5{
  font-size: 12px;    
  font-weight: bold;  
}
.content h6{
  color: #c4a300;
  font-size: 12px;    
  font-weight: bold;  
}
.content p,
.content ul li,
.content ul li a,
.content table{
        color: #000;
        font-size: 12px;
        font-family: Verdana;
        line-height: 20px;
        padding: 0 0px 10px 25px;  
}

.content ul{
  list-style-type: disc;
  padding: 0 0 10px 0;
}

.content ul li{
  margin: 0 0 0 40px;
  padding: 0 20px 0 0;
}


.content table tr td{
         padding: 0 20px 0 0;
}

.content .cnt-blck-cnt img{
        margin: 0 0 0px 25px;
}

.content .cnt-blck-cnt td img{
 margin: 15px 0 0 0px;
} 

iframe{
  padding: 0 0 0 25px;
}

.content img{
  float: left;
}

.content .cnt-blck-cnt p a{
  color: #c40000;/*#0000c4;*/
  padding: 0 2px 0 2px;

}
#outerwrap{
padding-bottom: 100px;
}
/* * * * * * * * * * * * * * * * Linke Spalte  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * Content * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * Startseite Thumbnails * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * Footer * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.footer{
  background-color: #fff;
  background-image: url(https://www.andreapollmeier.de/files/footer_bg.png);
  height: 50px;
  color: #999;
  bottom: -5px;
  width: 100%;
  position: fixed;
  margin: 0px; 
  padding: 0px;
}
.footer p{
  float: right;
  font-size: 12px;
  padding: 10px 20px 20px 0;
}
/* * * * * * * * * * * * * * * * Formular * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.clear {
	clear: both;
}

.clearer{
        clear: both;
}

.clearfix:after {
       clear: both;
       content: ".";
       display: block;
       height: 0;
       visibility: hidden;
}






/* Responsive */


@media all and (max-width:900px) {
  
  div#wrapper{max-width: 90%;}
  
.header,.banner,nav,.contentwrap{
    padding: 0;margin: 0;max-width: 100%;
    margin: 0 auto;
}
.subnavi,.banner,.content{
  width: 100%;margin: 0;
    padding: 0;}
  .subnavi{text-align: center;}
  .subnavi img{
    padding-top: 20px;
    }

}

@media all and (max-width:900px) {
    .logo img{max-width: 400px;;}
.suche{
  position: absolute;
    left: 0; top: 50px;
  }
  .sprache{
  width: 400px;
    }
}
@media all and (max-width:480px) {
    .logo img{max-width: 300px;;}
.suche{
  position: absolute;
    left: 0; top: 50px;
   
  }
  .sprachen{position: absolute;top: 0; left: 0;
    padding: 0; margin: 0;}

}































.xform {
	clear: both;
	float: left;
	width: 100%;
}
ul.xform {
	float: none;
	width: auto;
}
.xform fieldset {
	clear: both;
	padding: .5em;
	margin-bottom: 1em;
}
.xform legend {
	padding: .5em;
	font-weight: bold;
}

/*	--------------------------------------- Container Formelement */
.xform p, 
.xform .xform-element {
	float: left;
	width: 100%;
	margin-bottom: .5em;
}
.xform div.formradio p.radio, 
.xform div.form_google_geocode p.form_google_geocode {
	width: auto;
}
.xform div.rex-widget p {
	margin-bottom: 0;
}

/*	--------------------------------------- Allgemeines */
.xform div.form_google_geocode .form_google_geocode_map {
	clear: both;
	margin-left: 145px;
}

/*	--------------------------------------- Labels */
.xform label, 
.xform span.as-label {
	float: left;
	width: 145px;
}
.xform label.captcha {
	display: block;
	float: none;
	width: 100%;
}
.xform span.formradio label.radio {
	float: none;
	width: auto;
	padding: 0 1em 0 5px;
}

/*	--------------------------------------- Felder : Allgemein */
.xform input.captcha, 
.xform input.inp_disabled,
.xform input.password, 
.xform .formtext input.text, 
.xform textarea.textarea {
	padding: 2px;
	width: 300px;
}
.xform input.captcha {
	width: 80px;
}
/*	Breite = width + padding + border von text */
.xform select.select, 
.xform select.multipleselect {
	width: 306px;
}
.xform fieldset, 
.xform input.captcha, 
.xform input.inp_disabled,
.xform input.password, 
.xform .formtext input.text,  
.xform textarea.textarea, 
.xform select.multipleselect, 
.xform .formtable table td input {
	border: 1px solid #999;
}

.xform .formtable table {
	clear: both;
	margin-left: 145px;
}
.xform .formtable table td {
	padding: 0 5px 5px 0;
}

/*	--------------------------------------- Submit */
.xform input.submit {
	margin-left: 145px;
}

/*  --------------------------------------- Checkbox */
.xform p.formcheckbox input {
  float:left;
  margin-left: 125px;
}

.xform p.formcheckbox label {
  float:left;
  margin-left: 10px;
  width:300px;
}


/*  --------------------------------------- Fieldset / Legend */

.xform fieldset legend{
  padding:0px 10px;
  border:1px solid #333;
  background-color:#fff;
}

.xform fieldset {
  padding-top:15px;
}


/*  --------------------------------------- Form Lang-textarea */

.xform div.formlangtextarea p {
	float: none;
	width: auto;
	margin: 0;
}
.xform div.formlangtextarea .tabs {
	float: left;
	width: 406px;
}
.xform div.formlangtextarea .tabs ul {
	margin: 0px;
}
.xform div.formlangtextarea .tabs li {
	display: inline;
	margin-right: 5px;
	padding: 0px 10px 0 0;
}
.xform div.formlangtextarea .tabs li a {
	color: #2C8EC0;
}
.xform div.formlangtextarea .tabs li a:hover, 
.xform div.formlangtextarea .tabs li a.active {
        color: #14568A;
        text-decoration: underline;
}

p.formsubmit input.submit{
}

p.formsubmit{
         width: 100px;
}

.content .xform ul.form_warning{
        list-style-type:none;
        padding: 0px; 
}

.content ul.form_warning li{
        border: 1px dashed #999;  
        color: #000;background-image: none;
        margin: 0 0 10px 0;  
        padding:10px;
}

/*  --------------------------------------- REX-Widgets */

.xform div.rex-widget-media input{
  background-color:#f90;
  width:200px;
}

.xform div.rex-widget-medialist select{
  background-color:#f90;
  width:244px;
}
























