body {
	/* background-color: #f5f5f5; */
	background-color: #EEE9BF;
	/* background-repeat: no-repeat; */
	background-image: url('images/floral-ornament.png');
	background-position:10px 10px;
	margin: 0 0 0 0;
	font-family: 'Trebuchet MS',Verdana,Arial;
	font-size: 10.5pt;
}

iframe {
	/* border: none; */
	border: 0px solid #fff;
	background-color: transparent;
}

p{
	padding-bottom: 20px;
}

ul{
	list-style-type: square;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul li{
	padding-top: 0px;
	padding-bottom: 0px;
}

h1, h2, h3, h4, h5, h6, h7, p{
	margin: 0px;
}

h1 {
	color: #404040;
	color: #CCC79D;
	margin-bottom: 15px;
	border-bottom: 4px dotted #EEE9BF;
}

h2 {
	color: #808080;
	padding-top: 20px;
}

a img{
	border: none;
}

#window{
	width: 980px;
	margin: auto;
}

#header{
	margin: auto;
	width: 950px;
	font-family: Verdana;
	padding-top: 30px;
}

#header .title{
	font-size: 32px;
	font-weight: bold;
	color: #404040;
	letter-spacing: -2px;
}

#header .subtitle{
	font-size: 12px;
	font-weight: normal;
	color: #909090;
}

#menu{
	width: 980px;
	height: 80px;
	background-image: url('images/menu_bg.png');
	background-repeat: no-repeat;
}

#menu ul{
	width: 1005px;
	position: relative;
	top: 16px;
	left: -25px;
	list-style-type: none;
}

#menu ul li{
	width: 135px;
	height: 49px;
	float: left;
	font-size: 17px;
	font-weight: bold;
	color: #808080;
	border-right: 1px solid #e7e7e7;
	text-align: center;
}

#menu ul li:hover, #menu ul li.active{
	background-image: url('images/menu_hover.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #a7a7a7;
	color: #fff;
}

#menu a{
	display: block;
	padding-top: 14px;
	height: 39px;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #808080;
	text-decoration: none;
}

#menu ul li:hover a:link, #menu ul li:hover a:visited, #menu ul li:hover a:active, #menu ul li:hover a:hover, #menu ul li.active a:link, #menu ul li.active a:hover, #menu ul li.active a:visited, #menu ul li.active a:active{
	color: #fff;
	text-decoration: none;
}

#slider {
	position: relative;
	top: -5px;
	width: 980px;
	height: 400px;
	background-image: url('images/slider_bg.png');
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 16px;
}

#slider a{
	width: 800px;
}

#main {
	position: absolute;
	margin-top: -110px;
	float: left;
}

#main .top {
	width: 666px;
	height: 26px;
	background-image: url('images/main_bg_top.png');
	background-repeat: no-repeat;
}

#main .content {
	width: 666px;
	background-image: url('images/main_bg_middle.png');
	background-repeat: repeat-y;
	padding-left: 30px;
}

#main .content .cdn{
	width: 615px;
	line-height: 1.5;
}

#main .bottom {
	position: relative;
	width: 666px;
	height: 110px;
	background-image: url('images/main_bg_bottom.png');
	background-repeat: no-repeat;
	background-position: top;
}

#main a:link, #main a:visited, #main a:active {
	color: #808080;
	text-decoration: underline;
}

#main a:hover {
	color: #000;
	text-decoration: underline;
}

#side {
	position: absolute;
	margin-top: -110px;
	margin-left: 669px;
}

#side .top {
	width: 308px;
	height: 26px;
	background-image: url('images/side_bg_top.png');
	background-repeat: no-repeat;
}

#side .content {
	width: 308px;
	background-image: url('images/side_bg_middle.png');
	background-repeat: repeat-y;
	padding-left: 25px;
}

#side .content .cdn{
	width: 255px;
	line-height: 1.5;
}

#side .bottom {
	width: 308px;
	height: 110px;
	background-image: url('images/side_bg_bottom.png');
	background-repeat: no-repeat;
}

#w3 {
	position: fixed;
	bottom: 15px;
	right: 0px;
}

#footer {
	position: fixed;
	width: 100%;
	height: 15px;
	bottom: 0px;
	text-align: center;
	font-size: 11px;
	color: #404040;
	background-color: #e9e9e9;
	border-top: 1px solid #d7d7d7;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

