/* ##### LAYOUT ##### */
form
{
	margin: 0px;
	padding: 0px;
}
body
{
	background-color: #AAA;
	
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	
	padding: 10px 0 0 10px;
	margin: 0;
}

#werbung{ clear: both; margin: 0 auto 32px auto; text-align: center; padding: 5px 0 5px 0; background-color: #EEE; border: 1px solid #000; border-width: 1px 0 1px 0; }
a:focus {outline: none;}

#headNav
{
	height: 25px;
	width: 810px;	
	margin: 0;
	padding: 0px;
	
	position: absolute;
	top: 217px;
	left: 0px;
	border: 1px solid #000;
	border-width: 1px 0 1px 0;
	border-bottom-color: #FFF;
	
	background: url(../pix/topboxen/link_bg_themen_top.gif) #A4A4A4 repeat-x top;
}

#content
{	
	position: relative;
	width: 810px;
	padding-top: 107px;
	
	background-color: #FFFFFF;
	color: #333;
	
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	border: 1px solid #600;
	border-top: 0;
}

#orientation{ clear: both; margin: 10px 0 0 0; background: #CCC; border: 1px solid #333; padding: 5px; border-width: 1px 0 1px 0; }
#orientation a{ text-transform: capitalize; color: #990000; }
#orientation span{ text-transform: capitalize; }
#orientation a i{ text-transform: none; font-style: normal; }

div#layoutFooter{ background: #999999; color: #333333; width: 810px; border: 1px solid #660000; border-top: 0; text-align: right; }
div#layoutFooter a{ color: #333; font-size: 12px; font-family: Arial, Helvetica, sans-serif; display: block; float: right; margin: 5px 5px 5px 10px; text-decoration: none; }
div#layoutFooter a:hover{ color: #000; }
div#layoutFooter br{ clear: both; }

#layHeader
{	
	position: absolute;
	width: 811px;
	height: 101px;
	
	background: url(../pix/header_gif.gif) no-repeat right;
	color: #333333;
	
	top: -1px;
	right: -1px;
}

a#logo
{
	display: block;
	width: 350px;
	height: 50px;
	position: absolute;
	top: 15px;
	left: 20px;
}

#topTicker a{ color: #EEE; background: inherit; text-decoration: none; }
#topTicker a:hover{ color: #FFF; background: inherit; }
#topTicker
{
	width: 685px;
	position: absolute;
	top: 83px;
	left: 120px;
	
	padding: 3px 2px 3px 2px;
	
	color: #EEE;
}

.clear
{
	clear: both;
	height: 0px;
	line-height: 0;
	font-size: 1px;
	padding: 0;
	margin: 0;
	display: compact;
}

.horopoplink
{
	display: block;
	color: #FFFFFF;
	background: inherit;
	text-decoration: none;	
	border: 1px solid #000000;
	border-bottom: 0px;
	padding: 2px;
}
.horopoplink:hover
{
	color: #FFFFFF;
	background: #3300BB;
	text-decoration: underline;
}


#nRubriken
{
	position: absolute;
	left: 408px;
	top: 54px; 
	background-color: #FFF;
	border: 1px dashed #660000;
	border-top-width: 0px;
	width : 90px;
	z-index: 5;
}

span.nickname{color: #CC0000; font-style: normal; font-variant: small-caps;}
.powerdBtn{margin-bottom: 20px; display: block;}

h1.error{background: url(../pix/tops/rot.gif) #FF0000 repeat-y;}
h1.userMsg{background: url(../pix/tops/gruen.gif) #FF0000 repeat-y;}
div.error, div.userMsg {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.error ul, .userMsg ul{ display: block; margin: 5px 0px 0px 0px; padding: 0px; }
.error li, .userMsg li{ padding: 0px 0px 0px 15px; list-style: none; margin: 2px 0px 2px 0px; font-style: italic; }
.error h2, .userMsg h2{ padding: 0px; margin: 0px; font-weight: bold; font-size: 11px; text-decoration: underline; }


