/*********************************************************************************

	Project		:	LemonHead - Unternehmensseite
	Copyright	:	Design - LemonHead - www.lemon-head.de

**********************************************************************************/


/***************************HEADER*********************************************/

a#logo {
	float: right;
	width:133px;
	height:93px;
	background: url(logo.gif) no-repeat;
	display: block;
	margin: 30px 0 0 0;
}


/***************************Haupt-NAVI*********************************************/

div.naviMain ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0px; 
	font-family: "Courier New", Monaco, monospace, helvetica, verdana, arial;
	font-size: 0.8em;
}

div.naviMain ul li a, div.naviMain ul li a:visited{
	text-decoration: none; 
	color: #53890a;
	font-weight: normal;
}

div.naviMain ul li a:hover{
	font-weight: bold; 
}

div.naviMain ul li a.current{
	text-decoration: none;
	font-weight: bold; 
}

li#btn1 {
	position: absolute;
	top: 148px;
	left: 8px;
}

li#btn2 {
	position: absolute;
	top: 185px;
	left: 72px;
}

li#btn3 {
	position: absolute;
	top: 240px;
	left: 92px;
}

li#btn4 {
	position: absolute;
	top: 297px;
	left: 72px;
}

li#btn5 {
	position: absolute;
	top: 331px;
	left: 8px;
}

/****************************SUB NAVI*************************************/

div.naviSub ul {
	width:509px;
	height:27px;
	list-style-type: none;
	list-style-image: none;
	margin: 0px; 
}

div.naviSub ul li{
	float: left;
}

div.naviSub ul li a{
	display: block;
	height:27px;
}

div.naviSub ul li a#Flash{
	width:74px;
	background: url(bt_flash.gif) no-repeat;
}

div.naviSub ul li a#Flash:hover{
	background: url(bt_flash_over.gif) no-repeat;
}

div.naviSub ul li a#Flash_active{
	width:74px;
	background: url(bt_flash_active.gif) no-repeat;
}

div.naviSub ul li a#Website{
	width:96px;
	background: url(bt_website.gif) no-repeat;
}

div.naviSub ul li a#Website_active{
	width:96px;
	background: url(bt_website_active.gif) no-repeat;
}

div.naviSub ul li a#Website:hover{
	background: url(bt_website_over.gif) no-repeat;
}

div.naviSub ul li a#Video{
	width:76px;
	background: url(bt_video.gif) no-repeat;
}

div.naviSub ul li a#Video_active{
	width:76px;
	background: url(bt_video_active.gif) no-repeat;
}

div.naviSub ul li a#Video:hover{
	background: url(bt_video_over.gif) no-repeat;
}

div.naviSub ul li a#Print{
	width:76px;
	background: url(bt_print.gif) no-repeat;
}

div.naviSub ul li a#Print_active{
	width:76px;
	background: url(bt_print_active.gif) no-repeat;
}

div.naviSub ul li a#Print:hover{
	background: url(bt_print_over.gif) no-repeat;
}

/****************************ZUSATZ NAVI*********************************************/

a#Mail{
	width:38px;
	height:179px;
	background: url(bt_mail.gif) no-repeat;
	display: block;
}

a#Mail:hover{
	background: url(bt_mail_over.gif) no-repeat;
}

a#Impressum{
	width:38px;
	height:107px;
	background: url(bt_impressum.gif) no-repeat;
	display: block;
}

a#Impressum:hover{
	background: url(bt_impressum_over.gif) no-repeat;
}

a#AGB{
	width:38px;
	height:57px;
	background: url(bt_agb.gif) no-repeat;
	display: block;
}

a#AGB:hover{
	background: url(bt_agb_over.gif) no-repeat;
}

a#Haftungsausschluss{
	width:38px;
	height:164px;
	background: url(bt_haftung.gif) no-repeat;
	display: block;
}

a#Haftungsausschluss:hover{
	background: url(bt_haftung_over.gif) no-repeat;
}  