/*
Thank you for downloading this template, this CSS document can be customised as you see fit.
If you need any help please contact me.

Thanks 

Dave
ukthoughts.co.uk
*/
body {
	background: #eee url(bg.gif) repeat-y 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
#wrap {
	margin: 0 auto;
	width: 850px;
}
#page {
font-family: 'Times New Roman';
	float: right;
	width: 650px;
	line-height: 1em;
	text-align: justify;
	margin: 0 20px 0 0; /* oben rechts unten links */
}
#sidebar {
	float: left;
	color: #999;
	width: 170px;
}
#footer {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #fff;
	background: #333 url(footer.gif);
	width: 900px;
	clear: both;
	text-align: center;
}
#footer p { padding: 0; }

/* Headers */
h1#header {
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	background: url(header.gif);
	height: 256px;
	border-bottom: 5px solid #222;
	line-height: 90px;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0px auto;
	margin-bottom: 15px;
	text-align: center;
}
html>body { margin-bottom: 0px; }
#page h2 {
	font-weight: normal;
	font-size: 160%; /* Überschriften Hauptfeld */
	color: #222;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 2px; /* testo ?? */
}
#sidebar h3 {
	font-weight: normal;
	font-size: 130%; /* Überschriften links */
	color: #777;
	margin-bottom: -5px;
}

/* Links */
#wrap a:link, #wrap a:visited {
	text-decoration: none;
	color: #003366;
	border-bottom: 0px solid #003366;
}
#wrap a:hover {
	text-decoration: none;
	color: #CC3300;
	border-bottom: 0px solid #CC3300;
}
#header a, #header a:hover {
	color:#fff ; /*#000000  */
	text-decoration: none;
}
#footer a {
	color: #888;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
}
p.info {
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	color: #aaa;
}
.hide { display: none; }

/* Lists */
li { list-style: square; }
#sidebar ul { padding: 3px 0px 3px 10px; }
html>body #sidebar ul { padding: 3px 0px 3px 30px; }
#bits li {
	padding-bottom: 5px;
}
#bits li:hover {
	color: #666;
}

/* Navigation (Thanks SimpleBits) */
div#navcontainer {
	width: 900px;
	margin: 0 auto;
	background-color: #000000;/* #006600 */
	border-bottom: 1px solid #FFFFFF;
}
div#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}
div#navcontainer ul li {
	display: inline;
	margin-left: -3px;
}
div#navcontainer ul li a {
	padding: 5px 10px 5px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}
div#navcontainer ul li a:hover {
	background-color: #003300;
	color: white;
}
#active a { border-left: 1px solid #fff; }

