/*
#####################################################################
### Reptile CMS > style.css
#####################################################################
*/

*
{
	margin: 0px;
    padding: 0px;
}

/*
#####################################################################
### <body>
#####################################################################
*/

body
{
	font-family: Verdana, sans-serif;
	line-height: 16px;
	font-size: 11px;
	color: black;
	width: 100%;
	height: 100%;
}

/*
#####################################################################
### <div>
#####################################################################
*/

/* Container */



/* Header */



/* Content */



/* Footer */

div#footer
{
	width: 534px;
	height: 100px;
	clear: both;
	color: #888888;
	margin: 24px 0px 0px 205px;
	position: relative;
}

div#footer div.icon
{
	position: absolute;
	width: 38px;
	height: 40px;
	top: 3px;
	left: -50px;
	background: url("../images/footer_icon.gif") no-repeat;
}

div#footer div.main
{
	border-top: 1px dotted #888888;
	border-bottom: 1px dotted #888888;
	width: 100%;
	padding: 3px 0px 3px 0px;
}

div#footer div.zertifikat
{
	position: absolute;
	width: 78px;
	height: 48px;
	top: -7px;
	right: -120px;
	background: url("../images/zertifikat.gif") no-repeat;
}

div#footer_brasserie
{
	width: 105px;
	visibility: hidden;
	position: absolute;
	top: -60px;
	left: 18px;
}

div#footer_hotel
{
	width: 145px;
	visibility: hidden;
	position: absolute;
	top: -60px;
	left: 142px;
}

div#footer_restaurant
{
	width: 130px;
	visibility: hidden;
	position: absolute;
	top: -60px;
	left: 137px;
}

div#footer_golf
{
	width: 160px;
	visibility: hidden;
	position: absolute;
	top: -60px;
	left: 287px;
}

/* Gruppierungen */

div.image_5
{
	font-size: 10px;
	color: #888888;
	margin: 0px 0px 15px 5px;
}

div.image_10
{
	font-size: 10px;
	color: #888888;
	margin: 0px 0px 20px 0px;
}

div.image_11
{
	margin-left: 10px;
	text-align: justify;
}

div.event
{

}

/*
#####################################################################
### <img>
#####################################################################
*/

img.single_big
{
	border: 10px solid #e5e5e5;
}

img.left
{
	border: 5px solid #e5e5e5;
	margin-right: 15px;
}

img.center
{
	border: 5px solid #e5e5e5;
	margin-right: 15px;
}

img.right
{
	border: 5px solid #e5e5e5;
}

div.event img
{
	float: left;
	margin: 0px 15px 15px 5px;
	border: 5px solid #e5e5e5;
}

/*
#####################################################################
### <h1>
#####################################################################
*/

h1
{
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	border-top: 1px dotted #888888;
	border-bottom: 1px dotted #888888;
	color: #888888;
	margin: 0px 10px 20px 10px;
}

h2
{
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 5px 10px;
	padding: 0px;
}

div#sidecontent h2
{
	margin: 0px;
	padding: 0px;
}

h2.formular
{
	margin-top: 15px;
}

/*
#####################################################################
### <ul>
#####################################################################
*/

ul.list
{
	list-style: none;
	margin: 0px 10px 15px 10px;
	padding: 0px 10px 15px 0px;
}

ul.list li
{
	background: url("../images/anstrich.gif") no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}

ul.line
{
	border-bottom: 1px dotted #888888;
}

/*
#####################################################################
### <a>
#####################################################################
*/

a, .design1 a
{
	color: #888888;
	text-decoration: none;
}

a:hover, .design1 a:hover
{
	color: #802637;
}

.design2 a
{
	color: white;
	text-decoration: none;
}

.design2 a:hover
{
	color: #c39fa9;
}

.design3 a
{
	color: #c39fa9;
	text-decoration: none;
}

.design3 a:hover
{
	color: white;
}

.design4 a
{
	color: #671926;
	text-decoration: none;
}

.design4 a:hover
{
	color:white;
}

a#homelink
{
	display: block;
	width: 230px;
	height: 120px;
	position: absolute;
	top: 15px;
	left: 460px;
	text-decoration: none;
	font-size: 0px;
	text-indent: -9999px;
}

div#mainmenu a.active
{
	color: #c39fa9;
}

/*
#####################################################################
### <form>
#####################################################################
*/

label
{
	display: block;
	width: 120px;
	float: left;
}

form br
{
	clear: both;
}

fieldset
{
	border: none;
	padding: 10px;
}

select
{
	margin-bottom: 3px;
	border: none;
	font-size: 11px;
	background-color: #dddddd;
}

input.normal
{
	width: 120px;
	margin-bottom: 3px;
	background-color: #dddddd;
	border: none;
	padding: 2px;
	font-size: 12px;
}

option
{
	padding: 2px;
}

input.checkbox
{
	width: auto;
	background-color: white;
}

textarea
{
	width: 100%;
	background-color: #dddddd;
	border: none;
	padding: 2px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

label.input_error
{
	color: red;
}

input.anfrage
{
	background-color: #dddddd;
	border: none;
	width: 103px;
	height: 19px;
	font-size: 11px;
}

/*
#####################################################################
### <p>
#####################################################################
*/

p
{
	margin: 0px 0px 15px 0px;
}

div.image_10 p, div.image_5 p
{
	line-height: 15px;
	padding-top: 5px;
	text-align: justify;
}

p.notification
{
	background-color: #dddddd;
	padding: 3px;
}

p.timeline
{
	border-top: 1px dotted #888888;
	border-bottom: 1px dotted #888888;
	color: #888888;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	text-transform: uppercase;
}

p.line
{
	border-bottom: 1px dotted #888888;
	padding-bottom: 15px;
	text-align: justify;
}

/*
#####################################################################
### <span>
#####################################################################
*/

div.event span.date
{
	font-weight: bold;
	display: block;
	margin: 0px 10px 0px 10px;
}

div.event span.location
{
	display: block;
	margin: 0px 10px 10px 10px;
}

div.event span.description
{
	display: block;
	margin: 0px 10px 10px 0px;
	text-align: justify;
}

p.timeline span
{
	margin: 0px 3px 0px 2px;
}

/*
#####################################################################
### Standardformate
#####################################################################
*/

.flashplayer
{
	width: 320px;
	height: 260px;
	margin-left: 10px;
}

.clear
{
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

div.line
{
	border-bottom: 1px dotted #888888;
	clear: both;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 10px 10px 10px;
}

div.imageline
{
	border-bottom: 1px dotted #888888;
	line-height: 0px;
	font-size: 0px;
	margin: 15px 10px 15px 10px;
}

sup
{
	vertical-align: top;
	font-size: 0.8em;
	line-height: 100%;
}

