/* CSS Document */
@import url(navigation/nav_slidingdoor.css);

body, html { height: 100%; } 

body {
    padding: 0px;
    margin: 0px;
    background-color: #E4E4E4;
            width: 100%
	            height: 100%
		     
}

table { 
    margin-top: 30px;
    margin-left: 45px;
    width: 905px;
}

#flashuid1 { 
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -10;
    top: 0px;
    left: 0px; 
}



#navigation-home {
position: relative;
	border: 0px;
	margin-left:auto;
	margin-right:auto;
	width:910px;
	margin-top:2px;
	padding:0px;
	padding-left: 4px;
	height: 51px;
	display: block;
	
}

.maincontent{ position: absolute; height: 100%; width: 100%;  top: 0px; left: 0px; z-index: 500; }

/* ######################################################################################################
** ### Homesite #########################################################################################
** ######################################################################################################
*/
#home-logo {clear: both;  padding:27px 0px 0px 0px; left:0px; border-style:none; border:0px; display:inline;float:left;z-index:300;}
#home-navi {  text-align: right; float:right; display:inline; padding: 60px 5px 0px 0px; text-align: right;z-index:400;}
#home-navi a:focus { outline: none;} 


/** Anpassung Startseite -- BippesBrandao GmbH -- 08.09.2010 -- Kay Röseler (Einfügen der Top-Metanavigation)  **/
#topnav {
	display: inline;
	padding-right: 8px;
	position: absolute;
	top: 0;
	right: 0;
}
#topnav a { font-size: 0.7em !important;} 
