* {
    font-family: arial, sans-serif;
    color: #333;
}

a {
    text-decoration: none;
    color: green;
    font-weight: bold;
}

a:hover {

}

h1, h2, h3 {
    margin: .8em 0 .2em 0;
    padding: 0;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 17px;
}

.image-heading {
    padding-left: 31px;
    background-image: url(../image/rose-small.gif);
    background-repeat: no-repeat;
    background-position: 0 0;

}

h1.image-heading {
    background-position: 0 5px;
}

p {
    padding: 0;
    font-size: 14px;
}

ul, ol {
    margin: 0;
    list-style-position: outside;
}

ul {
    list-style-type: square;
}

ul.image {
    margin-left: 35px;
}

ul.image-rose {
    list-style-image: url(../image/rose-tiny.gif);
}

ul.image-eichle {
    list-style-image: url(../image/eichle-tiny.gif);
}

ul.image-eichle li {
    margin-bottom: 6px;
}

iframe, img {
    border: 0;
}

/* alert */
.alert h1 {
    font-size: 40px;
    margin-top: 10px;
}

.alert-message {
    color: #006600;
    font-weight: bold;
    font-size: 16px;
}

.alert-dates {
    font-style: italic;
}

.alert-close {
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    font-size: 32px;
    font-weight: bold;
    background-color: #006600;
    padding: 5px 8px;
    border: 0;
    cursor: pointer;
}

/* kontakt */
#contact-form label, #contact-form input, #contact-form textarea {
    display: block;
    width: 90%;
}

#contact-form input, #contact-form textarea {
    margin-bottom: 10px;
}

#contact-form .validation-errors * {
    color: red;
}

/*header*/
#header {
    position: relative;
}

em.slogan {
    display: block;
    position: absolute;
    right: 185px;
    top: 66px;
    font-size: 64px;

}

/*navigation*/
.threecol .colleft {
    background: url(../image/bg_tafel_right.jpg) repeat-y scroll -43px 0 transparent;
}

.threecol .col2 {
    left: 29%;
    width: 25%;
    background: url(../image/bg_tafel_top.jpg) no-repeat scroll -763px 0 transparent;
}

.col2-inner {
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 23px;
}

#navigation ul {
    padding: 0;
    list-style-type: none;
}

#navigation ul li a {
    font-size: 36px;
    color: #ddd;
    font-weight: normal;
}

#navigation ul li.active a {
    color: green;
    font-weight: bold;
}

#default .fb-like-box {
    position: absolute;
    right: 0;
    top: 0;
}

.alternativeFlashContent {
    width: 440px;
    margin: 250px auto 0 auto;
}

.alternativeFlashContent .title {
    font-size: 24px;
}

.alternativeFlashContent .text {
}

.alternativeFlashContent .image {
    padding-top: 10px;
    float: right;
    width: 158px;
}

/*adds*/
.threecol .col3 {
    left: 79%;
    width: 25%;
}

#adds {
    position: relative;
    width: 160px;
    height: 600px;
}

#adds-inner {
    position: relative;
}

/* footer */
#footer-inner {
    position: relative;
}

#default #footer-content {
    padding-left: 30px;
    position: absolute;
    margin-top: -50px;
    width: 200px;
    background: transparent;
}

#default #footer-content * {
    color: #ddd;
    font-size: 15px;
}

