@charset "UTF-8";
/* CSS Document */

*  { padding: 0; margin: 0; }
html { overflow-y: scroll; }

body {
	background-image: url(../img/background_pattern.png);
	background-attachment:fixed;
  	color: #333 ; 
  	font-family: 'CharisSILRegular', Helvetica, sans-serif; 
  	font-size: 14px;	
}

p {
	font-size: 1em;
}

a {
	font-family: 'CharisSILRegular', Helvetica, sans-serif; 
	text-decoration: none;
	color: #232323;
}

h2 {
	text-align: center;
}

h3 {
	font-family: 'CharisSILBold', Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:normal;
}

#seitenheader {
	min-width: 160px;
	min-height: 25px;
	margin-left: -10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

h4 {
	font-family: 'CharisSILBold', Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:normal;
}

h5 {
	font-family: 'CharisSILRegular', Helvetica, sans-serif;
	font-size: 1.0em;
	color: rgba(255,255,255,1);
	padding-bottom: 0px;
}

#header {
	padding: 10px;
}

#logo_head {
   width:auto;
   text-align:center;
}
	
#page {
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(58%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

	background-coloor:rgba(255,255,255,0.7);
	width: 960px;
	margin: 0 auto;

}

#schatten_links, #schatten_rechts {
	float: left;
	position: relative;
	z-index: 2;
}

nav menu li, #kontakt a, #veranstaltungen_liste li a, #hochzeitstisch_content a.popup-link {
	list-style: none;
	padding-right: 0px;
	float:left;
	margin-right: 1px;
	
	background: #f3f3f3; /* Old browsers */

background: -moz-linear-gradient(top,  #f3f3f3 0%, #e2e2e2 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #f3f3f3 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #f3f3f3 0%,#e2e2e2 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #f3f3f3 0%,#e2e2e2 100%); /* IE10+ */

background: linear-gradient(to bottom,  #f3f3f3 0%,#e2e2e2 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

nav {
	width: 980px;
	margin-left: -10px;
}

menu {
	background: rgba(204,204,204,1);
	height: 36px;
	width: 960px;
	float: left;
	margin-top: 6px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3); /* WebKit */
-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3); /* Firefox */
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3); /* Standard */ 
);
	position: relative;
	z-index: 1;
}

nav menu li {
	width: 159px;
}

nav menu a{
	display: block;
	height: 20px;
	text-align: center;
	vertical-align: central;
	font-size: 1.3em;
	Padding: 8px;
}

nav menu li:nth-child(6) {
	margin-right: 0px;
	width: 160px;
}



nav menu li a:hover, #kontakt a:hover, #veranstaltungen_liste li a:hover, #hochzeitstisch_content a.popup-link:hover {
 	position:relative;

	background: #e2e2e2; /* Old browsers */

background: -moz-linear-gradient(top,  #e2e2e2 0%, #f3f3f3 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #e2e2e2 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #e2e2e2 0%,#f3f3f3 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #e2e2e2 0%,#f3f3f3 100%); /* IE10+ */

background: linear-gradient(to bottom,  #e2e2e2 0%,#f3f3f3 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */


}

#head_trennstrich {
	height: 2px;
	width: 940px;
	margin-left: 0px;
	margin-bottom: 10px;
	
	background: rgba(243,243,243,1);
}

#foto_home {
	heigth:580 px;
	width:900 px;
	padding-top: 10px;
}

#slider {
	width: 920px;
	margin: 0 auto;
}

#main_home {
	padding-top: 30px;
	min-height: 500px;
	overflow: auto;
	background-color: transparent;
}

#main {
	padding: 30px 12px 0 12px;
	overflow: auto;
	min-height: 300px;
}

#anfahrt_text {
	float: left;
	width: auto;
}

#aktuelles {
	display: block;
	border-top: 0px solid  rgba(204,204,204,0.5);
	padding-bottom: 20px;
	margin-top: 55px;
	padding-top: 15px;
}

#kontakt {
	background: rgba(204,204,204,0);
	min-height:300px;
	width:230px;
	border: 0px;
	padding-left:20px;
	font-size: 1em;
	float: left;
}

#kontakt a {
	display: block;
	height: 20px;
	width: 100px;
	text-align: center;
	font-size: 1em;
	margin-top: 20px;
	
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5); /* WebKit */
-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5); /* Firefox */
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5); /* Standard */ 
}

#kontakttext {
	line-height: 1.2em;
	font-size: 0.9em;
}

#kontakt span {
	font-family: 'CharisSILBold', Helvetica, sans-serif;
}

#trennung {
	min-height: 350px;
	width: 1px;
	margin-top: 30px;
	float: left;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,1) 49%, rgba(255,255,255,0) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(49%,rgba(0,0,0,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 49%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 49%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 49%,rgba(255,255,255,0) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 49%,rgba(255,255,255,0) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#content {
	background: rgba(204,204,204,0.0);
	border: 0px;
	margin-top: 0px;
	padding-left:20px;
	font-size: 1em;
	overflow: hidden;
	min-height:300px;
	width: 628px;
	position: absolut;
	float: left;
}

footer {
	height: 38px;
	background-image: url(../img/background_pattern_footer.png);
	margin-top: 40px;
}

#footer_container {
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	max-width: 960px;
}

div.footer_sub1 {
	float: left;
	min-width: 60px;
	height: 20px;
	margin: 0px;
	padding: 0 20px;
	list-style: none;
	display: inline-block;
	border-right: 1px solid  rgba(204,204,204,0.5);
}

div.footer_sub1 p {
	font-family: 'CharisSILRegular', Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;
	color: rgba(255,255,255,1);
	padding-bottom: 0px;
}

#footer_last {
	float: right;
	margin-right: 0px;
	border-right: 0px;
	width: 100px;
}

#footer_last p {
	float:right;
}

a.footer_link :hover {
	color: rgba(204,204,204,1);
}

a.footer_link {
}

.clear {
	clear:both;
}