/* Standardangaben
Paddings und Margins auf 0 setzen, vertikaler Scrollbar immer sichtbar, Clearfix und float-standard
*/

html{ height: 100.1%; }
*{ padding: 0; margin: 0;}
a img{ border: none; }
form {display: inline}
ul img, .navigation img{ vertical-align: bottom; }
.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.floatleft { float: left; margin-right: 10px; display: inline;}
.floatright {float: right; margin-left: 10px; display: inline;}

/* Schriftart und Größe für die Seite, Abstände von Paragraphen usw */
body, table, td, p {
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
}

body, p, li{
    line-height: 1.4em;
}

body{
    background: url(../bilder/hintergrund.png) repeat-x;
    text-align: center;
    padding: 0;
    margin: 0;
}

p {
    margin: 0em 0 1em;
    padding: 0;
}

/* Grundgerüst */
#container{
    margin: 20px auto 20px auto;
    text-align: left;
    position: relative;
    width: 960px;
}

#innercontainer{
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding-bottom: 40px;
}

#header{

}

#navigation{
    position: relative;
    width: 202px;
    float: left;
    background: url(../bilder/navi_verlauf.png) no-repeat;
    height: 450px;
}

#inhalt{
    position: relative;
    width: 524px;
    float: left;
    padding: 0px 16px 0px 16px;
}

#rechtespalte{
    width: 180px;
    padding: 0px 10px 0px 10px;
    height: 395px;
    background: url(../bilder/news_verlauf.png) no-repeat;
    float: left;
}

#footer{
    background: url(../bilder/footer.png) no-repeat;
    width: 740px;
    height: 20px;
    padding-left: 220px;
    color: #666666;
}
/* Ende Grundgerüst */

/* Navigation */
.navigation, .navigation ul{
    list-style: none;
}

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

ul.navigation li a{
    display: block;
    background: url(../bilder/navi_hintergrund.png) no-repeat;
    width: 200px;
    height: 20px;
    padding: 3px 0px 0px 20px;
    margin-left: 2px;
    text-decoration: none;
    color: black;
}

ul.navigation li a:hover, ul.navigation li a.active, ul.navigation li a.hover, ul.navigation li.active a{
    display: block;
    background: url(../bilder/navi_hintergrund_f2.png) no-repeat;
    font-weight: bold;
    color: #003399;
}

ul.navigation li.active ul li a{
    background: url(../bilder/navi_hintergrund.png) no-repeat;
}

ul.navigation li.active ul li a:hover{
    background: url(../bilder/navi_hintergrund_f2.png) no-repeat;
    font-weight: bold;
    color: #003399;
}
/* Ende Navigation */

/* Inhalt */

#inhalt ul{
    padding-left: 15px;
    margin : 10px 0;
    list-style: none;
}

#inhalt ul li{
    background: url(../bilder/li.gif) no-repeat 0em 0.3em;
    padding-left: 15px;
    position: relative;
}

h2{
    font-size: 16px;
    margin: 0 -16px 0.5em -16px;
    background: url(../bilder/h1_hintergrund.png) no-repeat;
    height: 26px;
    padding: 5px 0px 0px 55px;
    color: #003399;
}

#rechtespalte h2{
    background: url(../bilder/h1_news.png) no-repeat 9px 0px;
    font-size: 12px;
    padding-left: 15px;
    width: 190px;
}

h1{
    font-size: 18px;
    margin: 0 0 0.5em 0;
    color: #003399;
}

h3{
    font-size: 14px;
    margin: 0 0 0.3em 0;
}

a {
    color: #CC3300;
}


a:hover {
    color: #036;
    text-decoration: none;
}

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

.repeater{
    margin-bottom: 1.4em;
}

.repeater h2{
    margin: 0;
    font-size: 12px;
    padding: 5px 0px 0px 55px;
    margin: 0 -16px 0.5em -16px;
}

.repeaterEvents{
    margin-bottom: 1.4em;
}

