/*------------------- 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: Courier, "Courier New", monospace;*/
font-family:'Lucida Grande',Arial,Helvetica,sans-serif;
font-size: 76%;
color: #000;
background: #fff;
line-height: 1.5em;
text-align: left;
}

h1,
h2,
h3 {
font-weight: normal;
margin-bottom: 0.5em;
}

h1 {
font-size: 2.3em;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.2em;
color: #505862;
}

h3.datum {

}

blockquote {

}

a:link,
a:visited {
color: #000;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: #000;
text-decoration: underline;
}

/*------------------- LAYOUT ---------------------
---------------------------------------------------*/
#container {
width: 90%;
min-width: 500px;
max-width: 600px;
background-color: #ffffff;
padding:80px 4px 4px;
margin: 0 auto;
}

#header {
position: relative;
border-bottom:1px solid #000000;
padding:0 2px 0 2px;
}

#hdTop {

}


#hdMenu {
display:none;
}

#content {
background-color: transparent;
padding:30px 2px;
}
#content ul {
padding:5px 0 0 14px;
list-style:circle;
}

#mainContent {
margin: 0;
/*float: right;
width: 60%;*/
}

#wrapper {
/*float: left;
width: 70%;*/
}

#sidebarRight {
/*width: 27%;
float: right;*/
display:none;
}

#footer,
.clearfloat {
clear: both;
}

#content p {
margin-bottom: 20px;
}

#sidebarRight ul li {

}

#sidebarRight ul li a:link,
#sidebarRight ul li a:visited {

}

#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;
}


/*-----------------TABELLE-------------------------------------
----------------------------------------------------------------*/
.bridges {
width: 100%;
background: #f0f0f0;
color: #000;
border-collapse: collapse;
}
.bridges td,
.bridges th {
border: 1px solid #fff;
padding: 3px 8px;
}
.bridges th {
background: #e9583f;
color: #fff;
font-weight: bold;
}
.bridges tr.alt{
background: #e2e7ed;
}
.bridges tr:hover{
background: #a7c7ee;
}
.bridges tfoot {
border-bottom: 2px solid #e9583f;
font-size: 0.9em;
text-align: right;
}
.bridges tfoot td {
padding: 0px 8px;
}
.bridges tfoot tr:hover {
background: none;
}