/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*
====================================
Micro
====================================
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #d5d5d5;
}

h1
{
	font-weight:bold;
	font-size: 14px;
}

h4	{
	font-weight:bold;
}

#inhalt {
	margin:0 auto 0 auto;
	width:780px;
	background-color: #FFFFFF;
}

#mitte
{
	width:560px;	
	float:left;
	font-size:14px;
	/*background-color:purple;*/
	padding:10px 10px 10px 10px;
}

#mitte ul;
{
	list-style-position: outside;
	list-style-type: square;
}

#mitte li;
{
	margin-bottom: 6px;
	margin-left: 16px;
}

#mitte h1
{
	font-weight:bold;
	font-size: 18px;
	color: #6C1316;
}

#rechts
{
	float:right;
	width:180px;
	font-size:10px;
	/*background-color:blue;*/
	padding:20px 10px 0px 10px;
			
}

#rechtsunten
{
	/*position:absolute; bottom:0px*/
	clear:right;
	float:right;	
	width:180px;
	font-size:10px;
	/*background-color:green;*/
	padding:0px 10px 0px 10px;		
}

#rechts a, #footer a, #mitte a, #main a
{
	color:#666666;
	font-weight:bold;
	text-decoration:none;  
}

#rechts a:hover, #mitte a:hover, #main a:hover
{
	color:#891C1B;
	font-weight:bold;
	text-decoration:none;  
}

#rechts a:visited, #mitte a:visited, #main a:visited
{
	color:#891C1B;
	font-weight:bold;
	text-decoration:none;  
}

#rechts td
{	
	height:30px;	
}

#rechts hr
{
	color:#dddddd;
	height:2px;
}

#main
{	
	font-size:14px;
	/*background-color:purple;*/
	padding:10px 10px 10px 10px;
}

#main h1
{
	font-weight:bold;
	font-size: 18px;
	color: #6C1316;
}


#partner
{
	font-size:10px;
}

#partner th
{
	padding:2px;
	border:solid #969BA1 2px;
}

#partner td
{
	padding:2px;
	border:solid #969BA1 2px;
}

#addon td
{	
	height:170px;	
}

#footer
{
	position:relative;
	display:block;
	height:110px;
	width:780px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(Assets/Images/footer.gif) repeat-x top left;	
}


/*
====================================
Navitop
====================================
*/

#navitop
{
	position:relative;
	display:block;
	height:24px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(Assets/Images/bgOFF.gif) repeat-x top left;
}

#navitop ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#navitop ul li
{
	display:block;
	float:left;	
	margin:0 1px 0 0;
}

#navitop ul li a
{
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:6px 20px 0 20px;
	height:24px;
}

#navitop ul li a:hover,#navitop ul li a.current
{
	color:#fff;
	background:transparent url(Assets/Images/bgON.gif) repeat-x top left;
}
