body {
	font:12px sans-serif,tahoma,verdana,arial;
	margin:0;
	padding:0;
	background:#fff
}
h1 {
	color:#5676A3;
	font-size:170%;
	margin-top:0;	
}
.small {
	font-size:90%;	
}
.bold {
	font-weight:bold;	
}
.logged {
	display:inline-block;
	float:right;
	margin:1em 3em;
	background:#fff url(../images/logged_box.png) no-repeat top left;	
}
.logged .logout {
	background:#fff url(../images/logged_box.png) no-repeat top right;	
}
.italic {
	font-style:italic;	
}
#page {
	width:936px;
	margin:10px auto 0px auto;
	border-bottom:0px;
	padding:0px;
	background:url(../images/body.png) repeat-y left top;	
}
#page.login {
	width:500px;
	margin:10% auto 0px auto;
	border-bottom:0px;
	padding:0px;
	padding-top:10px;
	background:url(../images/login_form.png) no-repeat left top;
}
#page.login form {
	width:500px;
	margin:0px;
	border-bottom:0px;
	padding:5px 15px 20px 15px;
	background:url(../images/login_form.png) no-repeat left bottom;
}
#page.login #logo {
	width:95%;
	margin:5px 0;
	height:30px;
	background:url(../images/logo.png) no-repeat 0px bottom;
}
#page.login #hints {
	width:40%;
	float:left;
}
#page.login #hints p {
	background:url(../images/computer.jpg) no-repeat center 10px;
	padding-top:150px;
	margin:0;
	font-size:95%;
}
#page.login #form {
	width:55%;
	display:block;
	float:left;
}
#page.login #form dl {
	background:url(../images/login.png) no-repeat top left;
	padding:5px 0 0 0;
	margin:0;
}
#page.login #form dt,#page.login #form dd {
	margin:0 15px;
	line-height:20px;
}
#page.login #form dt {
	margin-top:8px;	
}
#page.login #form > div {
	background:url(../images/login.png) no-repeat bottom left;
	height:10px;
	margin:0;
}
.error {
	color:red;
	font-size:95%;	
}
#navigation li {
	list-style-type:none;	
}
#mainmenu {
	position:absolute;
	top:0px;
	background:url(../images/background-menu.png) no-repeat left -10px;
	height:54px;
	width:740px;
}
#mainmenu ul {
	background:url(../images/background-menu.png) no-repeat right -10px;
	margin:0;
	padding:4px 0 0 0;
	height:54px;
	margin-left:200px;
}
#mainmenu li {
	display:inline-block;
	margin:4px;
	height:50px;
	background:url(../images/mainmenu-button.png) no-repeat top left;
}
#mainmenu a {
	margin:0 0 0 4px;
	background:url(../images/mainmenu-button.png) no-repeat top right;
	padding:5px 10px;
	color:#eee;
	text-decoration:none;
	display:inline-block;
	height:50px;
}
#sidemenu {
	background:url(../images/menu-150.png) no-repeat bottom left;
	float:left;
	width:150px;
	margin:0;
}
#sidemenu ul {
	background:url(../images/menu-150.png) no-repeat top left;
	width:150px;
	padding:10px;
	margin:0 0 10px 0;
}
#content {
	padding:0 15px;
}
#content h1 {
	margin-top:0;
	padding:20px 10px 10px 10px;
}
#content .article table {
	width:100%;
	border:1px solid #ddd;	
}
#content .article table thead {
	background-color:#fefefe;
	border-bottom:1px solid #ddd;	
}
#content .article table tbody {
	background-color:#eee;	
}
#content .article table th {
	text-align:left;
	line-height:1.4em;
	padding:.2em;
}
.clear {
	width:100%;
	clear:both;
	float:none;
	height:1px;
	visibility:hidden;
	line-height:1px;
}

div.article {
	padding:0px 10px;
}
#header {
	background:#fff url(../images/header.png) no-repeat top left;
	height:90px;
	padding:10px 0 0 20px;
}
#header #logo {
	background:url(../images/logo.png) no-repeat 50% 15px;
	width:180px;
	height:100px;
	display:inline-block;
	text-decoration:none;
}
.hidden {
	visibility:hidden;
}
#footer {
	width:100%;
	clear:both;
	float:none;
	display:block;
	background:#f3f3f3 url(../images/footer.png) no-repeat top left;
	height:50px;
}
