﻿/***html Tags***/

ul, li {
     margin: 0;
     padding: 0;
     border: 0;
}

body
{
    margin: 0px;
    background-color: #EDEDEB;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 1.4em;
    color: #666666;
}

p {
    padding: 0.0em;
    margin: 0;
    border:0;
}

ul {
    margin-top:0.1em;
    font-weight:bold;
    margin-left: 2.2em;
}


/***Überschriften***/

h1, h2, h3, h4, h5, h6 {
    margin-top: .5em;
    font-size: 2em;
    line-height: 1em;
}
h2 {
    margin-top: 1em;
    font-size: 1.5em;
}
h3 {
    margin-top: 1.3em;
    font-size: 1.2em;
}
h4 {
    margin-top: .5em;
    margin-bottom: .1em;
    font-size: 1.2em; 
}
h5 {
    font-size: 1em;
}


/***Links***/

a:link {
    color: #8C6239;
    text-decoration: none;
}
a:visited {
    color: #FF6D00;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


/***Header***/

#header {
    height:8em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .4em;
    color: #999999;
    font-size:.85em;
    position: relative;
    width: 800px;
    top: 0px;
    z-index:2;
}

#logo {
	position: absolute;
	top:.5em;
	left:15px;
	font-size:2.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	height: 1em;
	padding:.1em 0 .2em 0;
	font-variant:small-caps;
	margin-bottom: 3em;
	}
	
#menu {   	
	height: 6em;
	top: 4em;
	position: absolute;
	width: 800px;
	padding: 2em;
	background:url(images/bg-header.png);
	background-repeat: no-repeat;
	}
	
#menu a:link {
    color: White;
    text-decoration: none;
}
#menu a:visited
{
    color: White;
    text-decoration: none;
}
#menu a:hover {
    text-decoration: underline;
}


/***Poster Foto***/

#poster-photo-container {
    margin-top: .5em;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    background: #C0C0C0;
    position: relative;
    z-index: 1;
}
	
.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	}
	
.logo-main {
    background-image:url(images/MyLogo_small.jpg);
    background-repeat:no-repeat;
    position:absolute;
	top:76px;
	right:46px;
	width:33%;
    height: 140px;
    left: 490px;
    z-index: 1;
}
	
	
/***Inhalt***/
	
#ColumnContainer {

    margin-top: 0.3em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 75em;
    width: 800px;
    border: solid 1px;
    background-color: White;
}	
	
#ColumnLeft {
    padding-left: 2em;
    float: left;
    width: 600px;
}
    
#ColumnRight {
    float: right;    
    width: 160px;
    padding-left: 1em;
    background:url(images/bg-content-side.png) repeat-y;
    height:75em;

}

#ColumnRight ul {
    font-weight:normal;
}

#disclaimer p {
    font-size:xx-small;
}


/***Footer***/

#footer {
    margin-top: .2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
    width: 805px;
    height: 42px;
    position: relative;
    clear:both;
    background:url(images/bg-footer.png);
    background-repeat: no-repeat;
}

#footer p {
    padding-left: 2em;
}

 
 /***Modal Popup***/

.modal-background {
    background-color: gray;
    filter: alpha (opacity=70);
    opacity: 0.7;
}

.modal-popup {
    background-color: #ffffdd;
    padding: 20px;
    max-width: 70%;
}

.modal-popup-Algo {
    background-color: #ffffdd;
    padding: 20px;
    max-width: 75%;
    width: 60%;
}

.image
{
    margin:20px;
    position:relative;
    display:block;
    margin-left:auto;
    margin-right:auto;
}


/***Werbe-Box***/

.werbe-box
{
    width: 203px;
    position: relative;
    top: -387px;
    left: 337px;
    font-size: 1em;
    color: #FF0000;
    border: 1px solid #000000;
}


/***Accordion***/

.accordionHeader
{
    background: #C0C0C0;
    padding: 2px;
    margin-top: 10px;
}

a:link.accordionLink {
    color: White;
    text-decoration: none;
}

a:visited.accordionLink {
    color: White;
    text-decoration: none;
}

a:hover.accordionLink {
    text-decoration: underline;
}


	
/***ASP Menü IE8 Anpassung***/

.adjustedZindex 
{
    z-index: 2;
}