/* @override http://192.168.1.106/~Wolfgang/drupal/sites/default/themes/cleanmarine/frontpage.css */

/*front menu*/
#frontwrap{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 440px;
	border-top: 1px solid #999999;
	background: #fff url(images/content_grad.gif) repeat-x 0 bottom;
}
#fronttitle{
height: 70px;
	background: url(images/fronttext.png) no-repeat;
}
#front_left{
	float: left;
	width:290px;
	margin-left: 10px;

	height: 280px;
	background: url(images/frontleft.png) no-repeat;
}


#front_right{
	width: 300px;
	float: right;
	margin-right: 10px;
	height: 280px;
	background: url(images/frontright.png) no-repeat;

}


#frontcontent {
}




#navigation-block {
	position:relative;
	top:200px;
	left:200px;
}

#hide {
	position:absolute;
	top:30px;
	
}

ul#planners
{
padding-top: 10px;
padding-left: 5px;	
}
ul#travellers{
padding-top: 10px;
padding-left: 5px;
}

li.sliding-element h3,
li.sliding-element a
{
	display: block;
	width: 140px;
	padding: 5px 15px;
	margin: 0;
	margin-bottom: 2px;
}

ul#planners li.sliding-element h3
{

	color: white;
	font-weight: bold;
	font-size: 25px;
	text-shadow: black 0 0 1px;
	background: url(images/front_h3_bg.png) repeat;
}


ul#travellers li.sliding-element h3
{
	background: url(images/front_h3_bg.png) repeat;
	color: white;
	font-weight: bold;
	font-size: 25px;
	text-shadow: black 0 0 1px;
}

ul#planners li.sliding-element a
{
	color: white;
	background: #0CBC40;
	text-decoration: none;
	
	

}
ul#planners li.sliding-element a:hover
{
	background-color: #6ccb61;
}


ul#travellers li.sliding-element a
{
	
	color: white;
	background: #017FC6 url(tab_bg.jpg) repeat-y;

	text-decoration: none;
}
ul#travellers li.sliding-element a:hover
{
	background-color: #96b4c5;
}

li.sliding-element a:hover { color: #ffff66; }












