/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 1.43

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/
.ngg-description {font-style:italic; text-align:right;}
.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 0px;
    margin-bottom: 10px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 0px;
    margin-bottom: 10px;
    border: 1px solid #fce1a9;
	background-color:#fef4db;
} 

.ngg-album {
	overflow: hidden;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}

.ngg-album p {margin:0px; margin-bottom:10px;}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:5px;
	font-size: 1 em;
	margin-bottom: 10px;
	background-color:#FFFFFF;
}
.ngg-albumcontent {padding:5px;}
.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #f34700;
	margin-right:10px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #fdecc1;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
}

.ngg-gallery-thumbnail img {
	background-color:#edf4c9;
	border:1px dotted #90b313;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #FFFFFF;
	border:1px solid #660000;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers, a.next, a.prev, 
				span.page-numbers, span.next, span.prev {
	border:1px solid #f9c469;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover, a.next:hover, a.prev:hover, 
				span.page-numbers:hover, span.next:hover, span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
background-color:#edf4c9;
	
}

.pic {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
		font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color:#92b415;
	font-size:20px;
	margin-bottom:0px;
	padding-top:5px;
}


.ngg-imagebrowser img {
	margin-top: 10px; 
	margin-bottom: 10px; 
	display:block !important;
	padding:5px;
	background-color:#FFFFFF;
	border:1px dotted #90b313;
	margin-left:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #f9c469;
	margin-right:3px;
	padding:3px 7px;
	background-color:#FFFFFF;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #f9c469;
	margin-right:3px;
	padding:3px 7px;
	background-color:#FFFFFF;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
	font-style:italic;
	color:#92b415;
}

.ngg-imagebrowser-desc {
	text-align:center;
	}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic-wrapper {
	padding: 1px;
}

.ngg-singlepic {
	background-color:#FFFFFF;
	border:1px solid #f34700;
	display:block;  
	float:left;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-left {
	float: left;
	padding-right:10px;
}

.ngg-right {
	float: right;
	padding-left:10px;
}

.ngg-center img {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}

.ngg-widget img {
	border:2px solid #f34700;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #f9c469;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 


/*************************ende bildergalerie*********/

body, 
p, 
td, 
input, 
textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	letter-spacing:0.1em;
	}
	
td {
	vertical-align:top;
	}
	
img {border:0px;}
	
.startseite_tab {
	width:50%;
	border: 1px dotted #f9c469;
	background-color:#fff3d3;
	text-align:center;
	}
	
.kasten {
	border: 1px dotted #f9c469;
	background-color:#fff3d3;
	width:400px;
	padding:3px;
	}
	
.kasten td {border-bottom: 1px dotted #f9c469;}
	
.reservierung {
	border: 1px dotted #f9c469;
	background-color:#fdf9ef ;
	width:400px;
	padding:3px;
	font-size:11px;
	font-style:italic;
	color:#990000;
	}

.pdf {
	border: 1px dotted #f9c469;
	background-color:#fff3d3;
	width:400px;
	background-image:url(images_rahmen/pdf.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
ul.gutschein  {
	margin-left:0px;
	padding-left:0px;
}	

.gutschein li {
	list-style-type:none;
	background-image:url(images_rahmen/gutschein2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border-bottom: 1px dotted #FFCC99;
	padding-left:60px;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:3px;
	list-style-image:none;

	}
	
	
.startseite_tab em {
	color:#990000;
	font-size:10px;
	padding-top:10px;
	display:block;
	}
	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #990000;
	font-size:16px;
	background-image:none;
	border-bottom: 1px dotted #FFCC99;
	clear:both;
	}
h3,	
.kasten_events {
	border: 5px solid #f9c469;
	background-color:#fff3d3;
	width:380px;
	padding:10px;
	font-size:11px; font-weight:bold;
	}
h3 strong, 	
.kasten_events strong {color:#660000; font-size:16px;}


	
#aktuelles h2,
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color:#92b415;
	font-size:20px;
	background-image:none;
	}
.nocomments {display:none;}



	
.thickbox img
{
border: 1px solid #CCCCCC;
padding:5px;
	}
	
 .thickbox a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	font-size:16px;
	background-image:none;
	background-color:#333333;
	padding:3px;
	}
	
.startseite_tab2 a:link ,
 .startseite_tab2 a:visited,
 .startseite_tab2 a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	font-size:16px;
	background-image:url(images_rahmen/hintergrund_h2_teaser.gif);
	background-position:center;
	padding:3px;
	display:block;
	text-decoration:none;
	}
	
 .startseite_tab2 a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	font-size:16px;
	background-image:none;
	background-color:#333333;
	padding:3px;
	}

 .startseite_tab a:link,
 .startseite_tab a:visited,
 .startseite_tab a:hover {
	text-decoration:none;
	color:#333333;
	}
	
 .startseite_tab a:hover {
	text-decoration:underline;	}

	
a:link,
a:visited,
a:hover {
	color:#92b415;
	}
	
a:hover {
	color: #669900;
	}
	
ul li {
	list-style-image:url(images_rahmen/liste.gif);}
	

#navi li,
#aktuelles li {list-style-image:none;}
form {
	border: 1px dotted #edf4c8;
	padding:15px;
	background-color:#fcfdf6;
	padding-left:50px;
	}
	
input,
textarea {
	border:0px dotted #bfd544;
	border-bottom:1px;
	background-color:#edf4c8;
	padding:3px;
	width:300px;
	}
	
.check input  {
	width:20px;
	}
	
.button {
	font-weight:bold;
	color:#FFFFFF;
	background-color: #5B5B5B;
	border:1px solid #333333;
	width:auto;
	float:right;
	margin-right:38px;
	padding:0px;
	}
	
hr {
	width:100%;
	background-color:#C1E62E;  /* Mozilla 1.4 */
	color:#C1E62E;  /* IE 6 */
	border: #C1E62E;  /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	clear:both;}
	
body {
	margin:0px;
	padding:0px;
}

#fuss_teasera a:link,
#fuss_teasera a:visited,
#fuss_teasera a:hover {
	display:block;
	background-image:url(images_rahmen/stern_a.gif);
	padding-left:15px;
	background-repeat:no-repeat;
	background-position:left top;
	color: #990000;
	text-decoration:none;
	}
	
#fuss_teasera a:hover {
	text-decoration:underline;
	background-image:url(images_rahmen/stern_b.gif);
	color:#666666;
	}
