

* {
    margin: 0;
    padding: 0;
}

body {
   color: #222;
   background: #fff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 20px;
}


a {
text-decoration: none;
color: #7B8F35;
}
a:hover {
text-decoration: underline;
color: #B5DF26;
}

#wrap {
margin: 20px auto;
width: 780px;
}

#notice {
    margin: 10px 0 10px 0;
    height: 90px;
    background: white url(images/headerG.png) no-repeat;
}

#header {
height: 90px;
background: #94BD5E url(images/headerG.png) no-repeat;
}
#header h1 {
font-size: 28px;
letter-spacing: -1px;
padding: 20px 0 0 20px;
color: #FF5500;
}
#header h1 a {
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: 1px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #eee;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}


.right {
float: right;
width: 560px;
text-align: justify;
padding-top: 5px;
}

.right p {
    padding: 10px 10px 10px 0;
    font-size:  14px;
    text-align: justify;
    font-family: Helvetica, sans-serif;
    font-size-adjust:   .48;
}


.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}
.right h3 {
font-size: 16px;
font-weight: 200;
padding: 15px 0 7px 0;
}

.right ul {
    /* list-style-type: dash; */
    /* font-weight: bold; */
    font-size:  14px;
    text-align: left;
    font-family:    Myriad Web, Geneva, Arial, Helvetica, sans-serif;
    font-size-adjust:   .48;
    padding: 10px 0 10px 50px;
}

.jameda {
    margin: auto auto auto 0;;
}


.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #94bd5e url(images/menuh2G.png) no-repeat;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 10px;
list-style-type: square;
color: #B1DF27;
padding-left: 30px;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}


.wichtig {
    width: 770px;
    padding: 5px;
}
.wichtig h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 20px;
line-height: 20px;
background: #94bd5e;
color: #fff;
font-size: 13px;
}
.wichtig p {
    text-align: center;
    padding: 5px;
    /*background: #94bd5e;*/
    background: #eee;
    color: #000;
    font-family:    Myriad Web, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
}


#footer {
    text-align: center;
    font-size: 11px;
    color: #7B8F35;
    margin-top: 20px;
    border-top: 1px dotted #7B8F35;
}
#footer a { color: #7B8F35; }


.ptable {
    margin: 12px;
    padding:2px;
    width: auto;
    /* box-shadow: 10px 10px 5px #888888; */
    border:1px solid #7b8f35;

    -webkit-border-bottom-left-radius:7px;
    border-bottom-left-radius:7px;

    -webkit-border-bottom-right-radius:7px;
    border-bottom-right-radius:7px;

    -webkit-border-top-right-radius:7px;
    border-top-right-radius:7px;

    -webkit-border-top-left-radius:7px;
    border-top-left-radius:7px;
}

.ptable table{
    /* border-collapse: collapse; */
    /* border-spacing: 0; */
    /* width:100%; */
    /* height:100%; */
    /* margin-left: auto;  */
    /* margin-right: auto; */
    /*  margin:0; */
    /* padding:0; */
}

.ptable th {
    vertical-align:middle;
    border-style: solid;
    border-color: #7b8f35;
    border-width:0 0 1px 0;
    text-align:left;
    margin: 3px;
    padding:3px;
}

.ptable td {
    /* vertical-align:middle; */
    text-align: left;
    border-style: solid;
    border-color: #7b8f35;
    border-width:0 0 1px 0;
    margin: 0;
    padding:3px;
}

.ptable tr:last-child td{
    border-width:0 0 0 0;
}

.ptable ul {
    font-size: 14px;
    list-style-type: square;
    padding: 0 0 0 5% ;
    border-width:0 0 0 0;
    margin:0 0 0 0;
}

.ptable li {
    font-size: 10px;
    border-width:0 0 0 0;
    margin:0 0 0 0;
    padding: 0 0 0 0;
}


/* for slide show with jquery cycle plugin */
.slideshow {
    float: right;
    height:  340px;
    width:   275px;
    padding: 0;
    margin:  0;
}

.slideshow img {
    padding: 15px 5px 5px 30px;
    /* border:  1px solid #ccc;
    background-color: #eee;
    height: 352px;
    width:  272px; */
    top:  0;
    left: 0
}
/* */

/* ********************************************* */
/* borrowed with the form extension              */
/* ********************************************* */

/* form style */
.form-style{
    max-width: 450px;
    padding: 40px 30px 40px 40px;
    font: 13px Arial, Helvetica, sans-serif;
    margin: 20px auto;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style label{
    display: block;
    margin: 0 0 15px 0;
}
.form-style label > span{
    width: 100px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style span.required{
    color:red;
}
.form-style .tel-number-field{
    width: 40px;
    text-align: center;
}
.form-style  .long{
    width: 120px;
}
.form-style input.input-field{
    width: 75%;
}
.form-style input.tel-number-field{
    width: 75%;
}

.form-style input.input-field,
.form-style      .tel-number-field,
.form-style      .textarea-field,
.form-style      .select-field          {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,
.form-style .select-field:focus{
    border: 1px solid #0C0;
}
.form-style .textarea-field{
    height:100px;
    width: 75%;
}
.form-style input[type="button"],
.form-style input[type="submit"] {
    -moz-box-shadow: inset 0 1px 0 0 #3985B1;
    -webkit-box-shadow: inset 0 1px 0 0 #3985B1;
    box-shadow: inset 0 1px 0 0 #3985B1;
    background-color: #216288;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}
.form-style .success{
    background: #D8FFC0;
    padding: 5px 10px 5px 10px;
    margin: 0 0 5px 0;
    border: none;
    font-weight: bold;
    color: #2E6800;
    border-left: 3px solid #2E6800;
}
.form-style .error {
    background: #FFE8E8;
    padding: 5px 10px 5px 10px;
    margin: 0 0 5px 0;
    border: none;
    font-weight: bold;
    color: #ff0000;
    border-left: 3px solid #FF0000;
}