.shadow {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 5px;
	-webkit-box-shadow: 5px 5px 10px #bbb;
	-moz-box-shadow: 5px 5px 10px #bbb;
	box-shadow: 5px 5px 10px #bbb;
}

.shadow2{
	border: 1px solid #bbb;
	-webkit-box-shadow: 1px 1px 4px #8b8b8b;
	-moz-box-shadow: 1px 1px 4px #8b8b8b;
	box-shadow: 1px 1px 4px #8b8b8b;
}

.radius {
	border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    -o-border-radius:7px;
}

.tbl {
	border-collapse: collapse;
	border: 1px solid #bbb;
}

.tbl thead, th {
	/*
	background-color: #eee;
	
	
	*/
	text-align: left;
	border-left: 1px dotted #bbb;
	border-bottom: 1px solid #bbb;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}

.tbl td, th {
	border-left: 1px dotted #bbb;
	padding-left: 8px;
	padding-right: 8px;
}

.tbl tbody tr {
	color: #555;
}

.tbl tr:hover {
	color: #000;
	
	background: rgb(224,243,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,243,250,1) 0%, rgba(216,240,252,1) 50%, rgba(184,226,246,1) 51%, rgba(182,223,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,243,250,1)), color-stop(50%,rgba(216,240,252,1)), color-stop(51%,rgba(184,226,246,1)), color-stop(100%,rgba(182,223,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=0 ); /* IE6-9 */
}

table tr td.header {
	color: #808080;
	font-weight: bold;
}

.thumbnail:hover {
	border: 1px solid #404040;
}
 
.number{
	font-size: 15pt;
	margin-bottom: 0px;
}

.visitors{
	margin-top: 0px;
	font-size: 11pt;
}

#main .gaestebuch_table {
	border: 1px solid #bbb;
}

#main .gaestebuch_table_header {
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

#main .gaestebuch_table_content {
	border-top: 1px solid #bbb;
}

#main .gaestebuch_nextPage{
	float: left;
	margin-bottom: 5px;
}

#main .gaestebuch_previousPage{
	float: right;
	margin-bottom: 5px;
}

#main .gaestebuch_nextPage a:link, #main .gaestebuch_previousPage a:link, #main .gaestebuch_options a:link { color: #808080; font-weight: bold; text-decoration: none; }
#main .gaestebuch_nextPage a:visited, #main .gaestebuch_previousPage a:visited, #main .gaestebuch_options a:visited { color: #808080; font-weight: bold; text-decoration: none; }
#main .gaestebuch_nextPage a:active, #main .gaestebuch_previousPage a:active, #main .gaestebuch_options a:active { color: #808080; font-weight: bold; text-decoration: none; }
#main .gaestebuch_nextPage a:hover, #main .gaestebuch_previousPage a:hover, #main .gaestebuch_options a:hover { color: #808080; font-weight: bold; text-decoration: underline; }

.msg {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #303030;
	background-color: #eee;
	color: #303030;
	font-weight: bold;
	border-radius: 5px;
}

.box {
	width: 250px;
	padding: 10px;
	background-color: #f1f1f1;
	border: 1px solid #e2e2e2;
	margin-bottom: 20px;
	font-size: 12pt;
}

#main .markierung {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #f1f1f1;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}

.contact tr td {
	font-size: 12pt;
}

.ico {
	height: 32px;
	padding: 2px;
}

.description {
	text-align: center;
	margin-top: -15px;
	font-size: 10pt;
	color: #808080;
}

 /* Beginn - AJAX Star-Rating */
 .rate_widget {
	border:     1px solid #CCC;
	overflow:   visible;
	padding:    10px;
	position:   relative;
	width:      180px;
	height:     32px;
}
.ratings_stars {
	background: url('rating/star_empty.png') no-repeat;
	float:      left;
	height:     28px;
	padding:    2px;
	width:      32px;
}
.ratings_vote {
	background: url('rating/star_full.png') no-repeat;
}
.ratings_over {
	background: url('rating/star_highlight.png') no-repeat;
}
.total_votes {
	background: #eaeaea;
	top: 58px;
	left: 0;
	padding: 5px;
	position:   absolute;  
} 
.movie_choice {
	font: 10px verdana, sans-serif;
	margin: 0 auto 40px auto;
	width: 180px;
}
/* Ende - AJAX Star-Rating */
