/*===================== CSS Document =====================*/
/*=========== Copyright by Simon Burkhart ================*/

body 
{
	margin:0px;
	background: #f7f7f7 url(../resources/background/bg.png) repeat;		/* Original Farbe:	#f7f7f7 */
	/*background-attachment:fixed; */
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #999999;
    font-size: 11px;
	line-height: 19px;
}

/* ====================================== Für Hintergrund ============================================================== */

#center 
{
	display: block; 
	text-align: left;
}

#bgtop
{
	background: url('../resources/background/bg_top.png') no-repeat;
	width:1010px;
	height:109px;
	z-index: 1;
	margin-left: auto; 
	margin-right: auto;
}

#bgbottom
{
	background:url(../resources/background/bg_bottom.png) no-repeat;
	width: 1010px;
	height: 46px;
	vertical-align:bottom;
	z-index:1;
	margin-left:auto;
	margin-right:auto
}

#contbg_menu
{
	background: url('../resources/background/cont_bg.png') repeat-y;
	width:1010px;
	height: 35px;
	vertical-align: middle;
	margin-left: auto; 
	margin-right: auto;
}

#contbg
{
	background: url('../resources/background/cont_bg.png') repeat-y;
	width:1010px;
	margin-left: auto; 
	margin-right: auto;
}


/* ============================ für Textforamierung =================================================== */
p
{
	color: #999999;
    font-size: 11px;
	margin: 0px;
}

p.header
{
	letter-spacing: -1px;
	font-size: 16px;
	border-bottom: 1px dotted #a4c234;
	margin-bottom: 5px;
}

p.bold_green
{
	font-weight: bold;
	color: #a4c234;
	font-size: 12px;
}

/* ======================================== Horizontale line ========================================== */

hr
{
	border:none;
	background: url(../resources/images/hor_line.png) bottom repeat-x;
	height:1px;
	margin-bottom:0px;
}

/* ============================================ für Newsbar auf der Linkenseite ======================================= */

#news_content
{
	text-align: center;
	vertical-align: top;	
}

img.frame_commercial
{
	top: -9px;
	background:url(../resources/left_side/comer_rahmen.png) no-repeat;
	width:162px;
	height:115px;
	padding: 9px;
}

img.frame_team
{
	top: -9px;
	background:url(../resources/images/team/team_rahmen.png) no-repeat;
	width:150px;
	height:150px;
	padding: 9px;
}

img.frame_fahrzeuge
{
	top: -9px;
	background:url(../resources/images/fahrzeuge/fahrzeuge_rahmen.png) no-repeat;
	width:199px;
	height:125px;
	padding: 9px;
}

#news_content.borderright
{
	background: url(../resources/images/vert_line.png) right repeat-y;
}

/*===================== für Kopfleiste oben Imrpessum, AGB´s, Copyright, und design =====================*/
		p.top
		{
			font-family: "trebuchet ms", helvetica, sans-serif;
			color: #FFFFFF;
			font-size: 10px;
			margin-top: 8px;;
		}
		
		a.top
		{
			font-family: "trebuchet ms", helvetica, sans-serif;
			color: #FFFFFF;
			font-size: 10px;
			text-decoration:none;
		}
		
		a.top:hover
		{
			font-family: "trebuchet ms", helvetica, sans-serif;
			color: #d3e29e;
			font-size: 10px;
			text-decoration:underline;
		}
		
/*===================== Linkformatierung allgemein ===============================================================*/
		a
		{
			font-family: "trebuchet ms", helvetica, sans-serif;
			color: #a4c234;
			font-size: 11px;
			text-decoration:none;
			line-height: 18px;
			font-weight:bold;
		}
		
		a:hover
		{
			font-family: "trebuchet ms", helvetica, sans-serif;
			color: #000000;
			font-size: 11px;
			text-decoration:underline;
			line-height: 18px;
			font-weight:bold;
		}
		
		a:current
		{
			text-decoration: underline;
		}
		
		a:current:hover
		{
			text-decoration: overline;
		}
		
#menu ul
{
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu li 
{
  float: left;
  position: relative;
  width: 125px;
}

#menu li ul 
{
  text-align:left;
  list-style: none;
  display: none;
  position: absolute;
  margin-left: 30px;
  line-height: 25px;
  background-color: #e8f0cc;
  padding-left: 10px;
}

#menu li > ul 
{
	top: auto;
	left: 0px;
}

#menu li:hover ul, li.over ul
{ 
	display: block;
}

#menu li a
{
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #a4c234;
	font-size: 11px;
	text-decoration:none;
	line-height: 25px;
}

#menu li a:hover
{
	text-decoration: underline;
	color: #666666;
}


a.bilder:hover
{
	background-image:url(../resources/galerie/mouseover/mouseover.png);
	display:block;
	width:120px;
	height:130px;
}


		

