/* CSS RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
#####################################
EIGENTLICHES CSS*/

body,p,td,th,input,textarea {
  font-family: verdana,arial,sans;
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
}


td
{
	vertical-align: top;
	padding-bottom: 10px;
}

h1
{
	font-size: 18pt;
	font-weight: normal;
}

h2
{
	font-size: 15pt;
	font-weight: normal;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}

body
{
	background-color: #ffffff;
}

.search
{
	margin-top: 10px;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	width: 570px;
	padding: 10px;
	-moz-box-shadow: 2px 2px 20px #555555;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border: 1px solid #888888;
	padding-top: 5px;
	
	background:url(search.png) no-repeat 10px 10px;
	background-color: #ffffff;
}

.innersearch1
{
	text-align: left;
}

.innersearch1 td
{
	padding-right: 10px;
}

.innersearch2
{
	text-align: left;
}
.kritbox
{
	float: left;
	margin: 2px;
	width: 48px;
	height:25px;
	border: 1px solid #666666;
}
.kritcheck
{
	height: 20px;
	width: 23px;
	float: left;
	margin-top: 2px;
}

.kritbox img
{
float:left;
}


input.submitsearch
{
	color: #ffffff;
	font-size:12pt;
	padding: 5px;
	background:url(button-bg.png) repeat-x;
	
	border: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	
	width: 100%;
	background-color: #0f9a12;
	margin-top: 10px;
	text-decoration: none;
}

input.submitsearch:hover
{
	text-decoration: underline;
	background-color: #008000;
}

.pagenavi
{
	
	margin-top: 10px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #777777;
	
}

.innerpagenavi
{
	margin-right:auto;
	margin-left:auto;
}

.next_page
{
	background-image: url(right.png);
	background-color: #BBBBBB;
	display: block;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	margin-top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.prev_page
{
	margin-top: 5px;
	background-image: url(left.png);
	background-color: #BBBBBB;
	display: block;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.innerpagenavi a
{
	background-color: #0f9a12;
	
}

.innerpagenavi a:hover
{
	background-color: #008000;
}
.pagenr
{
	font-size:10pt;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	
}


.entry
{
	width: 570px;
	min-height: 240px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 20px;
	padding: 10px;
	-moz-box-shadow: 2px 2px 20px #555555;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border: 1px solid #888888;
	padding-top: 5px;
	
	background-color: #d1e5c1;

}

.entry:hover
{
	background:url(entry-bg.png) repeat-x;
	background-color: #d1e5c1;
	
}

.title
{
	font-size: 13pt;
	color: #003500;
}

.imaction
{
	width: 190px;
	float: right;
	margin-top: 5px;
	border-left: 5px solid transparent;
}

.stars
{
	display: block;
	background: url(stern.png) repeat-x;
	height: 16px;
}

.s1
{
	width: 14px;
}
.s2
{
	width: 28px;
}
.s3
{
	width: 42px;
}
.s4
{
	width: 56px;
}
.s5
{
	width: 70px;
}
.s6
{
	width: 84px;
}
.s7
{
	width: 98px;
}

.criteria
{
	margin-bottom: 10px;
}

.address
{
	float: left;
	margin-right: 20px;
	width: 165px;
	font-size: 7pt;
}
.pricing
{
	font-size: 7pt;
	font-weight: bold;
}
.text
{
	font-size: 8pt;
	color: #444;
	border-top: 10px solid transparent;
	clear: left;
	/*border-top: 1px dotted #888888;*/
}

.linkbox
{
	display: block;
	color: #ffffff;
	font-size:10pt;
	padding: 5px;
	padding-left: 25px;

	background-color: #0f9a12;
	background-position: 5px 7px;
	background-repeat: no-repeat;
	
	margin-top: 1px;
	text-decoration: none;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.booking
{
	background-image:url(anfrage.png);
}
.web
{
	background-image:url(internetseite.png);
}
.maps
{
	background-image:url(anfahrt.png);
}

.linkbox:hover
{
	background-color: #008000;
	text-decoration: underline;
}

.captions
{
	margin-top: 10px;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	width: 570px;
	padding: 10px;
	-moz-box-shadow: 2px 2px 20px #555555;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border: 1px solid #888888;
	padding-top: 5px;
	background-color: #ffffff;
	
	color: #000000;
	margin-bottom: 20px;
	
}

.captionbox
{
	float: left;
	margin: 10px;
	width: 160px;
	height: 50px;
	text-align: left;
}

.captions:after {
content:'';
display:block;
clear:both;
} 
