@charset "UTF-8";
/* Cached: 20100730120958 */
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
    position: relative;
    z-index: 1;
}
#main, #pedestal {
    width: 980px;         /* Width of the page */
}
#adSense {
	position: absolute;
	left: 981px;
    top: 0;
	background-color: #4384BB;
	padding-top: 89px;
	width: 160px;
}
.border{
    border-top: 1px solid #ffffff;
}

.contentLeftWrap {
    float: left;
    width: 755px;
}
.content {
    background: #ffffff;
    color: #405875;
    float: right;
    width: 510px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	line-height:1.6;
}
.content h1{
	font-size: 12px;
	color: white;
    background: #0E3451;
    background-image: url(../images/decorations/pfeil_hell.png) !important;
    background-repeat: no-repeat !important;
    background-position: .4em center !important;
}
.content h1 span {
    margin-left: 1.4em;
    border-left: 1px solid white;
    text-indent: .4em;
    display: block;
}
.content h1#header1 {
	background-color: #9FB3BD}
.content h1#header2 {
	background-color: #59A2E0}
.content h1#header3 {
	background-color: #BEDB39}
.content h1#header4 {
	background-color: #4878A1}
.content h1#header5 {
	background-color: #FD7400}
.content h1#header6 {
	background-color: #FE1D12}
.left {
    background: #2b587d;
    color: white;
    float: left;
    width: 224px;
    position: relative;
}
.right {
    background: #2b587d;
    width: 225px;
    float: right;
}
#rightContent {
    background: #ffffff;
	float: right;
	border-right: 1px solid #3774ba;
    border-left: 1px solid #3774ba;
    border-bottom: 1px solid #3774ba;
}
#rightContent h2 {
    background: #0e3451;
    color: white;
	padding: 2px 3px 2px 5px;
	font-size: 12px;
}
#rightContent h3 {
	margin-left: 4px;
	color: #0E3451;
	font-weight: bolder;
	font-size:0.85em;

}
#rightContent p {
	padding: 3px 6px 6px 6px;
	text-align: justify;
	color: #2f527a;

}
#rightContent img {
	border-bottom: 3px solid #3774ba;
}
#rightContent ul {
	margin: 4px 0px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.85em;
}
#rightContent ul li {
	margin: 0px 0px 3px 0px;
	list-style-image:url(../images/decorations/pfeil_dunkel.png);
}
#rightContent ul li a {
	color: #57a1e6;
    text-decoration: none;
}
#rightContent ul li img.rss{
	border:none;
	margin-bottom: 10px;
	position: absolute;
	right:10px;
}

br#clearContent {
    clear: both;
}
#main .content, #main .left, #main .right {
    padding-top: 170px; /* heads height */
}
#foot {
    background: #4384bb;
    color: white;
    height: 50px;
	text-align:center;
    font-size:0.85em;
}
#foot #socialBookmarks {
   color: gray;
   border-top: 1px solid #EFEFEF;
   padding-top: 3px;
}
#foot #socialBookmarks a img {
   border: none;
}
#foot #buttonBack {
	margin-right: 30px;
	cursor: pointer;
}
#foot #buttonTop img {
	margin-left: 30px;
	border: none;
}
.companion {
    height: 0;
    line-height: 0;
    font-size: 0;
    padding-top: 65000px;
    margin-top: -65000px;
    position: relative;
}