.repeaterEvents h2{
    font-size: 12px;
}

.rahmen {
    border: 1px solid black
}

.datum {
    font-size: 10px;
    color: #808080;
}


/* Ansprechpartner */
.ansprechpartner .text{
    width: 250px;
}

.ansprechpartner label{
    width: 60px;
    margin: 0;
}

.ansprechpartner p {
    margin-top: 0px;
}

.ansprechpartner em.position {
    font-style: normal;
    display: block;
    margin: 2px 0px 5px 0px;
}

.ansprechpartner h2 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
/* Ende Ansprechpartner /*

/* Kontaktformular */
.datepicker_wrap {
	float:left;
}

.kontakt, input.text, textarea.text {
    width: 250px;
}

input.number{
    width: 75px;
}

input.shorttext{
    width: 170px;
}

#formmailmessage, .formmailerror {
    width: 370px;
}

label {
    position: relative;
    width: 170px;
    float: left;
    margin-bottom: 5px;
}

#kontaktform label {
    position: relative;
    width: 130px;
    float: left;
    margin-bottom: 5px;
}

#pachtform label {
    color:black;
}
#pachtform input {
    background: #ffffff;
    color: #000000;
    border: 1px solid #cccccc;
}

input, textarea, select {
    background: #ffffff;
    color: #000000;
    border: 1px solid black;
}

input.text, input.number, input.password, textarea.text{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    font-size: 11px;
}

input.required, input.password.required, textarea.required{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #F8D5D5;
}

form input.required.completed, form input.ausfuellen.completed{
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x !important;
    border: 1px solid #cccccc !important;
}

select {
    margin-bottom: 5px;
    font-size: 11px;
    padding: 2px;
}

body > select {
    margin-bottom: 0px;
}

.checkbox, .radio {
    background: none;
    margin-bottom: 5px;
    border: 0;
}

.submit{
    margin: 5px 0 5px 0;
    padding: 2px 2px;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
}

input:focus, select:focus, input.required:focus {
    border: 1px solid black;
}

form label.required {
    color: red;
}


form label.completed {
    color: black;
}

.ausfuellen {
    border: 1px solid red;
}

#formmailmessage, .formmailerror {
    border: 1px solid #E7DBC6;
    padding: 5px;
    color: red;
    margin: 0px 0px 5px 0px;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    display: none;
    overflow: hidden;
    line-height: 1.3em;
}

.formmailerror{
    display: block;
}

#formmailmessage.complete{
    color: black;
    border: 1px solid green;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
}

#formmailmessage em{
    color: green !important;
    font-weight: bold;
}

#formmailmessage .linkespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage .rechtespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage #daten{
    margin-top: 10px;
}

#formmailmessage br{
    clear: left;
}


.kontakt {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 5px;
}

#anschrift {
    position: relative;
}

#anschrift label {
    position: relative;
    width: 60px;
    float: left;
    margin-bottom: 2px;
}

#anschrift p {
    margin-top: 4px;
}

#kontaktform, #formmailmessage {
    margin-right: 10px;
    position: relative;
}

#kontaktform input.radio {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.clearleft {clear: left; }
/* Ende Kontakt */

/*Unternehmen*/
p.unternehmen{
  float:right;
  padding-top:10px;
  margin-left:10px;
}
/*Ende Unternehmen*/

div .pachtobjektid {
    float:right;
    margin: -17px 15px 0px 0px ;
    padding:0;
    color:black;
    font-size:14;
}

div.pachtobjeke_beschreibung {
    max-width:410px;
}
h3.pachtobjeke_beschreibung{
    font-size: 16px;
    margin: 0 0px 0px 0px;
    height: 26px;
    padding: 5px 0px 0px 0px;
    color: #003399;
}
.repeater h2.nobr{
    background:none;
    padding: 5px 0px 0px 17px;
}

table.veranstaltungen tr td {
    border-bottom:1px solid #ccc;
}
table.veranstaltungen tr td a {
    margin:0;
}
