 CSS Document 
a:focus {
	outline: none;
}
img {border: 0;}
h1 {font-size:24px; font-weight:normal;}
h2 {font-size:18px; font-weight:bold;}
h3 {font-size:16px; font-weight:normal;}
h4 {font-size:18px; font-weight:normal;}
.clear { clear:both; height:1px;}
p {display:inline}

/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/nunito-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v25-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}


body {
	font-family: 'Nunito', Verdana, Calibri, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	font-size:16px;
	padding:0px;
	margin:0px 0px 20px 0px;
	color:#333;
	background-color:#af8ec4;
	background-image:url(../bilder/seite/seitenhintergrund.jpg);
	background-repeat:repeat-x;
}

#seite {
	width:951px;
	margin:0px auto 0px;
	background-color:#ffffff;
}
#oben { 
	display:block;
	height:236px;
	background-image:url(/bilder/seite/oben.jpg);
	background-repeat:no-repeat;
	
	text-indent:-9999px;
}
#inhalt {
	padding-left:20px;
	padding-right:20px;
	background-image:url(/bilder/seite/hintergrund.jpg);
	background-repeat:repeat-y;
	overflow: hidden;
	height: 100%; /* for IE6 */
}
#rechtespalte {
	float:right;
	width:690px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	
	
}
#unten {
	height: 60px;
	background-image:url(/bilder/seite/unten.jpg);
}
/*navigation*/
#navigation {
	float:left;
	padding-left:0px;
	padding-right:10px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#navigation a:visited, #navigation a:link , #navigation a:active{
	width:200px;
	height:40px;
	line-height:40px;
	font-size:16px;
	letter-spacing:3px;
	font-weight:normal;
	display:block;
	padding-left:11px;
	text-align:left;
	color:#333333;
	text-decoration:none;
	background-image:url(/bilder/seite/button.jpg);
}
#navigation a:hover{
	font-style:italic;
	color:#e35315;
} 
/* Slideshow */
.slideshow {
	background-color: #333;  
	height: 400px;      
	width: 900px;      
	padding: 0;  
	margin:0px auto; 
}  

.slideshow img {
	padding-top: 10px;
	padding-left: 10px;
	width: 880px;
	height: 380px;
	  } 
/* Formular */
input#mandala {
	font-family: 'Nunito', Verdana, Calibri, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	font-size:16px;
	height:30px;
	color:#333;
	background-color:#f0e5f7;
	border:none;	
}
textarea#mandala{
	font-family: 'Nunito', Verdana, Calibri, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	font-size:16px;
	color:#333;
	background-color:#f0e5f7;
	border:none;
}
.adresse {
	display:none;
}
/* Termine */
table.termine {
	border-collapse:collapse;
	width:80%;
	font-size:14px;
	text-align:left;
	
}
table.termine tr {
	border-width:1px;
	border-color:#333;
	border-style:dotted;
	
}
table.termine .odd td {
	width:20%;
	background-color:#f0e5f7;
	padding-left:10px;
}
table.termine .even td {
	width:20%;
	background-color:#FFF;
	padding-left:10px;
}

/* Gästebuch */
table.gbuch {
	width:680px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color:#333333;
	border-collapse: collapse;
	margin:0px;
	background-color:#f0e5f7;
	color:#333333;
}
table.gbuch td.links {
	border-width: 0px;
	padding: 5px;
	vertical-align:top;
}
table.gbuch td.rechts {
	border-width: 0px;
	padding: 5px;
}
table.gbuch a:link, table.gbuch a:visited {
	font-size:16px;
	color:#333333;
	text-decoration:underline;
}

table.gbuch a:active, table.gbuch a:hover {
	color:#e35315;
	outline:none;
}
a.admin:link, a.admin:visited {
	font-size:8px;
	color:#ffffff;
	text-decoration:none;
}

a.admin:active, a.admin:hover {
	color:#ffffff;
}
/* links */
a:link, a:visited, a:active {
	font-weight:normal;
	color:#333;
	text-decoration:underline;
}
 a:hover, a:focus {
	color:#e35315;
	outline:none;
}
/* SLIMBOX */
#lbOverlay {
	z-index:2000;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #af8ec4;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	z-index:2000;
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #ffffff;
}

.lbLoading {
	background: #ffffff url(/bilder/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #ffffff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/bilder/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/bilder/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: 'Nunito', Verdana, Calibri, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #ffffff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/bilder/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
