/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/

body {
font-family: Arial,Helvetica,sans-serif;
font-size: 80%;
color: #666;
background: #23262A;    /*#0F2139;*/
line-height: 1.5em;
text-align: left;
}

h1,
h2,
h3 {
font-weight: bold;
color: #333;
margin-bottom: 0.7em;
line-height: 1.5em;
}

h1,
h2 {
font-family: 'Verdana', 'Arial', 'Helv', 'Helvetica', sans-serif;
color: #BF2B2B;
}

h1 {
font-size: 1.5em;
color: #505862;
}

h2 {
font-size: 1.3em;
color: #505862;
}

h3 {
font-size: 1.2em;
color: #505862;
}

h4 {
font-size: 0.98em;
color: #dcdcdc;
padding: 10px 0 2px 18px;
border-bottom: 2px solid #fff;
background-color: #000;
width: 160px;
height: 22px;
}


h4 ul.zeiten_headline {
color: #dcdcdc;
font-size: 0.98em;
padding: 10px 0 2px 18px;
border-bottom: 2px solid #fff;
background-color: #0000ff;
width: 160px;
height: 22px;
}

#zeiten {
color: #fff;
font-size: 1.0em;
padding: 0px 0 0 0px;
background-color: #A80303;
margin: 0px 1px 1px 15px;
}

blockquote {
color: #f18110;
}

a:link,
a:visited {
color: #666666;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: #ad1910;
text-decoration: underline;
}

/*------------------- LAYOUT ---------------------
------------------------------------------------*/

#container {
width: 964px;
background: url(../img/bg_container.gif) repeat-y right top;
border: 1px solid #fff;
border-top: 0px;
padding: 0px 1px 0px 1px;
margin: 0 auto;
}

#header {
background-color: #fff;
position:relative;
height: 235px;
}

#hdMenu{
background-color: #fff;
height: 49px;
margin: -5px 0 0 0;
}

#hdevent{
float:right;
background-color: #fff;
height: 1px;
margin: 0px;
padding: 0 205px 0 0;
}

#hdMenu_re{
float:right;
background-color: #fff;
height: 1px;
margin: -5px 0px 0 -17px;  /*margin: -5px 0 0 -17px;*/
padding: 0 205px 0 0;
}

#content {
background-color: #fff;
padding: 0px 0px 30px 4px;
}

#content p {
margin-bottom: 20px;
}

#sidebarLeft {
width: 180px;
padding: 300px 0 0 0px;
margin-top:400px;
float: left;
}

#mainContent {
margin: 0;
padding: 0px 0 0 14px;
float:right;
width:548px;
min-height: 800px;
}

#wrapper {
float:left;
width:754px;
}

#sidebarRight {
width: 160px;
float: right;
padding: 340px 0px 0 0;
}

#footer, #hdevent
.clearfloat {
clear: both;
}

#footer p {
font-size: 0.9em;
text-align: center;
background: url(../img/bg_footer_1.gif) no-repeat right top;
padding: 0 0 0 0px;
margin: 0px;
height: 42px;
}

.footertext {
font-size: 0.9em;
text-align: center;
color: #333;
padding: 10px 0 30px 0px;
}

/*------------------- Fotos --------------------
-------------------------------------------------*/
/* COLLAGE */
#collage {
background: url(../img/collage-xmas-1.jpg) no-repeat right top;
text-align: center;
padding: 4px 0 0 4px;
margin: 0 auto;
height: 230px;
}

/* Spalte links */

#sidebarLeft, #sp_links {
float:left;
background: #A80303;
width:178px;
padding: 0px -20px 0 0px;
margin: -42px 0px 0 -4px;
}


/* Spalte mitte */


/* Spalte rechts */

                                                 /* sp_rechts (padding-top) änderd sich bei Event-Terminen */
#sp_rechts {
float:right;
padding: 149px 0px 0 20px;
margin: 0px 0px 0 -38px;
}
.fuenf {
float:left;
padding: 0px 0px 0 50px;
}

/*------------------- Diverses --------------------
-------------------------------------------------*/

#lage {
float:left;
margin: 0 0 0 0;
padding: 20px 0 0 0;
}

p {
line-height: 1.2em;
}

.ut {
color: #000;
font-size: 0.65em;
font-weight: bold;
font-variant: small-caps;
font-family: Tahoma,Arial,Helvetica,sans-serif;
margin-right: 30px;
display: block;
text-align: right;
}

.mehrInfo {
font-size: 0.8em;
margin-top: 8px;
display: block;
text-align: right;
}

.mehrInfo a:link,
.mehrInfo a:visited {
padding: 2px 20px;
}
