body
{
	background-color: #FFF;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a:link, a:active, a:visited, a:hover
{
	color: #000;
	text-decoration: underline;
}

h1
{
	font-size: 20px;
}
h2
{
	font-size: 16px;
}

#divContainer
{
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

#divHeader
{
	width: 975px;
	height: 108px;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
}

#divTopMenu
{
	
	height: 21px;
	background-image: url('../images/menu.gif');
	background-repeat: no-repeat;
	padding-left: 350px;
}

#divTopMenu ul
{
	list-style-type: none;
	position: relative;
	margin: 0px;
}

#divTopMenu ul li
{
	float: left;
	margin-top: 2px;
}
#divTopMenu ul li a, 
.mnu_selected
{
	color: #003858;
	display: block;
	text-decoration: none;
	padding: 0px 10px;
	height: 17px;
	line-height: 15px;
	font-size:10px;
}

.mnu_selected
{		
	font-weight:bold;
	
}


#divTopMenu ul li ul
{
	position: absolute;
	left: 0px;
	top: 17px;
	display: none;
}
#divTopMenu ul li:hover ul
{
	display: inline;
}
#divTopMenu ul.small li a, #divTopMenu ul li ul li a
{	
	color: #003858;
}
#divTopMenu ul li a:hover
{
	text-decoration: underline;
}

.flashtitel
{
	width: 795px;
	height: 72px;
}

#divContent
{
	width: 975px;
	min-height: 500px;	
	background-repeat: repeat-x;
	padding-top: 1px;
	
}

#divcontentitem
{
	padding-left: 10px;
}

#divContent h1
{
	margin-top: 20px;
}

#divContentArea
{
	position: relative;
	width: 351px;
	margin: 0px;
	margin-top: -135px;
	margin-left: 590px;
}

#divFooter
{
	width: 975px;
	background-image: url('../images/footer.gif');
	height: 29px;
	color: #FFF;
	line-height: 16px;
	text-align: center;
	margin-top: 0px;
	font-size: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
}

.kolom12
{
	width: 200px;
}



