@charset "utf-8";
/* CSS Document */

body{
	padding: 0px;
	margin: 0px;
	color: #393939;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	background-image: url(../gfx/top_bg.png);
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6, form, p{
	margin: 0px;
	padding: 0px;	
}

#rootHeader{
	position: absolute;
	z-index: 1;
	width:100%;	
}

#root{
	position: absolute;
	z-index: 5;
	width:100%;
}

#masterHeader{
	width: 980px;
	margin: 0px auto 0px;	
}

#master{
	width: 960px;
	margin: 0px auto 0px;
	margin-top: 140px;
	background-image: url(../gfx/inh_top_bg.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}

#content{
/*	height: 580px;*/
	width: 960px;
	margin-top: 10px;
	z-index: 3;
	position: relative;		
}

#masterFooBg{
	width: 1020px;
	background-image: url(../gfx/inh_bot_bg.png);
	background-repeat: no-repeat;
	height: 115px;
	z-index: 2;
	top: -70px;
	left: -30px;
	position: relative;	
}

#datum{
	position: relative;
	color: #FFFFFF;
	top: -98px;
	right: 7px;
	text-align: right;
}

#fooBg{
	background-image:url(../gfx/foo_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 165px;
	z-index: 1;
	position: relative;
	margin-top: -160px;
	
	padding-top: 105px;
	color: #c3dbf4;
	text-align: center;
}

#fooBg a{
	color: #c3dbf4;
	text-decoration: none;	
}

#fooBg a:hover{
	text-decoration: underline;
}

#mainMenu{
	height: 37px;
	position: relative;	
	z-index: 1000;
}

#leftMargin{
	margin-right: 13px;	
}

#rightMargin{
	margin-left: 14px;
}

#innerContent{
	width: 528px;	
}
