/* ----------------------------------------------------- Browser specific CSS */

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */

/* ----------------------------------------------------- smaller screens */

@media only screen and (max-width: 640px) { 

}

/* ----------------------------------------------------- huge screens */

@media only screen and (min-width: 1280px) { 

}

/* colors from http://colorschemedesigner.com/#2f32EhWs0g0g0 */
body {
background-color: #E7BA83;
}

#wrapper {
background-color: #FEEAC9;
}

/*------------------------------------------------------Header-Bereich */
#logo {
text-align: center;
margin-top: 30px;
margin-bottom: 50px;
}

/*------------------------------------------------------Hauptnavigation */
#left-col {
background-color: #e8c7a4;
}

#left-col a {

}

#left-col div {
text-align: center;
}

#left-col a:link,
#left-col a:visited {
color: #2F417D;
text-decoration: none;
padding: 5px 5px 5px 5px;
}

#left-col .current {
background-color: #C3DF71;
}

#left-col,
#right-col {
margin-bottom: 20px;
padding-bottom: 20px;
}

/*------------------------------------------------------Main-Bereich */
#right-col {
background-color: #e8c7a4;
}

#right-col-wrapper p,
#right-col-wrapper h1,
#right-col-wrapper h2,
#right-col-wrapper h3,
#right-col-wrapper h4,
#right-col-wrapper h5,
#right-col-wrapper iframe {
padding: 8px;
margin-top: 5px;
margin-bottom: 5px;
}

#right-col .thumbnail {
text-align: center;
}

#right-col p {
text-align: justify;
}

.grouped_elements {
margin-bottom: 10px;
}

.galerie h2 {
text-align: center;
}

.tab {
text-align: center;
background-color: #837d85;
}

#tab-bar a:link, 
#tab-bar a:link {
color: #2F417D;
text-decoration: none;
}

#tab-bar p {
margin-bottom: 4px;
}

.current {
background-color: #e8c7a4;
}

/*------------------------------------------------------Calendar */
#cal_wrapper li {
margin-left: 0px;
}


/*------------------------------------------------------Footer-Bereich */
#footer {
font: normal 12px/20px Arial;

}

#footer p {
text-align: right;
}