body {
	margin:		0;
	padding:	0;
	text-align:	center;
	background:	#8ba1b4 url('../img/background.png') left top repeat-x;
	font-family:Verdana,sans-serif;
	font-size:	10pt;	
} 

img {
	border:		0;
}

a {
	color:		#9d1515;
	text-decoration: underline;
}
a:hover {
	background-color: #eee;
	text-decoration: underline;
}

p {
	margin:		0.5em 0;
}

ul {
    margin:     0.5em 0;
    padding:    0 1em;
}
li {
    margin:     0.2em 0;
}

#main {
	width:		1000px;
	margin:		0 auto;
}

h1 {
	width:		1000px;
	height:		134px;
	overflow:	hidden;
	position:	relative;
	background:	white;
	margin:		0;
	padding:	0;
}

h1 span {
	position:	absolute;
	left:		0;
	top:		0;
	width:		1000px;
	height:		134px;
	background:	url('../img/head.png') left top no-repeat;
}

#middle {
	padding:	0 10px;
	background:	white url('../img/middle.png') left top repeat-y;
	text-align:	left;	
	line-height:1.33;
}

ul#menu {
	list-style-type:none;
	margin:		0;
	padding:	0;
	width:		16em;
	float:		left;	
}

ul#menu li {
	margin:		0;
	padding:	0;
	border-bottom: 1px solid #dddddd;
}

ul#menu li a {
	padding:	5px 10px;
	line-height:20px;
	display:	block;
	vertical-align: middle;
	color:		#999;
	font-size:	90%;
	font-weight: bold;
	text-decoration: none;
}

ul#menu li ul {
	list-style-type: none;
	margin:		0;
	padding:	0;
}

ul#menu li ul li {
	padding:	0 0 0 20px;
	border-bottom: none;
}

ul#menu li ul li a {
	line-height:	20px;
	padding:	0;
}

ul#menu li a#sel {
	color:		#9d1515;
}

ul#menu li a:hover {
	text-decoration: underline;
}
ul#menu li a#akt:hover {
	text-decoration: none;
}

#cont {
	margin-left:220px;
	padding:	0 10px;
	min-height:	200px;
}

h2 {
	color:		#9d1515;
	font-size:	200%;
	font-weight:normal;
	padding:	0.2em 0 0.3em;
	margin:		0;
	clear:		right;	
}

h3 {
	color:		#9d1515;
	font-size:	140%;
	font-weight:	normal;
	margin:		1.2em 0 0.7em;
	clear:		right;	
}

h4 {
	color:		#9d1515;
	font-size:	105%;
	font-weight:	bold;
	margin:		1em 0 0.6em;
}

#foot {
	clear:		both;
	border-top:	1px solid #999;
	margin:		2em 10px 0;
	padding:	0.4em 0 0 0;
	font-size:	80%;
	color:		#999;	
}

#bottom {
	width:		1000px;
	height:		22px;
	overflow:	hidden;
	background:	white url('../img/foot.png') left bottom no-repeat;
}
