/*
	weiss:			#ffffff
	grau:			#bfbfbf
	dunkel-grün:	#71a574
	hell-grün:		#d4e9da
*/

html
{
	overflow: scroll;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#alertboxbackground
{
	position:absolute;
	width:100%;
	height:100%;
	background-color: #AAAAAA;
	top:0px;
	left:0px;
	z-index:996;
	visibility:hidden;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#alertbox
{
	position:absolute;
	z-index:999;
	width:300px;
	border:2px #71a574 solid;
	background-color:#d4e9da;
	color: #71a574;
	top:200px;
	left: -500px;
	text-align:center;
	visibility:hidden;
}

#kontaktbox
{
	position:absolute;
	z-index:997;
	width:300px;
	border:2px #71a574 solid;
	background-color:#d4e9da;
	color: #71a574;
	top:180px;
	left: -500px;
	text-align:center;
	visibility:hidden;
}

#alertboxmessage
{
	padding:10px;
}

#alertboxbutton
{
	margin:15px;
}

a.textlink:hover
{
	background-color: #71a574;
	color:#ffffff;
}

a.textlink
{
	text-decoration:none;
	color:#71a574;
	padding: 0px 3px;
}

input,textarea,select
{
	color: #71a574;
	background-color: #ffffff;
	border: 1px solid #71a574;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	padding-left: 3px;
}

input.text, select.choose, checkbox.choose, textarea.text
{
	border: #71a574 solid 1px;
	background-color: #ffffff;
	color: #71a574;
}

input.button1
{
	background-color: #71a574;
	color: #d4e9da;
	border: #000000 solid 1px;
}

input.button2
{
	border: #71a574 solid 1px;
	background-color: #d4e9da;
	color: #71a574;
}

#tagblock
{
	height: 240px;
	padding: 10px;
	overflow: hidden;
}

#tagsearch
{
	padding-top: 10px;
	height: 30px;
}

#taglist
{
	height: 200px;
	border-bottom: #71a574 3px dotted;
	overflow: hidden;
}

#pagecontainer
{
	width:100%;
	text-align: center;
}

#pagecontainer2
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
}

#header
{
	width: 900px;
	height: 175px;
	margin-bottom: 10px;
	overflow: hidden;
}
#header .sb-inner {background-color: #71a574;}

#header-img
{
	width: 890px;
	height: 175px;
	background-image: url(../grafix/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 10px;
}

#header-menu
{
	padding-top: 30px;
}
#header-menu a
{
	background-color: #71a574;
	color: #ffffff;
	padding: 2px 5px;
	text-decoration: none;
	font-size: 12px;
	border-right: 2px solid #ffffff;
	border-bottom: 0px solid #ffffff;
}

#header-menu a:hover
{
	color: #d4e9da;
	
}

#tagcloud
{
	width: 320px;
	height: 260px;
	float: left;
	margin-bottom: 10px;
	line-height: 25px;
}

#tagcloud_big
{
	width: 900px;
	margin-bottom: 10px;
	line-height: 25px;
}

#tagcloud .sb-inner,#tagcloud_big .sb-inner {background-color: #ffffff;}
#tagcloud .sb-border,#tagcloud_big .sb-border {background-color: #d4e9da;}

#map
{
	width: 320px;
	height: 320px;
	float: left;
	margin-bottom: 10px;
}
#map .sb-inner {background-color: #d4e9da;}

#content
{
	width: 570px;
	float: right;
	margin-bottom: 10px;
}

#content a
{
	text-decoration: underline;
}

#content div.text
{
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-right: 10px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

span.ueberschrift
{
	color: #71a574;
	font-weight: bold;
	line-height: 25px;
}

div.thumb
{
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	background-color: lightgrey;
	background-image: url(../anbieter/thumbs/none.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#leftcol
{
	width: 220px;
	float: left;
}

#rightcol
{
	width: 330px;
	float: right;
	overflow: hidden;
}

#contactbox_opener_container
{
	width:210px;
	margin-bottom: 15px;
	float: left;
}
#contactbox_opener_container .sb-inner{background-color:#d4e9da;}

#contactbox
{
	width: 300px;
	margin-bottom: 15px;
	margin-left: 325px;
	float: center;
	overflow: hidden;
}
#contactbox.closed
{
	height: 30px;
	margin-top: 5px;
}
#contactbox .sb-inner{background-color:#d4e9da;}
#contactbox div.text, #contact div.text, #contactbox_opener_container div.text, #contactbox_opener_container div.text
{
	color: #71a574;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	width: 280px;
	overflow: hidden;
}
#contactbox td
{
	padding: 0px 3px;
}
#contactbox_opener
{
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #71a574;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
#contactbox_opener:hover
{
	color: #bfbfbf;
}

#veranstalteradresse
{
	width: 220px;
	color: #71a574;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 10px;
	margin-right: 0px;
	float: left;
	overflow: hidden;
}
#veranstalteradresse .titel
{
	font-size: 13px;
	font-weight: bold;
}

#region
{
	color: #71a574;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px dotted #71a574;
}

#reisetitel
{
	color: #71a574;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
	width: 330px;
	padding: 10px 0px;
}

#reisedaten
{
	color: #000000;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
}

#reisedaten .name
{
	color: #71a574;
}

#footer
{
	height: 20px;
	width: 900px;
	float: left;
	margin-bottom: 10px;
}
#footer .sb-inner{background-color:#71a574;}
#footer .text
{
	text-align: center;
	color: #ffffff;
}
#footer a
{
	color: #ffffff;
	font-size: 11px;
}
#footer a:hover
{
	color: #d4e9da;
}

#debug
{
	float:right;
	font-size: 12px;
	color: #ffffff;
	padding: 10px;
}
#debug .sb-inner{background-color:#AAAAAA;}

#content div.angebotszeile
{
	cursor: pointer;
	height: 110px;
	widht: 570px;
	border-bottom: 3px dotted #71a574;
	margin-bottom: 5px;
	overflow: hidden;
}

#content div.teaserzeile
{
	cursor: pointer;
	height: 110px;
	widht: 570px;
	margin-top: 25px;
	overflow: hidden;
}

#content div.bild
{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

#content div.teaser
{
	width: 450px;
	height: 80px;
	font-size: 12px;
	float: right;
}

#content div.link
{
	height: 20px;
	width: 450px;
	margin-top: 5px;
	text-align: right;
	float: right;
}

#content div.link a
{
	font-size: 11px;
}

h2
{
	font-size: 12px;
	color: #71a574;
}

h3
{
	font-size: 10px;
	color: #bfbfbf;
}

.bigtext
{
	padding: 10px 200px;
	font-size: 11px;
	color: #000000;
	margin-bottom: 20px;
}

#contactbox h2
{
	color: #ffffff;
}

div.contactbox
{
	margin-left: 10px;
	margin-right: 100px;
	height: 260px;
}

#contentbox
{
	padding: 10px;
	width: 550px;
	height: 300px;
	float: left;
	margin-left: 10px;
	font-size: 11px;
}
#contentbox .sb-inner{background-color:#bfbfbf;}

div.square
{
	width: 80px;
	height: 80px;
	border: 3px solid #71a574;
	background-color: #d4e9da;
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	color: #71a574;
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
}

div.square div.ziffer
{
	margin-top: 25px;
}

#contentbox div.zeile
{
	height: 100px;
}

div.zeile div.text
{
	margin-top: 0px;
}

.invisible
{
	visibility: hidden;
}

td
{
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:12px;
}

div.infotext
{
	background-color:#d4e9da;
	border:2px dashed #71a574;
	color: #000000;
	padding:5px;
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:11px;
}

#anbieter_menu
{
	padding:0px;
}
#anbieter_menu .sb-inner{background-color:#d4e9da;}

#map_canvas
{
	width: 300px;
	height: 300px;
	overflow: hidden;
}

#map_canvas_admin
{
	width: 500px;
	height: 400px;
	margin: 10px;
}

#tag_teaser
{
	width: 900px;
	height: 150px;
	padding-bottom: 10px;
}

#tag_teaser .sb-inner{background-color:#71a574;}

#tag_teaser .text
{
	color:#ffffff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 2px;
	width: 155px;
}

#tag_teaser .image
{
	width:155px;
	height:120px;
}
