@charset "utf-8";
/* CSS Document fˆºr Startbereichsseiten */


body {
        margin: 0px;
		background-color: #EBEBEB;
        font-family: Arial, sans-serif;
        }
		
		
#main {
        margin: 0px;
		background-color: #000099;
        }

#main_container {
  width: 1024px;
  height: auto;
  margin: 0px auto 0px;
  background-color: White;
}



#header_area {
        width: 1024px;
        height: 87px;
        background-color: White;
        }
		
#navi_area {
        width: 1024px;
        height: 86px;
		margin-bottom: 4px;
        background-color: White;
        }
		


#left {
        width: 155px;
        padding-left: 2px;
		padding-right: 3px;
		margin-bottom: 20px;
        float: left;
		background-color: White;
        }

#right {
        width: 170px;
        padding-left: 5px;
		padding-right: 4px;
		margin-bottom: 20px;
        float: right;
		background-color: White;
        }
		
#content {
		width: 677px;
		padding-left: 4px;
		margin-left: 160px;
		padding-right: 4px;
		margin-bottom: 20px;
		background-color: White;
		}
		


#footer_area {
		width: 1024px;
		height: 132px;
		color: #FFFFFF;
		background-color: White;
        }
		
		
.clearfloat {
        clear: both;
        height: 0;
        font-size: 1px;
        line-height: 0px;
        }
		

