body {
	margin: -5px 0 0 -10px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	overflow-x: hidden;
}

h1,h2 {
	margin:0;
}

a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#d49758;
}

.current {
	font-weight:bold;
	color:#d49758;
	text-decoration:none;
}

a.readMore {
	font-weight:bold;
	color:#BD292E;
	text-decoration:none;
}
a:hover.readMore {
	text-decoration:underline;
}

img {
	border:0;
}

#header {
	width:985px;
	height:97px;
	margin:0px auto;
}

#mainMenu {
	margin:0px auto;
	width:985px;
}

#siteContent {
	padding-top:6px;
	margin:0px auto;
	width:985px;
	border:0px solid #000000
}
#subMenu {
	width:155px;
	padding:5px 0 5px 3px;
}

#kolumnContainer {
	float:left;
}
.menutitle {
	cursor:pointer;
	margin-bottom: 5px;
	color:#d6a576;
	width:150px;
	padding:2px;
	text-align:left;
	/*border-bottom:1px solid #cccccc;*/
	font-weight:bold;
}
.submenu {
	margin-bottom: 0.5em;
	padding-left:6px;
	font-weight:normal;
}
.submenu a hover {
	margin-bottom: 0.5em;
	color:#FFFFFF;
}

#backgroundPopup {
	Z-INDEX: 1;
	BORDER-BOTTOM: #cecece 1px solid;
	BORDER-LEFT: #cecece 1px solid; 
	POSITION: fixed;
	WIDTH: 100%;
	DISPLAY: none;
	BACKGROUND: #000000;
	HEIGHT: 100%;
	BORDER-TOP: #cecece 1px solid;
	TOP: 0px;
	BORDER-RIGHT: #cecece 1px solid;
	LEFT: 0px;
	_position: absolute
}
#popupContact {
	Z-INDEX: 2;
	BORDER-BOTTOM: #f50086 2px solid;
	POSITION: fixed;
	BORDER-LEFT: #f50086 2px solid;
	PADDING-BOTTOM: 15px;
	PADDING-LEFT: 12px;
	WIDTH: 303px;
	PADDING-RIGHT: 12px;
	DISPLAY: none;
	BACKGROUND: #ffffff;
	HEIGHT: 550px;
	FONT-SIZE: 13px;
	BORDER-TOP: #f50086 2px solid;
	BORDER-RIGHT: #f50086 2px solid;
	PADDING-TOP: 5px;
	_position: absolute
}
#popupContactClose {
	/*POSITION: absolute; DISPLAY: block; bottom:0; margin-bottom:6px;*/
}