/* Basics
-------------------------------------------------- */
body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
	color: #000000;
}

.clear{
	clear: both;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

a{
	text-decoration: none;
	color: #1c4c97;
}

input[type="text"],
input[type="password"]{
	height: 24px;
	margin: 0;
	padding: 2px;
	background: #ffffff;
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
input[type="submit"]{
	height: 30px;
	margin: 0;
	padding: 0 10px;
	background: #000000;
	border: 1px solid #bfbfbf;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
}

#site-wrapper{
	background: #f9f9fa;
}

#main div.actions {
	border-top: 1px solid #e0e0e0;
	margin-top: 10px;
	font-size: 12px;
}

fieldset.flat {
	border: none;
}

p.date {
	margin: 0px;
	font-size: 12px;
	color: #808080;
}

div.main-page-container div.page-content div.news-item-list div.news-item {
	margin: 0px 0px 15px 0px;
	float: none;
	width: 100%;
}

div.main-page-container div.page-content div.news-item-list div.news-item p.title {
	margin: 0;
	font-family: 'Oswald', 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
}

div.main-page-container div.page-content div.news-item-list div.news-item p.date {
	margin: 0;
	font-size: 12px;
}

div.main-page-container div.page-content div.news-item-list div.news-item div.description {
	margin: 10px 0px;
}

table {
	max-width: 100%;
}

table.persons {
	width: 100%;
}

table.persons th {
	text-align: left;
}

table.persons tr.header td {
	font-style: italic;
}

div.search_form {
	margin-top: 30px;
}

/* Sitemap */

div.sitemap p.level_0 {
	margin-top: 8px;
}

div.sitemap p.level_1 {
	margin-left: 20px;
}

div.sitemap p.level_2 {
	margin-left: 40px;
}

div.sitemap p.level_3 {
	margin-left: 60px;
}

div.sitemap p.level_4 {
	margin-left: 80px;
}

div.sitemap p.level_5 {
	margin-left: 100px;
}

div.sitemap p.level_6 {
	margin-left: 120px;
}
