
html {
    margin-top: 130px;
	height: 101%;
}

body {
	background-color: #ffffff;
    background-image: url("./img/Shark_Back.gif");
    background-repeat: repeat;

    margin: 0px auto;
    padding: 130px auto;

    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    font-size: 14pt;
    color: #303030;
}

a, a:active, a:focus, a:hover, a:visited, a:link {
    color: #3030c0;
    font-weight: bold;
    text-decoration: none;
}
a:active, a:hover {
	text-decoration: underline;
    color: #1010c0;
}

a img {
	border: none;
}

a.with-dot { 
    background: url("img/dot.gif") no-repeat scroll left center transparent;
    padding-left: 15px;
}

h1 {
    font-weight: bold;
    font-size: 130%;
    margin: 1em 0;
}
h2 {
    font-weight: bold;
    font-size: 115%;
}
h3 {
    font-weight: bold;
    font-size: 107%;
}

td, th {
    vertical-align: top;
    text-align: left;
}

div#outer {
    text-align: left;
    margin: 0 auto;
}

#top {
    background-color: #d00000;
    margin: 0;
    width: 100%;
	padding: 0 0 0 0;
	height: 126px;
    
    top: 0;
    position: fixed;
    
    z-index: 1; /* keep top above facebook plugin */
}
#topFade {
    background: url("img/fg-to-trans.png") repeat-x;

	width: 100%;
    height: 20px;

    top: 126px; /* height of #top */
    position: fixed;
    
    z-index: 1; /* keep topFade above facebook plugin */
}

#topLogoContainer {
    background-color: #000000;
	padding: 5px;
    float: left;
}

#topLogo {
    width: 152px;
    height: 116px;
}

#topLogo a.top-left {
    background-color: #000000;
    background-image: url("./img/Logo_Kopf.gif");
    background-repeat: no-repeat;
    text-decoration: none;
    width: 152px;
    height: 116px;
    margin: 0;
}

#topBarContainer {
    margin: 0 0 0 170px;
    background-color: #d00000;
    padding: 7px 7px 7px 7px;
}

#topBar {
    width: 322px;
    height: 69px;
    background-image: url("./img/Schriftzug_3D.gif");
    background-repeat: no-repeat;
}

#topBarRight {
	float: right;
    text-align: right;
    color: #101010;
    font-size: 130%;
    padding: .5em 1em 0 0;
}

#topMenuContainer {
    margin: 0 0 0 170px;
}

#topMenu {
	font-size: 107%;
	text-align: left;
	padding: .4em 0 0 0;
}
#topMenu a {
	padding: .3em .7em .3em .7em;
    color: #e0e0e0;
}
#topMenu a:active, #topMenu a:hover {
    text-decoration: underline;
    background-color: #505050;
    color: #f0f8f8;
}

.fb-like-box {
	float: right;
	background-color: white;
}
.content-left {
	float: left;
}
.content-stop {
	clear: both;
}

#content {
	padding: 1em 2em 1em 2em;
}

div.clear {
	clear: both;
}

div#bottom {
	margin: .5em 0;
	border-top: 1px solid #d0d0d0;
	padding: 1em 2em 3em 2em;
}

div#bottomLeft {
    float: left;
}

div#bottomRight {
    float: right;
}


.contact {
	padding: 3em 0 2em 0;
}

.fan-white {
	background-color: white;
	color: black;
}
.fan-black {
	background-color: black;
	color: white;
}
.fan-red {
	background-color: red;
	color: black;
}
.fan-red-white {
	background-color: red;
	color: white;
}
.fan-blue {
	background-color: #8080ff;
	color: black;
}
.fan-lightgrey {
	background-color: #808080;
	color: black;
}


.fan td {
	border-top: 1px solid #808080;
	padding: .3em .2em .3em .2em;
}
.fan-article td {
	margin-top: 2.5em;
}
.fan-article-sep td {
	border-top: 2px solid #808080;
	height: 2.5em;
}

#wrapper {
	width: 100%;
}

#links1{
	margin-left: 1%;
        width: 38%;
	float:left;
}

#linkshoch{
	width: 50%;
	float:left;
}

#links2{
	width: 60%;
	float:left;
}

#mitte{
	margin-left: 1%;
	margin-right: 1%;
}


#rechts1{
        width: 60%;
	float: right;
}

#rechtshoch{
        width: 48%;
	float: right;
}

#rechts2{
        width: 38%;
	float: right;
}

#clear {
        clear: both;
}

