
html, body {
	background-color: #434343;
	margin: 0px;
	height: 100%;
	border: none;
	font-family: verdana, sans-serif; 
	}

#layouttable {
	height: 100%;
	width: 100%;
	}

#background {
	height: 690px;
    width: 1010px;
    position: relative;
    background-color: #434343;
    background-repeat:no-repeat;
    z-index: 0;
    /*display: none;*/
    margin: 0 auto;
    background-image: url(../images/BZHintergrund.gif);
}


#signet {
    top: 10px;
    left: 205px;
    height: 180px;
    width: 600px;
    position: absolute;
}

#middlepart{
    top: 200px;
    left: 0px;
    height: 350px;
    width: 1010px;
    position: absolute;
    background-repeat:no-repeat;
    background-color: #9B9B9B;
    overflow:hidden;
    z-index: 2;
}

#viewAll,#viewSami,#viewSandro,#viewChristian,#viewBidu,#viewHeinz{
    top: 200px;
    left: 71px;
    height: 350px;
    width: 580px;
    position: absolute;
    z-index: 4;
}

#personalPhoto{
    top: 200px;
    left: 350px;
    height: 350px;
    width: 350px;
    position: absolute;
    z-index: 4;
}


#flashcontent {
    top: 200px;
    left: 71px;
    height: 350px;
    width: 580px;
    position: absolute;
    z-index: 4;
}

#simpletext { 
	top: 240px;
	left: 71px;
	height: 350px;
	width: 580px;
	position: absolute;
	z-index: 4;
    font-family: verdana, sans-serif; 
    font-size: 12px;
    line-height: 15px;
    color: #434343;
    }

.simpletexteinzug {
		padding-left: 20px;
	}
	
#simplebottomtext {
		top: 560px;
		left: 71px;
		height: 100px;
		width: 580px;
		position: absolute;
		z-index: 4;
	    font-family: verdana, sans-serif; 
	    font-size: 11px;
	    line-height: 15px;
	    color: #FFFFFF;
	}

.simpletitle{
	color: #FFFFFF;
	font-size:16px;
	font-weight: bold;
	vertical-align: bottom;
}	

a:link, a:visited, a:hover, a:focus, a:active {
    text-decoration:none;
    outline-width:0px;
    
}

.onglet {
	font-weight: bold;
	color: #E2007A;
	font-family: verdana, sans-serif; 
    font-size: 12px;
}




/*
   SETTINGS FOR NAVIGATION
*********************************/

    
#navigation {
	top: 208px;
	left: 766px;
	height: 300px;
	width: 244px;
	position: absolute;
	z-index: 4;
}
	
.navtable {
	font-size: 12px;
}

.navitem {
	height: 24px;
	vertical-align: bottom;
}
	
.itemactive {
	color: #FFFFFF;
}

a.item:link, a.item:visited { 
    color: #C4C4C4; 
}

a.item:hover {
	color: #FFFFFF;
}    
    
    
#toggle {
	top: 525px;
	left: 766px;
	height: 20px;
	width: 200px;
	position: absolute;
	z-index: 5;
}  

a.toggle:link, a.toggle {
    color: #C4C4C4; 
    font-size: 12px;
}

a.toggle:hover {
	color: #FFFFFF;
} 




/*
   SETTINGS FOR BOTTOM-LINKS
*************************************/
#bottomlinks {
	top: 560px;
	left: 766px;
	height: 100px;
	width: 240px;
	position: absolute;
	z-index: 5;
}

a.bottom:link, a.bottom:visited {
	font-size: 12px;
    color: #C4C4C4;
}

a.bottom:hover {
	color: #FFFFFF;
}




