﻿html
{
    height: 100%;
    width: 100%;
    /* background: #666666 url(/layout/hintergrund_verlauf.jpg) repeat-x fixed; */
    margin: 0px;
    padding: 0px;
    background-color: #e0e0e0;
}
body
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	z-index: 0;
}

div#LayoutBox
{
    position: absolute;
    width: 916px;
    left: 50%;
    margin-left: -458px;
    background: #000 url(/layout/layourback.jpg);   
    color: #ffffff;
    border-left: 2px solid #000;
	border-right: 5px solid #000;
	z-index: 1;
}


div#MainMenuBox
{
    width: 916px;
    height: 40px;
    background: #000;
    padding:0px;
    margin: 0px;
    margin-top: -2px;
    line-height: 5px;
}

div#MainFooter
{
    bottom: 0px;
    margin-top: 30px;
    padding: 10px;
    background: #000;
}

div#MainContent
{
    position: relative;
    padding: 0px;
    font-size: 12px;
    min-height: 200px;
}


div.Outer
{
	position: absolute;
	top: 100px;
	left: 50%;
	top: 50%;
	z-index: 300;
}
div.OuterFlow
{
	position: relative;
	width: 100%;
	height: 100%;
}
div.OuterBack
{
	position: absolute;
	z-index: 301;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
div.Inner
{
	position: absolute;
	top: 0px;
	z-index: 302;
	padding-top:40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
}
div.OuterFlow h1.Titel
{
	position: absolute;
	top: 5px;
	left: 15px;
	z-index: 305;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bolder;
	margin: 0px;
	color: #FFF;
	visibility: hidden;
}

div.WKExtraInfo {
	background: #333333;
	color: #fff;
	margin:  5px;
	padding: 5px;
}

div.WKExtraInfo b {
	color: #f5ae0a;
}


a
{
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;   
}


a:hover
{
    color: #F5AE0A;
    text-decoration: none;
    font-size: 12px;   
}

a:visited
{
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;   
}



div.BackLinks
{
    padding: 2px;
    margin: 2px;
    height: 20px;
    font-size: 10px;
}

div.BackLinks a
{
    font-size: 10px;
    padding: 2px 5px 2px 5px;
    border: 1px solid #222;
    background: #222;
    color: #DCDCDC;
}

div.BackLinks a:hover
{
    font-size: 10px;
    padding: 2px 5px 2px 5px;
    border: 1px solid #F5AE0A;
    background: #F5AE0A;
    color: #000000;
}