/* BilanzWerk - Layout.css */
html,body{height:100%;}
body{
		margin: 0;
		padding: 0;
		background-color: #000000;
		width:100%;
	}
	
#wrapper{
	width: 949px;
	height: 600px;
	overflow: visible;
	align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 10px;
		}

#LeftPanel{
	float:left;
	width:auto;
	height:100%;
	padding-left:10px;
	padding-right:10px;
}

#MainFrame{
    float:right;
	height:550px;
	width: auto;
	margin-right: 25px;
}

#MainLeftPart{
	width:200px;
	height:550px;
	float: left;
}

#MainRightPart{
	width: 560px;
	height:550px;
	float: left;
}

.square{
	float:left;
	width: 150px;
	height: 150px;
	margin:25px;
	filter: alpha(opacity=30); -moz-opacity: 0.30;
	display:block;
}

#Square_1{
	background-image: url("../images/allover/logo.gif");
	margin-left:0px;
	margin-right:25px;
	margin-top:0px;
	filter: alpha(opacity=100); -moz-opacity: 1.00;
}

#Square_2{
	margin-left:0px;
	margin-right:25px;
}

#Square_3{
	margin-left:0px;
	margin-right:25px;
}

#SquareLine{
	height: 200px;
}
#Square_4{
	margin-top:32px;
	margin-bottom:0px;
	margin-left:0px;
	
}

#Square_5{
	margin-bottom:0px;
	margin-top:32px;
}

#Square_6{
	float:right;
	margin-top:32px;
	margin-bottom:0px;
	margin-right:0px;
}

#Content{
		display: block;
		visibility: visible;
		
		height: 330px;
		width: 540px;
		padding: 10px;
		border: 1px solid #c1c1c1;
		overflow: auto;
	}

#Content_First{
		display: block;
		visibility: visible;
		
		height: 330px;
		width: 540px;
		padding: 10px;
	}
#Footer{
		margin-top:5px;
	}
