/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}
html {
height:101%;
background: url(../img/bg.gif) repeat 0 0;
}



ul,
ol {
list-style: none;
}
#mainContent ul li {
background:transparent no-repeat scroll 0 8px;
line-height:15px;
list-style-type:disc;
margin-top:8px;
margin-left: 20px;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/

body {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
color: #000;
line-height: 1.5em;
text-align: left;
}

h1,
h2,
h3 {
font-weight: bold;
margin-bottom: 0.7em;
margin-top:0.9em;
}

h1,
h2 {
color: #333;
}

h1 {
font-size: 1.5em;
}

h2 {
font-size: 1.2em;
}

h3 {
        font-size: 1.1em;
        color: #a5a4a4;
}

p {
line-height:1.5em;
margin-top:15px;
}

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

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


/*------------------- LAYOUT ---------------------
---------------------------------------------------*/
#container {
width: 960px;
background-color: #fff;
border: 1px solid #ccc;
padding: 0px;
margin: 20px auto;
}

#header {
        position:relative;
        width:960px;
        height:125px;
        margin:0;
        background:url(../img/headerBg3.png) no-repeat 0 0;
}



#header img {
padding: 0px;
border: 0px;
}



#hdMenu {
height: 24px;
position: relative;
margin-left: 160px;
margin-top: 5px;
}


#sidebarLeft {
width: 170px;
float: left;
background-color: #fff;
border-right: 1px solid #ccc;
}
.portrait{
width: 160px;
height: 25px;
margin-top:20px;
color: #FFF;
background-color: #2e3d80;
padding: 4px 0 0 10px;
font-weight:bold;
letter-spacing: 0.1em;

}


#content {
position: relative;
width:auto;
min-height: 525px;
padding: 0px;
margin:0px;
background-color: #f4f5f9;
}


#mainContent {
position: relative;
margin-left: 170px;
padding: 20px 190px 0px 30px;
}
#mainContent.presse {
position: relative;
margin-left: 170px;
padding: 20px 290px 0px 30px;
}

#mainContent a,
#mainContent a:visited{
color: #2E3F84;
font-weight: bold;
text-decoration: none;
}

#mainContent a:hover,
#mainContent a:active{
	color:#f3ce00;
	font-weight: bold;
	text-decoration: underline;
}


#sidebarRight {
background: url(img/endless.jpg) repeat-y  0;
width: 170px;
position: absolute;
top:0px;
right: -2px;
}

#sidebarRight.presse {
width: 280px;
position: absolute;
top:1px;
right: 0px;
}

#footer{
        margin-top: -12px;
        border-top: 1px solid #ccc;
        padding: 10px 190px 10px 210px;

}

#footer p {
font-size: 0.9em;
text-align: center;
}

/*------------------- Tabelle --------------------
---------------------------------------------------*/

#table {
width:auto;
border: 0px;
cellspacing= 20px;
}
.td {
        width: 50%;
        background-color:#FFF;
        border: 1px solid #ccc;
        padding: 10px;
        vertical-align:top;

}
.td h3{
        color:#000;
        border-bottom: 0px solid #2E3F84;
        margin: 0;
        line-height: 1.3em;
}
.td h2{
        color: #333;
        font-size: 1em;
        margin-top: 1em;
        line-height: 1.1em;
}
.td p{

        margin-top: 0.5em;
        line-height: 1.1em;
}
.tableRahmen {
width: 110px;
text-align: center;
border:1px solid #AFAFAF;
padding:2px;
}

/*------------------- ALLGEMEIN --------------------
---------------------------------------------------*/
.fl {
float: left;
padding-right: 1em;
}

.fr {
float: right;
padding-left: 1em;
}

.clearfloat {
clear: both;
}


.mehrInfo {
font-size: 0.8em;
margin-top: 8px;
display: block;
text-align: right;
}

.mehrInfo a:link,
.mehrInfo a:visited {
padding: 2px 20px;
}

.hr {
	margin-top: 7px;}
