* {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 14px;
	color: #4b4b4b;
}
.clear{
	clear: both;
}
img, div, a, input { behavior: url(/public/css/iepngfix.htc) }

img {
	border: none;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
}

div#top{
	background: #f1eff4;
	width: 100%;
}
div#innertop{
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	background: white url(../img/top.jpg) no-repeat;
}
div#logo{
	width: 100%;
	background: #e06b25;
}
div#innerlogo{
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	background: url(../img/flash.jpg) no-repeat;	
}
div#main{
	width: 100%;
	background: #f1eff4;
	position: absolute;
}
div#outermenu{
	margin: 0 auto;
	width: 1000px;
	
	background: #e3e0e9 repeat-y;
	position: relative;
}
div#menu{
	margin-left: 220px;
	width: 780px;
	background: url(../img/menub.png) repeat-x;
	position: relative;
	z-index: 6;
}

div#menu ul{
	height: 47px;	
	list-style: none;
	position: relative;
	z-index: 20;
	
}
div#menu li{
	display: table;
	float: left;
	height: 100%;	
	z-index: 21;
	padding: 0 25px;
	background: url(../img/menuitemb.png) right no-repeat; 
}
div#menu a, div#menu a:HOVER{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	color: #636274;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
div#menushadow{
	float: right;
	width: 780px;
	height: 6px;
	background: url(../img/menushadow.png);
}

div#menuleft{
	position: absolute;
	width: 50%;
	right: 0;
	z-index: 4;
	height: 47px;
	border-bottom: 1px solid #eaeaec;
	
	background: url(../img/menub.png) repeat-x;
}
div#innermain{
	margin: 0 auto;
	width: 1000px;
	background: #f8f8fa url(../img/mainb.png) left repeat-y;
	position: relative;
	z-index: 20;
}
div#mainleft{
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	z-index: 3;
	height: 100%;
	background: #f8f8fa;
}

div#left{
	float: left;
	width: 220px;
	min-height: 300px;
}
div#right{
	padding: 30px;
	float: right;
	width: 620px;
	background: white url(../img/kran.png) no-repeat top right;
	min-height: 300px;
	margin-right: 100px;
}
div#right p{
	margin-top: 5px;
}
div#left ul{
	list-style: none;
}
div#left li{
	display: table;
}
div#left a{
	border: 1px solid black;
	border-left: 1px solid #5f616d;
	border-top: 1px solid #6d717a;
	background: url(../img/lmenub.png) repeat-x;
	height: 46px;
	width: 218px;
	display: table-cell;
	vertical-align: middle;
	color: white;
	padding-left: 10px;
	text-transform: uppercase;
}
div#left a.active, div#left a:HOVER{
	border: 1px solid 592b0f;
	border-left: 1px solid #df783b;
	border-top: 1px solid #e78950;
	background: url(../img/lmenuab.png) repeat-x;

	font-weight: bold;
	text-decoration: none;
}

div#dane{
	padding-left: 10px;
	position: absolute;
	width: 220px;
	bottom: 0px;
	left: 0px;
	color: #4d4f59;
}
div#footer{
	padding-top: 10px;
	position: relative;
	background: white;
	width: 100%;
	height: 50px;
	z-index: 453;
}
div#innerfooter{
	font-size: 11px;
	padding: 10px;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
}
div#footermenu {
	text-align: center;
}
div#footermenu ul{
	margin: 0 auto;
	list-style: none;
}
div#footermenu li{
	display: inline;
}
div#footermenu a{
}
div#copy{
	color: #7f7f7f;
	text-align: center;

}
div#copy a,div#copy a{
	text-decoration: none;
	font-weight: bold;
	color: #7f7f7f;
}