﻿*
{
	margin: 0px;
	border: none;
	padding: 0px;
	font-size: 12px;	
	/*height: 100%;*/
}

a:link, a:visited
{
	font-size: 12px;
	color: Black; /* Blue; /*#F6855E;*/
	/*text-decoration: none;*/
	/*font-weight: bold;*/
	text-decoration: underline;	
}

div#Title
{/* alt */
    width:500px;
    margin-left: 215px;
	 
    /* neu 
    margin-top: 170px; 
    position: absolute;  */
}

div#ActionMenu
{/* alt*/
	float: right;
	margin-right: 8px;
	width: 200px;
	margin-top: -42px;
	
    /* neu 
    margin-top: 170px; 
    margin-left: 766px;
    position: absolute; */
}

div#Title,
div#ActionMenu /*,
div#HeadLine */
{
	/*padding-left: 215px;
	padding-right: 10px;*/
	height: 42px;
	/*height: 5.8%;*/
	display: block;
}

div#HeadLine
{
    height: 56px;
	/*background-color: Yellow;*/
	padding-top: 8px;
    position: relative;
    z-index: 1000; 
}

div#HeadLine,
div#Header
{
	padding-right: 16px; 
	width: 976px; 
}

div#BlackBackGround
{
    background-color:Black;
    /*height: 833px;*/
    display: block;
    opacity: 0;
    margin-top: 0px; /*-879px; /* 833px */
    position: relative;
    
    /* muß als oberstes Element im Layout sein 
    z-index: 1501;*/
}

/*Hintergrundbild*/
div#BackgroundImage
{	
	/*height: auto;*/
	width: auto;
	/*overflow-y: auto;*/
	overflow-y: hidden;
	/* alt ende */
	
	margin-bottom: -108px; 
    height: 100%;
    height: auto !important; 
    min-height: 100%;
    background-image: url('Images/page-lines.png'); 
    background-position: center top; 
    background-repeat: repeat-y;    
    
    /* muß als oberstes Element im Layout sein
    position: fixed;
    z-index: 1501; */
}

html,
body
{	
    /* alt anfang */
	font-family: Tahoma; /* Arial, Helvetica, sans-serif;*/
	font-size: 12px; 
	/*height: 100%;*/
	/*height: 833px;	*/
	height: 833px;
	/*overflow: auto;*/
    /* alt ende */

    /* neu Anfang */
	background-color: #919191; 
    background-image: url('Images/page-background.jpg'); 
    background-position: center center; 
    background-attachment: fixed; 
    background-size: cover; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover;
}

body
{
    overflow-y:scroll; 
}

div#Footer,
div#Wrapper2
{
	width: 992px; /* 1024px */   
}

/*Kopfzeile:*/
div#Header
{
	margin: auto;   
	opacity: 1;	
	padding-top: 10px;
	height: 98px;   /*85px*/
	display: block;
}

div#Wrapper2
{
	height:643px;
	/*height: 100%;
	/*overflow: auto;*/
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 20px;
}

div#Navigation,
div#Details
{ 
	/*height: 585px; /* 570px */
	display: block;
	opacity: 1; /* 0.8*/
}

/**********************************************************************************/
/*Menübereich:*/
div#Navigation
{
	height: auto; /*585px; /* 570px */
	margin-left: 15px;
	width: 184px;
	float: left;
	/*overflow: auto;*/
}

div#Details
{
	width: 778px;/*810px;/*805px;/*820px;/*835px;/* 840px*/
	float: right;  
	overflow: auto;
}

div#Footer
{	
	opacity: 1;
	margin: auto;
	padding-top: 45px;
	height: 63px;   /*55px */
	display: block;
}

div#BlackBeltBottom,
div#BlackBeltTop 
{    	
	height: 108px;   /*85px*/
	display: block;
	width: 100%;
	opacity: 1;	
}

div#Footer,
div#Header,
div#BlackBeltBottom,
div#BlackBeltTop
{
    background-color: #202020;
}

div#BlackBeltBottomContainer
{    
}

div#BlackBeltBottom
{
	/*position: relative;*/
	position: relative;
	/*bottom: -108px;*/
	bottom: -108px;
}

/*
div#HeadLine,
div#BlackBeltTop
{
    position: fixed;
    z-index: 1000;  
}*/

div#idWholeHeadline
{
    background-color: #202020;
    color: White;
    position: fixed;
    top: 0px;
    z-index: 999;
    height: 64px; 
    width: 100%;   
    visibility: hidden;
}