
*
{
  margin: 0;
  padding: 0;
}

img, iframe
{
	border: none;
/*	border: 1px solid #ccc;
	border-radius: 10px; */
}

body, p, td, th, h1, h2, h3, h4
{
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body
{
  font-size: 0.75em;
}

#body
{
  background-image: url(/gr/common/bgd.png);
  background-repeat: repeat-y;
  width:1055px;
  padding-left:15px;
  padding-right:15px;
  position: relative;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

#header
{
  height: 177px;
  background-image: url(/images/header/header-ausstattung.jpg);
  background-repeat: no-repeat;
}

#druckheader
{
  display: none;
}

#rand
{
  background-image: url(/images/rand.jpg);
  height:630px;
  float:left;
  width:15px;
  background-repeat: no-repeat;
}

label
{
  clear: left;
  width: 200px;
  float: left;
}

input, select, textarea
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  width: 200px;
  border: 1px solid #333;
  margin-bottom: 2px;
}

.antrag input[type=text], .antrag select, .antrag textarea {
  background-color: #fff;
  border: 1px solid #0000ff;
  width: 400px;
  border-radius: 5px;
  padding: 3px;
  border: 1px solid #999;
}


.antrag .pflicht {
  color: red;
}

.radio
{
	width:25px;
	height:25px;
	border: none;
}

.radiobtn
{
	width:15px;
	height:15px;
	border: none;
	vertical-align:top;
	margin-right: 10px;
}



h1
{
  font-weight: bold;
  font-size: 14px;
  color: #0000aa;
  padding-top: 10px;
  padding-bottom: 10px;
}

h2
{
  padding-top:10px;
  padding-bottom: 5px;
  color: #333;
}


h3
{
  padding-top: 5px;
  padding-bottom: 3px;
  color: #444;
}


.menu
{
}



#menu_sites
{
	clear:both;
	margin: 0px;
	margin-left: 15px;
	list-style-type: none;
	background: #405214;
	background: -moz-linear-gradient(top,  #405214 0%, #0e8e2d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#405214), color-stop(100%,#0e8e2d));
	background: -webkit-linear-gradient(top,  #405214 0%,#0e8e2d 100%);
	background: -o-linear-gradient(top,  #405214 0%,#0e8e2d 100%);
	background: -ms-linear-gradient(top,  #405214 0%,#0e8e2d 100%);
	background: linear-gradient(top,  #405214 0%,#0e8e2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#405214', endColorstr='#0e8e2d',GradientType=0 );
	
	
	font-size: 9px;
	position: absolute;;
	bottom: 6px;
	left: 0;
	width: 1055px;
	overflow:hidden;
	height: 26px;
}

#menu_sites li
{
	display: block;
	float:left;
	padding: 6px 4px 5px 4px;
	margin-right:4px;
	margin-left: 5px;
}

#menu_sites li a
{
	color: white;
	text-decoration: none;
}

#menu_sites_select
{
	float:right;
	padding-right: 10px;
	padding-top: 4px;
}

#menu_sites_select select
{
	width: 160px;
	font-size: 10px;
}

#menu_backlinks
{
	clear: both;
	background: #164876;
	background: -moz-linear-gradient(top,  #164876 0%, #5885b0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#164876), color-stop(100%,#5885b0));
	background: -webkit-linear-gradient(top,  #164876 0%,#5885b0 100%);
	background: -o-linear-gradient(top,  #164876 0%,#5885b0 100%);
	background: -ms-linear-gradient(top,  #164876 0%,#5885b0 100%);
	background: linear-gradient(top,  #164876 0%,#5885b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164876', endColorstr='#5885b0',GradientType=0 );
}

#menu_suche
{
	float: right;
	margin: 2px;
	margin-top: 7px;
}

#menu_suche_eingabe
{
	font-size: 10px;
	width:100px; 
	border:1px solid #444; 
	height: 14px; 
	color:#444; 
	padding: 0px; 
	vertical-align: top;
}

#menu_suche_submit
{
	font-size: 10px;
	width:40px; 
	height: 16px; 
	border: 1px solid #444; 
	background-color:#aaa; 
	color:#fff; 
	padding: 0px;
	vertical-align: top;
}

#menu_backlinks > ul
{
	
	padding: 5px;
	list-style-type:none;
	padding-left: 25px;
	margin: 0;
	color:white;
}

#menu_backlinks > ul li
{
	display:inline;
	margin-right: 0px;
}

#menu_backlinks > ul li a
{
	color: white;
	text-decoration:none;
	font-size: 11px;
}

#menu_backlinks ul li a:hover
{
	text-decoration: underline;
}

#menu1
{
	margin: 0;
	width: 1055px;
	background-image: url(/gr/nav_top/nav_bgd.jpg);
	/* background-repeat: repeat-x; */
	/* height: 32px; */
	
}

#menu1 ul
{
	margin: 0;
	padding-left: 25px;
	list-style-type: none;
	width: 920px;
}

#menu1 li
{
	display: block;
	float:left;
	border-right: 1px solid #72adce;
	height: 32px;
}

#menu1 li.active
{
	background: #82f29c;
	background: -moz-linear-gradient(top,  #82f29c 0%, #019934 15%, #019934 85%, #1d3d0c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82f29c), color-stop(15%,#019934), color-stop(85%,#019934), color-stop(100%,#1d3d0c));
	background: -webkit-linear-gradient(top,  #82f29c 0%,#019934 15%,#019934 85%,#1d3d0c 100%);
	background: -o-linear-gradient(top,  #82f29c 0%,#019934 15%,#019934 85%,#1d3d0c 100%);
	background: -ms-linear-gradient(top,  #82f29c 0%,#019934 15%,#019934 85%,#1d3d0c 100%);
	background: linear-gradient(top,  #82f29c 0%,#019934 15%,#019934 85%,#1d3d0c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82f29c', endColorstr='#1d3d0c',GradientType=0 );
}

#menu1 li:hover
{
	background: #84baf4;
	background: -moz-linear-gradient(top,  #84baf4 0%, #044888 15%, #044888 85%, #0e0f47 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84baf4), color-stop(15%,#044888), color-stop(85%,#044888), color-stop(100%,#0e0f47));
	background: -webkit-linear-gradient(top,  #84baf4 0%,#044888 15%,#044888 85%,#0e0f47 100%);
	background: -o-linear-gradient(top,  #84baf4 0%,#044888 15%,#044888 85%,#0e0f47 100%);
	background: -ms-linear-gradient(top,  #84baf4 0%,#044888 15%,#044888 85%,#0e0f47 100%);
	background: linear-gradient(top,  #84baf4 0%,#044888 15%,#044888 85%,#0e0f47 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84baf4', endColorstr='#0e0f47',GradientType=0 );
}

#menu1 li.active:hover
{
	background: #82f29c;
	background: -moz-linear-gradient(top,  #82f29c 0%, #016d21 15%, #016d21 85%, #1d3d0c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82f29c), color-stop(15%,#016d21), color-stop(85%,#016d21), color-stop(100%,#1d3d0c));
	background: -webkit-linear-gradient(top,  #82f29c 0%,#016d21 15%,#016d21 85%,#1d3d0c 100%);
	background: -o-linear-gradient(top,  #82f29c 0%,#016d21 15%,#016d21 85%,#1d3d0c 100%);
	background: -ms-linear-gradient(top,  #82f29c 0%,#016d21 15%,#016d21 85%,#1d3d0c 100%);
	background: linear-gradient(top,  #82f29c 0%,#016d21 15%,#016d21 85%,#1d3d0c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82f29c', endColorstr='#1d3d0c',GradientType=0 );
}

#menu1 a
{
	color: white;
	font-size: 1.0em;
	font-weight:bold;
	text-decoration: none;
	padding: 0px 20px;
	padding-top: 7px;
	display: block;
	height: 25px;
}

#menu1 a.active
{ 
	font-weight: bold;
}

#menu2
{
	float:left;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 0px;
	width: 180px;
	padding-bottom:20px;
	display: inline;
	padding-top: 20px;
	font-size: 11px;
}

#menu2 p
{
	font-size: 11px;
}

#menu2 ul, #menu4
{
/*	list-style-image:url(/images/golfmallorca-bullet-inactive.gif);*/
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	display: inline;
}

#menu2 li, #menu4 li
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
/*	padding-left: 15px;*/
}

#menu2 > ul > li
{
	padding-left: 0px;
	margin-left: -20px;
}

#menu2 > ul > li > ul > li > a
{
	padding-left: 40px;
}


#menu4 > li
{
	margin-left: 0px;
}

#menu3 #menu4 li
{
	margin-left: 30px;
}

#menu2 > ul > li.active
{
	margin-bottom: 15px;
	
}

#menu2 ul a, #menu4 ul a
{
	color: #0000aa;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu2 a:hover {
	color: #4e983f;
}

#menu2 .active
{
	font-weight: bold;
/*	list-style-image:url(/images/golfmallorca-bullet-active.gif); */

}

#menu2 .active a
{
	color: #4E983F
}

#menu2 > ul > li.active > a
{
	color: white;
	background: #82f29c;
	background: -moz-linear-gradient(top,  #82f29c 0%, #019934 15%, #019934 85%, #1d3d0c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82f29c), color-stop(15%,#019934), color-stop(85%,#019934), color-stop(100%,#1d3d0c));
	background: -webkit-linear-gradient(top,  #82f29c 0%,#019934 15%,#019934 85%,#1d3d0c 100%);
	background: -o-linear-gradient(top,  #82f29c 0%,#019934 15%,#019934 85%,#1d3d0c 100%);
	background: -ms-linear-gradient(top,  #82f29c 0%,#019934 15%,#019934 85%,#1d3d0c 100%);
	background: linear-gradient(top,  #82f29c 0%,#019934 15%,#019934 85%,#1d3d0c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82f29c', endColorstr='#1d3d0c',GradientType=0 );
}

#menu2 > ul > li.inactive:hover > a
{
	background: #b5b5b5;
	background: -moz-linear-gradient(top,  #b5b5b5 0%, #dadada 9%, #dadada 88%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5b5), color-stop(9%,#dadada), color-stop(88%,#dadada), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #b5b5b5 0%,#dadada 9%,#dadada 88%,#ffffff 100%);
	background: -o-linear-gradient(top,  #b5b5b5 0%,#dadada 9%,#dadada 88%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #b5b5b5 0%,#dadada 9%,#dadada 88%,#ffffff 100%);
	background: linear-gradient(top,  #b5b5b5 0%,#dadada 9%,#dadada 88%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#ffffff',GradientType=0 );
}

#menu2 li.inactive:hover > a
{
	background: #b5b5b5;
	background: -moz-linear-gradient(top,  #b5b5b5 0%, #dadada 9%, #dadada 88%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5b5), color-stop(9%,#dadada), color-stop(88%,#dadada), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #b5b5b5 0%,#dadada 9%,#dadada 88%,#ffffff 100%);
	background: -o-linear-gradient(top,  #b5b5b5 0%,#dadada 9%,#dadada 88%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #b5b5b5 0%,#dadada 9%,#dadada 88%,#ffffff 100%);
	background: linear-gradient(top,  #b5b5b5 0%,#dadada 9%,#dadada 88%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#ffffff',GradientType=0 );
}



#menu2 .inactive a:hover
{
	color: #4E983F;
}





#menu1 .incomplete
{
	color: #aa5555;
}

#menu2 .incomplete a
{
	color: #aa5555;
}

#menu3
{
	padding: 0;
	margin: 0;
	margin-left: 5px;
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
}

#menu3 .inactive
{
	list-style-image: none;
}

#menu3 .inactive a
{
	list-style-image: none;
	color: #0000aa;
	text-decoration: none;
}

#menu3 .active
{
	font-weight: bold;
	list-style-image:none;
}

#menu3 .active a
{
	color: #4E983F
}

#menu3 .incomplete a
{
	color: #aa5555;
}


#menu_rubrik
{
	margin-top: 10px;
	margin-left: -20px;
}


#content
{
	margin: 0px 10px 20px 10px;
	background-color: white;
	width: 630px;
	float:left;
	line-height: 17px;
        position: relative;
}

#content img
{
        -webkit-box-shadow: 0px 0px 4px #aaa; /* webkit browser*/
        -moz-box-shadow: 0px 0px 4px #aaa; /* firefox */
        box-shadow: 0px 0px 4px #aaa;
        border-radius: 4px;
}

#content #map img, #content #map_canvas img
{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: none;
}

#content img.noborder
{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
}

                        

#sidebar
{
	float:right;
	width: 200px;
	padding: 0px;
}

#sidebar ul {
	margin-left: 20px;
}

#adminpanel
{
	position: absolute;
	top: 5px;
	left: 1080px;
	border: 1px solid #333;
	width: 200px;
	padding: 5px;
	background-color: white;
}

#oldadminsteuerung
{
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid #333;
	width: 120px;
	padding: 5px;
}



#impressum
{
	margin-top: 20px;
}

#impressum p
{
	margin-top: 15px;
	margin-bottom: 15px;
	color: #555;
}



#content ul, ol
{
	margin-left: 10px;
	margin-top: 5px;
	padding-left: 10px;
	list-style-type: disc;
}

#content li
{
	margin-bottom: 2px;
}

#content hr
{
	margin: 3px 0px;
	padding: 3px 0px;
	border-top: 1px solid black;
}

a, a:hover, a:visited, a:active
{
	color:#00b;
	text-decoration:none;
}





#weather_com input
{
	width: 20px;
}


table, tr, td, th
{
	padding: 3px;
	margin: 3px;
	text-align: left;
	vertical-align:top;
}

#tblkarte, #tblkarte td, #tblkarte tr
{
	padding: 0;
	margin: 0;
}

#pagemenu
{
	float:right;
	margin-right:5px;
}

#pagemenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 4px 5px 5px 0px;
	color: white;
}

#pagemenu li
{
	display: block;
	float:left;
	margin-left: 20px;
}

#pagemenu ul li a
{
	text-decoration: none;
	color: white;
	font-size: 11px;
}

#bookmarks
{
	clear:both;
	padding-top: 10px;
	text-align: right;
}

.tabelle_mit_rand {
	border-collapse: collapse;
}


.tabelle_mit_rand td, .tabelle_mit_rand th
{
	margin: 1px;
	border: 1px solid #333;
}

.sidebar_div
{
	background-color: white;
	padding: 0px;
	width: 175px;
	margin: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	-webkit-box-shadow: 0px 0px 4px #aaa; /* webkit browser*/ 
	-moz-box-shadow: 0px 0px 4px #aaa; /* firefox */ 
	box-shadow: 0px 0px 4px #aaa;
}

.sidebar_header
{
	background: #3e73a4;
	background: -moz-linear-gradient(top,  #3e73a4 0%, #064989 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e73a4), color-stop(100%,#064989));
	background: -webkit-linear-gradient(top,  #3e73a4 0%,#064989 100%);
	background: -o-linear-gradient(top,  #3e73a4 0%,#064989 100%);
	background: -ms-linear-gradient(top,  #3e73a4 0%,#064989 100%);
	background: linear-gradient(top,  #3e73a4 0%,#064989 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e73a4', endColorstr='#064989',GradientType=0 );
	color:white;
	padding: 3px;
	font-weight:bold;
}

.green
{
	background: #007700;
}

.kasten
{
	background-color: white;
	padding: 0px;
	margin: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	-webkit-box-shadow: 0px 0px 4px #aaa; /* webkit browser*/ 
	-moz-box-shadow: 0px 0px 4px #aaa; /* firefox */ 
	box-shadow: 0px 0px 4px #aaa;
}

div.kasten h1, table.kasten th
{
	background: #3e73a4;
	background: -moz-linear-gradient(top,  #3e73a4 0%, #064989 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e73a4), color-stop(100%,#064989));
	background: -webkit-linear-gradient(top,  #3e73a4 0%,#064989 100%);
	background: -o-linear-gradient(top,  #3e73a4 0%,#064989 100%);
	background: -ms-linear-gradient(top,  #3e73a4 0%,#064989 100%);
	background: linear-gradient(top,  #3e73a4 0%,#064989 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e73a4', endColorstr='#064989',GradientType=0 );
	color:white;
	padding: 3px;
	font-weight:bold;
	text-align: center;
}

table.kasten td, table.kasten td p {
	text-align: center;
	font-size: 11px;
}

table.kasten td a {
	color:#444;
}

table td.trenner {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #b2b2b2 30%, #b2b2b2 70%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(30%,#b2b2b2), color-stop(70%,#b2b2b2), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#b2b2b2 30%,#b2b2b2 70%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#b2b2b2 30%,#b2b2b2 70%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#b2b2b2 30%,#b2b2b2 70%,#ffffff 100%);
	background: linear-gradient(top,  #ffffff 0%,#b2b2b2 30%,#b2b2b2 70%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	width: 0px;
	padding: 0;
	padding-left: 1px;
}

.tt_sbutton
{
	background-color:#007700; 
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #aaa; 
	padding: 5px 10px; 
	color:white !important;
	line-height:30px;
}

a.tt_sbutton
{
	color: white;
}


.tt_sbutton:hover
{
	border: 1px solid #777; 
	color:#bbffbb;
}
	

.sidebar_content
{
	padding:3px;
}


.rahmen
{
	border: 1px solid #999;
}

.gallery
{
}

.karte_infokasten
{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width:200px;
	border: 1px solid #ccc;
	padding:10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: white;
}

#startzeiten_karte
{
	position: relative;
	
}

#impressum .navline
{
	background-image: url(/gr/nav_left/nav_line.png);
	background-repeat: no-repeat;
	height:1px;
	margin: 0;
	margin-left: -20px;
}

#impressum #buchungsbutton 
{
	background-image: url(gr/nav_left/btn_buchung_online.png);
	background-repeat: no-repeat;
	display:block;
	width: 170px;
	height: 17px;
	margin: 5px -15px;
	padding: 9px;
	text-align: center;
}

#buchungsbutton a
{
	 color: white;
	 font-weight: bold;
}




.tabelle_blau
{

}

.tabelle_blau th
{
	text-align: center;
	vertical-align: middle;
	font-weight: bold;

  background: #335097; /* Old browsers */
  background: -moz-linear-gradient(top, #335097 0%, #213671 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#335097), color-stop(100%,#213671)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #335097 0%,#213671 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #335097 0%,#213671 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #335097 0%,#213671 100%); /* IE10+ */
  background: linear-gradient(to bottom, #335097 0%,#213671 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335097', endColorstr='#213671',GradientType=0 ); /* IE6-9 */

	color: white;
}

.tabelle_blau th a
{
  color: white;
  text-decoration: underline;
}


.tabelle_blau.wechselzeilen tr:nth-child(odd)
{
	background-color: #eeeeff;
}

.tabelle_blau td
{
	border-bottom: 1px solid #bfcfff;
}


.tabelle_gruen
{

}

.tabelle_gruen tr
{
	text-align: center;
}

.tabelle_gruen td
{
	border-top: 1px solid #999999;
}	         

.tabelle_gruen th
{
	background: #52b152; /* Old browsers */
	background: -moz-linear-gradient(top,  #52b152 0%, #017200 93%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52b152), color-stop(93%,#017200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #52b152 0%,#017200 93%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #52b152 0%,#017200 93%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #52b152 0%,#017200 93%); /* IE10+ */
	background: linear-gradient(to bottom,  #52b152 0%,#017200 93%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b152', endColorstr='#017200',GradientType=0 ); /* IE6-9 */
	
	
	color: white;
	font-weight: bold;
}	         


a.button {
	color: white;
	background-color: #016d21;
	line-height: 25px;
	border-radius: 5px;
	padding: 0px 10px;
	display: inline-block;
}

input.button {
	color: white;
	background-color: #016d21;
	line-height: 25px;
	border-radius: 5px;
	padding: 8px 12px;
	display: inline-block;
	width: auto;
	cursor: pointer;
}

input.button:hover {
    background-color: #117d31;
  }

.topmenu {
	position: absolute;
	right: 10px;
	top: -15px;
}

.topmenu ul {
	list-style-type: none;
}

.topmenu li {
	display: block;
	float: left;
	margin-right: 10px;
}

.topmenu a {
	display: block;
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

.bild_rechts {
  float:right;
  margin-left: 30px;
  margin-bottom: 20px;
  width: 250px;
  clear: right;
}


#frmSuche {
  -webkit-box-shadow: 0px 0px 4px #aaa; /* webkit browser*/
  -moz-box-shadow: 0px 0px 4px #aaa; /* firefox */
  box-shadow: 0px 0px 4px #aaa;
  border-radius: 4px;
  padding: 10px;
  width: 600px;
  background-color: green;
  color: white;
  margin-top: 10px;
}

#frmSuche .button {
  padding: 4px 12px;
  height: 60px;
  float:right;
  width: 190px;
  font-size: 18px;
}

#frmSuche select, #frmSuche input[type=text] {
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 5px;
  padding: 5px;
  width:300px;
  margin-bottom: 10px;
}

#frmSuche input[type=text] {
  width:290px;
}

#frmSuche label {
  display: block;
  font-size: 12px;
  width:80px;
}

#frmSuche h2 {
  padding-top: 0;
  color: white;
  font-size: 18px;
  margin-bottom: 5px;
}

.suchergebnis {
  border-bottom: 1px solid #ccc;
  position: relative;
  min-height: 105px;
}

.suchergebnis .nummer {
  font-size: 12px;
  color: white;
  float:left;
  margin-bottom: 70px;
  margin-top: 10px;
  margin-right: 4px;
  background-color: #016d21;
  border-radius: 12px;
  padding-top: 1px;
  width: 22px;
  height: 21px;
  text-align:center;
  vertical-align: top;
}

.suchergebnis .preise {
  background-color: #eee;
  font-size: 10px;
  margin-top: 3px;
  margin-left: 26px;
  padding: 2px 5px;
  width: 350px;
}

.suchergebnis .onlinebuchung {
  background-color: #eee;
  font-size: 10px;
  margin-top: 3px;
  margin-left: 26px;
  padding: 2px 5px;
  width: 350px;
  color: green;
}


.suchergebnis img {
  width: 200px;
  position: absolute;
  top: 5px;
  right: 5px;
  
}

.small {
  font-size: 10px;
  text-indent: -12px;
  margin-left: 12px;
  line-height:12px;
}
  

.boxrahmen {
  box-shadow: 0px 0px 10px #ccc;
  background-color: white;
  padding: 15px 20px;
  width: 595px;
  margin: 0;
  margin-bottom: 20px;
}

#content .aufzaehlung_gruene_haken {
  list-style: none;
  padding-left: 2em;
  text-indent: -2em;
}

.aufzaehlung_gruene_haken li {
  list-style: none;
}

.aufzaehlung_gruene_haken li:before {
  content: "\2714";
  color: green;
  font-size:20px;
  padding-right: 0.5em;
}

