* {
	margin:0px;
	padding:0px;
	border:0px;
}
html {
	margin-bottom:10px;
}
body {
	margin:0px;
	background-color:#ffffff;
	background-image:url(/img/wallpaper.png);
	background-repeat:repeat-x;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:11px;
	text-align:center;
	color:#000000;
}

#wrapper {
	width:970px;
	margin:0px auto;
}

#header {
	display:none;
}

#header, #header a {
	color:#ffffff;
}
#header div.menu {
	display:none;
}
#header div.menu a {
	padding:0 2px;
}
#header a.mc-bold {
	font-weight: bold;
}
#header h1 {
	width:158px;
	margin:0px;
	float:left;
}
#header h1 a {
	width:158px;
	height:64px;
	display:block;
	/*background-image:url(/img/logo-beta.gif);*/
	background-image:url(/img/logo_kalendar.png);
	background-repeat:no-repeat;
}
#header h1 a span, #header h4 a span {

}
#header ul {
	margin-top:10px;
	margin-left:80px;
	float:left;
}
#header ul li {
	width:200px;
	float:left;
	list-style:none;
	text-align:left;
}
#header ul li span {
	font-size:12px;
	height:15px;
	display:block;
	float:left;
}
#header ul li h3 {
	margin-top:5px;
	/*font-size:23px;*/
	clear:both;
	float:left;
}
#header ul li h3 a {
	text-decoration:none;
	color:#ffffff;
	font-size:18px;
	display:block;
}
#header h4 {
	display:block;
	position:absolute;
	z-index:1003;
	top:0px;
	right:5px;
}
#header h4.azet a {
	width:88px;
	height:40px;
	display:block;
}

#content {
	width:970px;
	margin-top:15px;
	float:left;
}

#sidebar {
	display:none;
}

#sidebar h3 {
	margin-top:15px;
	margin-bottom:0px;
	font-size:14px;
	font-weight:normal;
}
#sidebar ul {
	margin:0px;
	margin-top:5px;
	margin-left:10px;
	font-size:12px;
}
#sidebar ul li {
	list-style:none;
	line-height:18px;
}
#sidebar ul li.selected {
	margin:0 -10px;
	height:24px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	background-image:url(/img/sidebar_selected.png);
	background-repeat:no-repeat;
	line-height:24px;
}
#sidebar ul li.selected a {
	color:#ffffff;
}
#sidebar ul li.more a {
	padding-left:15px;
	background-image:url(/img/more.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	color:#000000;
}
#sidebar ul li.less a {
	padding-left:15px;
	background-image:url(/img/less.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	color:#000000;
}

#sidebar ul.bluebox	{
	margin-top:-5px;
	font-size:13px;
	color:#ffffff;
	clear:both;
}
#sidebar ul.bluebox li.selected {
	height:24px;
	padding:0px;
	padding-left:10px;
	position:relative;
	background-image:url(/img/bluebox_closed.png);
	background-repeat:no-repeat;
	line-height:24px;
	cursor:pointer;
	clear:both;
}
#sidebar ul.bluebox li.selected.opened {
	background-image:url(/img/bluebox_opened.png);
	background-repeat:no-repeat;
}
#sidebar ul.bluebox li ul {
	width:148px;
	margin:0;
	padding-bottom:5px;
	display:none;
	position:absolute;
	z-index:1001;
	background-image:url(/img/bluebox_submenu.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#sidebar ul.bluebox li ul li {
	padding-left:10px;
	background:none;
	line-height:20px;
}

.toolbar {
	display:none;
}

#footer {
	display:none;
}

#footer .product {
	width:970px;
	height:35px;
	margin:0px auto;
	padding-left:5px;
	padding-right:10px;
	border-bottom:1px solid #cdcecc;
	line-height:35px;
}
#footer .product a strong {
	color:#000;
}
#footer .product .left a {
	margin-left:5px;
	margin-right:5px;
}
#footer .azet {
	width:970px;
	margin:0px auto;
	position:relative;
	padding:15px 10px 10px 10px;
}

#footer .azet h4 {
	font-size:11px;
	font-weight:normal;
}
#footer .azet h4 a {
	color: #000000;
}
#footer .azet ul {
	width:130px;
	margin:0;
	margin-top:10px;
	padding:0;
}
#footer .azet ul li {
	list-style:none;
	line-height:18px;
}
#footer .azet .azetlogo {
	width:64px;
	height:24px;
	display:block;
	margin-top:50px;
	position:absolute;
	z-index:1001;
	top:30px;
	right:10px;
	background-image:url(/img/logo_azet_footer.gif);
	background-repeat:no-repeat;
}
#footer .azet .azetlogo span {
	display:none;
}

.show {
	display:block;
}
.hide {
	display:none;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}

a {	
	text-decoration:none;
	color:#2868b2;
	outline:none;
}
a:hover, a:active {
	text-decoration:underline;
}