/**
 * Relaxed Wedding - relaxed-wedding.de
 */

html,body {
	margin:0;
	padding:0;
	height:100%;
	background: #FFFFFF;	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

h1 { 
	font:3.0em bickley script;
	margin:0.5em 0 0.5em 0.5em;
	color: maroon;
}

h1.styled:first-letter {
	font-weight: bolder;
	font-family:bickley script; 
	color: maroon;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
	color: dimgray;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
	font-size: 1em;
	color: dimgray;
}

p.styled:first-letter {
	font-weight: bolder;
	font-family:georgia,serif; 
	color: dimgray;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.monotype {
	font-family: Monotype Cursiva, Georgia, Serif;
}

div#container {
	position:relative; 
	margin:0 auto; 
	width:920px;
	background:url(zacken2.png);
	
	height:auto !important;
	height:100%;

	min-height:100%;
}

div#logo {
  	width: 630px;
	height: 97px;
  	margin: 5px auto 5px auto;
	text-align:center;
}

div#ueberschrift {
  	text-align:center;
}

div#menu {
	width: 900px;
  	height: 13px;
  	margin: 0.3em auto 0em auto;
	margin-top: 120px;
	
}

div#submenu {
	width: 500px;
  	height: 20px;
  	line-height: 20px;
  	margin: 0em auto 0em auto;
  	font-size: 1.2em;
}

div#text {
	width: 680px;
	margin: 1em auto 1em auto;
}

div#table {
	width:30em;
	margin-left:auto; margin-right:auto;
	/* Fuer gute Browser */
	text-align:left;
	/* Text _in_ der Tabelle links ausrichten */
  } 

div#table2 {
	margin-left: -325px; 
	position: absolute; 
	left: 50%; 
	width: 650px; 
	text-align:center;
}

div#header {
	padding-top:10px;
	
}

div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
	
}

div#content {
	padding:1em 1em 4em; 
	/*border:2px red;*/

}
div#content p {
	text-align:justify;
	padding:0 1em;
}

div#footer {
	height: 30px;
	position:absolute;
	width:100%;
	bottom:0; 
	text-align: center;
}

#content img {
	border: 0px;
}
	
/*
 *
 ** Navigation **
 *
 */

a, a.visited, a.hover {
	color: dimgray;
}

#bg-strauss {
	position: fixed;
	background:url(background.png);
	left: 50%;
	width: 1600px;
 	margin-left: -800px; /* negative Hälfte von width:400px */
	bottom: 0px;	
	height: 1100px;
}


#navlist {
	margin-left: 80px;
	padding-left: 0;
	white-space: nowrap;
	width: 80%;
	text-align: center; 
	vertical-align: top;
}

#navlist a { 
	font-weight: bold;
	font-family: Monotype Cursiva, Georgia, Serif;
	font-size: 10pt;
	color: #6e6e6e;
}

#navlist a:link, #navlist a:visited {
	color: #6e6e6e;
	font-weight: normal;
	text-decoration: none;
}

#navlist a:hover {
	text-decoration: underline overline;
}
	
/* Submenu */

ul#subnavlist {
	margin-left: 80px;
	padding-left: 0;
	white-space: nowrap;
	width: 80%;
	text-align: center; 
}

#subnavlist li {
	display: inline;
	list-style-type: none;
}

#subnavlist li.active a {
	font-weight: bold;
}

#subnavlist a { 
	padding: 20px 10px;
	font-family: georgia,serif; 
}

#subnavlist a:link, #subnavlist a:visited {
	color: #6e6e6e;
	font-weight: normal;
	text-decoration: none;
}

#subnavlist a:hover {
	text-decoration: underline overline;
}
	
.navimg {
	border:0;
	margin-top: 0px;
}

/* Footer */


#footer a { 
	padding: 0;
	font-family: georgia,serif; 
	text-decoration: none;
	font-weight: normal;
	color: #6e6e6e;
}

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