/*------------------- 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: 76%;
color: #666666;
background: #c8c8c8 url(bgImg/bodyBg.gif) repeat left top;
line-height: 1.5em;
text-align: left;
}

h1,
h2,
h3 {
font-weight: bold;
margin-bottom: 0.7em;
}

h1,
h2,
.subcol h3 {
font-family: 'Times New Roman','Trebuchet MS', serif;
color: #339966;
}

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: #000;
text-decoration: none;
}


a:hover,
a:focus,
a:active {
color: #339966;
text-decoration: none;
}

/*------------------- LAYOUT ---------------------
---------------------------------------------------*/
#container {
width: 75%;
min-width: 1000px;
max-width: 1000px;
background-color: #ffffff;
border: 4px solid #dcdcdc;
padding: 4px;
margin: 0 auto;
}


 
#header {
background-color: #e2e7ed;
position: relative;
}

#hdTop {
background: url(bgImg/bg_table_top.jpg) repeat-x left top;
height: 150px;
}

#logo {
padding-top: 20px;
padding-left: 20px;
}

#hdMenu {
background: url() no-repeat 230px 0;
height: 257px;
position: relative;
}

#content {
background-color: transparent;
padding: 30px 20px;
}

#bullet ul li {
background: url(img/bullet.gif) no-repeat 0 10px;
padding: 5px 0 5px 20px;
}



#sidebarLeft {
width: 35%;
float: left;
}

#mainContent {
margin: 0;
float: right;
width: 60%;
}

#wrapper {
float: left;
width: 70%;
}

#sidebarRight {
width: 27%;
float: right;
}

#footer,
.clearfloat {
clear: both;
}

#content p {
margin-bottom: 20px;
}

#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%;
}

