﻿body {
	margin: 0;
	padding: 0;
    background-color: #96D7E9;
    font-family: Verdana, Arial,Sans-Serif;
    font-size: 12px;
    color: #666666;
}
img {
    border-style: none;
}
a {
    color: #990066;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.Clear {
    float: none;
    display: block;
    clear: both;
}
.Bold {
    font-weight: bold;
}
.Italic {
    font-style: italic;
}
.Error {
    color: Red;
}

/* Grundlayouten */
div#Main {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: White;
    float: left;
    display: inline;
    margin: 0 auto;
}
div#Header {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color:#96D7E9;
    background-image: url(../images/bg_header.gif);
}
div#Menu {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color:#e7e7e7;
}
div#OuterContent {
	width: 100%;
    height: auto;
    overflow: hidden;
    background-color: White;
}
div#Footer {
	width: 100%;
    height: auto;
    overflow: hidden;
    background-color:#93D7E8;
    height:155px;
    background-image: url(../images/bg_footer.gif);

}

/* Sidlayouten */
div#Header div#Top {
	display:block;
	background-color:#96D7E9;
	width:974px;
	height:158px;
	_background-image: url(../images/top.jpg);
	_background-repeat: no-repeat;
    margin: 0 auto;  
}
div#Menu div.OuterTopMenu {
	width:100%;
	height:auto;
	background-image: url(../images/topmenu.gif);
}
div#Menu div.OuterTopMenu div.TopMenu {
    width: 974px;
	height:25px;
    overflow: hidden;
    margin: 0 auto;  
}
div#Menu div.TopMenu a {
    float: left;
    height: 100%;
    overflow: hidden;
    padding:  5px 12px 0;    
    color: White;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;    
}
div#Menu div.TopMenu a:hover {
    background-color:#e7e7e7;
    color: #666666;
}
div#Menu div.TopMenu a.Current {
    background-color:#e7e7e7;
    color: #666666;
}
div#Menu div.OuterSubMenu {
	width:100%;
	height:auto;
	background-color: #e7e7e7;
}
div#Menu div.OuterSubMenu div.SubMenu {
    width: 974px;
	height:40px;
    overflow: hidden;
    margin: 0 auto;  
}
div#Menu div.SubMenu a {
    float: left;
    height: 100%;
    overflow: hidden;
    padding:  13px 12px 0;    
    color: #666666;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;    
}
div#Menu div.SubMenu a:hover {
    color: #000000;
}
div#Menu div.SubMenu a.Current {
    background-color:#e7e7e7;
    color: #000000;
}
div#Menu div.SubMenu img {
	float:left;
	padding-top: 13px;
} 
div#OuterContent div#Content {
	background-color:#FFFFFF;
	width: 974px;
	height: auto;
	margin: 0 auto;
}
div#Footer div.InnerFooter {
    width: 974px;
	height:auto;
    margin: 20px auto;
    color:White;
}
div#Footer div.Image {
	float:left;
	width:100px;
	margin-left:50px;
}
div#Footer table {
	float:left;
}
div#Footer .Header {
	display:block;
	padding-bottom:10px;
	font-family: Garamond Premr Pro, Garamond, Verdana, Arial,Sans-Serif;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
}
div#Footer .Text {
	display:block;
}
/* EdgeII */
.Rub1{
    font-family:Garamond Premr Pro, Garamond, Verdana, Sans-Serif;
    display:block;
    color:#990066;
    font-size:24px;
    line-height:26px;
    margin:0 0 10px 0;
    font-weight:bold;
    font-style:italic;
}
.Rub0{
	display:block;
	padding-bottom:10px;
	font-family: Garamond Premr Pro, Garamond, Verdana, Arial, Sans-Serif;
	font-size:60px;
	font-weight:bold;
	font-style:italic;
}
.btex{
	font-family: Verdana, Arial,Sans-Serif;
    font-size: 12px;
    color: #666666;
}
