/* 	
	Style for Youthconference.org
	Mittendrin 2007
	Copyright 2006 Mackay IT - Laurens Mackay
	
	Created: 10.11.2006 17:00 GMT+1 
	Changed: 11.11.2006 01:45 GMT+1 
*/
	
	
body
{	
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#600;
	background-color: #ddd;
}
h1
{
	font-size:1.3em;
}
h2
{
	font-size:1.2em;
}
h3
{
	font-size:1em;
}
a
{
	color:#630;
}
#container
{
	width: 800px;
	margin: 0 auto;
	background-color:#fff;
	background: url(images/bg.gif);
}
#top
{
	background: url(images/top.jpg) #988 no-repeat;
	height: 270px;
}
#logo
{
	height: 242px;	
}
#logo *
{
	display: none;
}
#navigation
{	
	margin:0;
	padding:7px 0 0;
	text-align: right;
	color: #fff;
	/*height: 18px;*/
}
#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
	color:#666666
}
#navigation ul#lang
{
	float: left;
}
#navigation ul#main
{
	float: right;

}
#navigation li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation a,
#navigation li span
{
	padding: 5px 15px 4px;
	color: #fff;
	text-decoration: none;
}
#navigation li>a:hover
{
	background: url(images/link_back.png); /*Needs Workaround for IE < 6*/
	/*text-decoration: underline;*/
}
#navigation li.active>a,
#navigation li.active>span
{
	background: url(images/span_back.png); /*Needs Workaround for IE < 6*/
	color:#300;
	/*text-decoration: underline;*/
}
#bodywrap
{
	
}
#sidebar
{
	border-right: solid #fcc 1px;
	float: left;
	width: 276px;
	padding: 10px 14px 10px 15px;
	background-color: #fec;
}
#sidebar ul#news
{
	margin:0;
	padding:0;
	list-style: none;
	font-size:0.9em;
}
#sidebar ul#news li
{
	border-top: dotted #dca 1px;
	margin: 4px 0 0;
	padding: 0 4px;
}
#content
{
	float: right;
	width: 444px;
	padding: 10px 25px;
	text-align: justify;
}
#footer
{
	clear: both;
	height: 25px;
	line-height: 25px;
	background-color:#660000;
	font-size: x-small;
	text-align: center;
}
#footer, #footer a
{
	color: #eee;
}
#footer p
{
	margin: 0;
}
#webmaster
{
	float: left;
	width: 306px;
}