/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/background.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #d8c4b3;
}

h1,h2,h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #d8c4b3;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
}

/* Header */
#header {
	width: 680px;
	height: 250px;
	margin: 0 auto;
}

/* Page */
#page {
	width: 680px;
	margin: 0 auto;
	background: #000000 url(images/content-background.jpg) no-repeat center
		top;
	border: 1px solid #d8c4b3;
}

/* Content */
#content {
	float: left;
	width: 450px;
	padding: 20px 25px 0 25px;
	text-align: justify;
	min-height: 300px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 145px;
	padding: 70px 20px 0 0;
}

#sidebar .menulevel1 {
	border-left: 1px solid #d8c4b3;
	padding-left: 5px;
}

#sidebar ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li ul {
	padding-left: 20px;
}

#sidebar li.sdoc {
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
}

#sidebar div.news {
	border: 1px solid #d8c4b3;
	margin-top: 10px;
	padding-left: 5px;
}

/* News */
#news {
	padding-top: 50px;
}

/* Footer */
#footer {
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
	width: 680px;
}