/*------------------- 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;
}
.centeredTable {
  border: 1px #dcdcdc solid;
background-color: #FFFF99;
   margin-right: auto;
   margin-left: auto;
   margin: 1px auto 1px auto;
}

/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/

body {

 font-family: Arial,Helvetica,sans-serif;

font-size: 13px;
color: #000000;
text-align: justify;


}

h1,
h2,
h3 {
font-weight: bold;
margin-bottom: 0.7em;
}

h1,
h2,
.subcol h3 {
font-family: 'Times New Roman','Trebuchet MS', serif;
color: #ad1910;
}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.0em;
}

h3 {
font-size: 1.2em;
color: #505862;
}

h3.datum {
color: #505862;
font-size: 0.95em;
}

blockquote {
color: #f18110;
background: url(img/anfuehrungszeichen.png) no-repeat left top;
padding: 20px;
}

a:link,
a:visited {
color: #666699;
text-decoration: underline;
}



.holink: {
 color: #537B7B;

font-size: 14px;
}


.holink:visited {
  color: #537B7B;

font-size: 14px;
}
.holink:hover {
   color: #537B7B;
;
font-size: 14px;
}
.holink:active {
 color: #cccccc;

font-size: 14px;
}


a:hover,
a:focus,
a:active {
color: #ff9900;
text-decoration: underline;
}

/*------------------- LAYOUT ---------------------
---------------------------------------------------*/
#container {
width: 921px;
background-color: #ffffff;
border: 4px #dcdcdc solid;

margin: 0 auto;
}

.strich {

border: 1px #dcdcdc solid;
background-color: #FFFF99;

}


#header {
background-color: #ffff99;

}

#hdTop {
background: url(bgImg/topBg.gif) repeat-x left top;
height: 90px;
}

#logo {
padding-top: 10px;
padding-left: 20px;
}

#hdMenu {
background: url(bgImg/brueckeHP.png) no-repeat 230px 0;
height: 230px;
position: relative;
}

#content {
background-color: transparent;

}

#sidebarLeft {
margin: 0;
width: 249px;
height: 376px;
float:left;

}
#sidebarLeftpreis {
margin: 0;
width: 249px;
height: 501px;
float:left;

}
#sidebarLefttip {
margin: 0;
width: 249px;
height: 876px;
float:left;

}

#sidebarLeftkon {
margin: 0;
width: 249px;
height: 626px;
float:left;

}


#sidebarLeftlit {
margin: 0;
width: 249px;
height: 1126px;
float:left;

}

#mainContent {

float: left;
width: 648px;
padding: 26px 12px;
}

#wrapper {
float: left;
width: 921px;
}


#footer {

background-color: #e6e6e6;
}

#footer,
.clearfloat {
clear: both;
}

#content p {
margin-bottom: 20px;
}

#sidebarRight ul li {
background: url(img/bullet.gif) no-repeat 0 10px;
padding: 5px 0 5px 20px;
}

#sidebarRight ul li a:link,
#sidebarRight ul li a:visited {
text-decoration: underline;
}

#footer p {
font-size: 0.9em;
text-align: center;
}

/*------------------- ALLGEMEIN --------------------
---------------------------------------------------*/
.fl {
float: left;
padding-right: 1em;
}

.fr {
float: right;
padding-left: 1em;
}

.clearfloat {
clear: both;
}

.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;
background: url(img/mehrInfo.gif) no-repeat right 0;
}

.mehrInfo a:hover,
.mehrInfo a:focus,
.mehrInfo a:active {
text-decoration: none;
background: url(img/mehrInfo.gif) no-repeat right -38px;
}

/*-----------2-spaltiges Design---------------------------------
-----------------------------------------------------------------*/
.techno #sidebarLeft {
width: 27%;
}
.techno #mainContent {
width: 70%;
}

.techno #hdMenu {
background: url(img/nachtbruecke.png) no-repeat 230px 0;
}

.subcol {
width: 46%;
}


