#main .pane1
{
	position: relative;
	float: left;
	width: 200px;
	left: 12px;
	top: 20px;
}
#main .pane1 a
{
	position: relative;
	display: block;
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
}
#main .pane1 a span
{
	position: relative;
	display: block;
	top: 8px;
	left:47px;
}

.bg_image_palme
{
	position: relative;
	background-image: url(http://www.reisestudioresch.de/Portals/8/palmenButton.jpg);
	width: 170px;
	height: 30px;
}
.bg_image_gelb
{
	position: relative;
	background-image: url(http://www.reisestudioresch.de/Portals/8/gelberButton.jpg);
	width: 170px;
	height: 30px;
}
/*Link Design*/
#main .pane1 a
{
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
}
#main .pane1 a:hover
{
	text-decoration: none;
}
#main .pane1 a:link
{
	text-decoration: none;
}
#main .pane1 a:visited
{
	text-decoration: none;
}
#main .pane1 a:focus
{
	text-decoration: none;
}
#main .pane1 a:active
{
	text-decoration: none;





