/* CSS Document */
html,body {
	background-color: #d7d3ca;
	font-family: 'Tahoma','Helvetica',sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #000000;
}

div.container {
	width: 100%;
	text-align: center;
}

div#layout {
	width: 940px;
	background: url(../image/template/top_bg.gif) repeat-x;
	margin: auto;
	overflow: hidden;
	text-align: left;
}

div.top {
	width: 100%;
	height: 82px !important;
}

div#top-right {
	width: 940px
	height: 82px;
	font-size: 28px;
	color: #ffffff;
	padding: 18px 0px 0px 20px;
	float: left;
}

div#top-left {
	width: 940px
	height: 82px;
	font-size: 14px;
	color: #ffffff;
	padding: 16px 23px 0px 21px;
	float: right;
	background: url(../image/template/top_separator.gif) no-repeat;
}

div.page_content {
	background: url(../image/template/bg_page.gif) repeat-y;
	width: 100%;
}

div.left_column {
	width: 240px;
	float: left;
	overflow: hidden;
	display: inline;
	background-color: #cac4b3;
}

div.left_column a{
	display: block;
}

div.main {
	float: left;
	width: 700px;
	overflow: hidden;
	display: inline;
}

div.menu_top{
	background-color: #605fa3;
	color: #ffffff;
	padding: 8px 0px 8px 17px;
}

div.foot {	
	width: 100%;
	background-color: #605fa3;
	float: left;
	color: #ffffff;
	text-align: center;
	padding: 12px 0px 12px 0px;
}

div.kontakt {
	background-color: #e6e8f4;
	border: solid 1px #c6c7df;
	padding: 10px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	font-size: 16px;
	padding: 10px 0px 0px 10px;
}

.clear {
	clear: both;
}

ul {	
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

ul li {
	background: url(../image/template/li.gif) no-repeat 0 4px;
	margin: 2px 0px 2px 15px;
	padding: 0px 0px 0px 15px;
}
