@charset "utf-8";
/* CSS Document */
body
{
	top:0;
	margin: 0 auto;
	padding:0;
	font: 13px Verdana, Geneva, sans-serif;
	color:#191919;
	background:#7eb839 url(images/bg.jpg) center top repeat-x;
}
#divs
{
	height:100%;
	width:100%;
	position:absolute;
	margin:0 auto;
	background:url(images/radfahrer.png) bottom left no-repeat;
	_background:url(images/radfahrer.jpg) bottom left no-repeat;
	top: 1px;
}

#center
{
	width: 980px;
	margin: 0 auto;
}


#top
{
	width:980px;
	height:152px;
}
#logo
{

	width:980px;
	height:152px;
	float:left;
	background:url(images/header-heinzehl.jpg) no-repeat;
	_background:url(images/header-heinzehl.jpg) no-repeat;
}
#main-content
{
	margin:0 auto;
	width:980px;
	height:100%;
}
#navigation
{
	width:780px;
	heigth:100px;
}
#left
{
	width:200px;
	height:100%;
	float:left;
}
#right
{
	width:780px;
	height:100%;
	float:right;
	
	
}
#inhalt
{
	width:780px;
	height:100%;
	margin-top:10px;
	_margin-top:-10px;
	background:url(images/bg-content.png) repeat-y;
	_background:url(images/bg-content.jpg) repeat-y;
	
}
.inhalt
{
	padding:15px;
}
.footer {
	text-align: left;
	margin-left:10px;
	height:30px;
	font-size:11px;
}

/********************Menü****************************/

ul.navi
{
    				list-style: 		none;
    				margin:				10px 10px 10px 310px;
    				padding:			0;
    				width:				100%;
					font-size:			13px;
				
}
ul.navi ul
{
    				list-style: 		none;
    				margin:				0;
    				padding: 			0;
					display:			none;
					position:			absolute;
					width:				13em;
					
}
ul.navi li
{
    				float:				left;
}
ul.navi li li
{
    				position: 			relative;
					float:				none;
}
ul.navi a
{
    				display:			block;
}
ul.navi ul a
{
    				height:				100%;
}
ul.navi a
{
   					color:				#191919;
    				padding-left:		10px;
					padding-right:		20px;
					padding-top:		1px;
					padding-bottom:		2px;
   					text-decoration:	none;
}
ul.navi a:hover
{
       				background-color:	#ef8010;
    				color:				#fff;
}
ul.navi ul
{
   					border:				1px; 
					border-color:		#ef8010;
					border-style:		solid;
}
ul.navi ul a
{
   					background-color:	#ef8010;
    				color:				#fff;
    				padding:			4px;
    				text-decoration:	none;
}
ul.navi ul a:hover
{
    				background-color:	#fff;
    				color:				#000;
}
ul.navi li:hover ul ul, ul.navi li:hover ul ul ul, ul.navi li:hover ul ul ul ul	{display:none;}
ul.navi li:hover ul, ul.navi ul li:hover ul, ul.navi ul ul li:hover ul			{display:block;}
/************Navi-Sprache*************/


a
{
	text-decoration:underline;
	color:#191919;
}
a:hover
{
	color:#ff9900;
}


.hr
{
	border-bottom:1px dotted #CCC;
	margin:10px;
	width:220px;
	margin-left:90px;
}
a img {
	border: 0;
}

.image
{
	float:right;
	margin:10px;
	padding:10px;
}
.important
{
	border:2px solid #7eb839;
	padding:10px;
	width:700px;
	margin-left:12px;
	
}

.ueberschrift-important
{
	font-size:18px;
	color:#191919;
	font-style:italic;
}

.red
{
	color:#ff0000;
}
.red-big
{
	color:#ff0000;
	font-size:20px;
	text-align:center;
}
.image-left
{
	float:left;
	margin:10px;
	padding:10px;
}
.news
{
	background: url(images/bg-news.png) repeat-y;
	height:auto;
	margin-top:15px;
	width:95%;
	padding:5px;
	font-size:11px;
}
.news-gelb
{
	background: url(images/bg-news-gelb.png) repeat-y;
	height:auto;
	margin-top:10px;
	width:95%;
	padding:5px;
	font-size:11px;
}

