@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background: #500000 url(gfx/bg.gif) repeat-x 0 0;
	color: #c9c9c9;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.floatleft {
	float: left;
	margin: 0 25px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: .9em;
}
.tab {
	float: left;
	width: 14em;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #b1b1b1;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #b1b1b1;
	text-decoration: none;
}
#footer a,
#footer a:visited {
	color: #6d3434;
	text-decoration: none;
}
#footer a:hover {
	color: #6d3434;
	text-decoration: underline;
}

/* Typo
----------------------------------------------- */
h1 {
	color: #fff;
	font-size: 1.83em;
	font-weight: normal;
	margin: 0 0 .5em 0;
	line-height: normal;
}
h2, h3, h4 {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 .1em 0;
	line-height: normal;
}
p, address, blockquote {
	margin: 0 0 1em 0;
}
address {
	font-style: normal;
}
#content ul {
	margin: 3px 0 1em 30px;
}
#content ul li {
	padding: 0 0 2px 0;
	list-style: disc;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	background: url(gfx/bg_wrapper.jpg) no-repeat center top;
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 780px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	float: left;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 780px;
}
.logo {
	margin: 21px 0 0 0;
}
#navigation {
	float: left;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	width: 195px;
}
#wpja {
	font-size: 10px;
	margin: 15px 0 0 0;
	text-align: center;
}
#wpja img {
	padding-top: 5px;
}
#container {
	background: url(gfx/bg_bottom2.gif) no-repeat right bottom;
	float: left;
	margin: 0;
	padding: 0 0 8px 0;
	width: 780px;
}
#wrapbox {
	float: left;
	margin: 0;
	padding: 0;
	width: 585px;
}
.hochzeitsfoto {
	display: inline; /*IE doppelter margin fix*/
	margin: 0 0 15px 25px;
}
ul#teaser {
	display: inline; /*IE doppelter margin fix*/
	float: right;
	margin: 0 0 15px 0;
	padding: 0;
}
ul#teaser li {
	display: inline; /*IE doppelter margin fix*/
	float: left;
	margin: 0;
	list-style: none;
	padding: 0 0 0 19px;
}
#content {
	background: url(gfx/bg_content.gif) no-repeat left top;
	display: inline;
	float: left;
	font-size: 1.3em;
	margin: 0 0 0 25px;
	line-height: 1.5em;
	padding: 20px 22px 0 23px;
	width: 515px;
}
#footer {
	background: url(gfx/bg_footer.gif) repeat-x 0 0;
	color: #8c5353;
	float: left;
	font-size: .625em;
	height: 50px;
	margin: 40px 0 0 0;
	padding: 0;;
	width: 100%; 
}
#footer p {
	font-size: 1.1em;
	margin: 0 auto;
	padding: 15px 0;
	text-align: right;
	width: 780px; 
}

/* Formular
-----------------------------------------------*/
form {
	margin-top: 15px;
	line-height: normal;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}	
label {
	cursor: pointer;
	float: left;
	width: 100px;
}
input {
	background: #670000;
	border: 1px solid #410000;
	border-bottom: 1px solid #720101;
	border-right: 1px solid #720101;
	color: #ddcece;
	/*background: #f9efef;
	border: 1px solid #c9c9c9;*/
	font-family: inherit;
	font-size: 1em;
	width: 260px;
}
textarea {
	background: #670000;
	border: 1px solid #410000;
	border-bottom: 1px solid #720101;
	border-right: 1px solid #720101;
	color: #ddcece;
	/*background: #f9efef;
	border: 1px solid #c9c9c9;*/
	font-family: inherit;
	font-size: 1em;
	width: 400px;
}
input.sendebutton {
	background: #500000 url(gfx/absenden.gif) no-repeat 0 0;
	border: none;
	color: #c9c9c9;
	display: block;
	height: 23px;
	margin: 0 0 0 100px;
	padding: 0;
	text-align: center;
	width: 86px;
}
input.sendebutton:hover {
	color: #fff;
}
/* Meldungen */
p.fehler {
	color: #f00;
	font-weight: bold;
}
p.okay {
	/*color: #5bd56f;*/
	color: #c9c9c9;
	font-weight: bold;
	font-size: 1.3em;
}
.false,
.false-ta {
	border: 1px solid #fff;
}

/* Galerie
-----------------------------------------------*/
#galeriefoto {
	float: left;
	height: 344px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 515px;
}
#switch {
	float: left;
	margin: 12px 0 0 0;
	padding: 43px 0 0 0;
	width: 32px;
}
#thumbs {
	float: left;
	margin: 12px 0 0 0;
	line-height: 1px;
	padding: 0;
	width: 483px;
}
#thumbs ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#thumbs ul li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0 5px 5px 0;
}
#thumbs ul li a,
#thumbs ul li a:visited {
	border: 2px solid #9f9f9f;
	display: block;
}
#thumbs ul li a:hover {
	border: 2px solid #ccc;
}

/* Navigationen
-----------------------------------------------*/
ul#menu {
	margin: 0;
	padding: 0;
}
ul#menu li {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#menu li a,
ul#menu li a:visited {
	background: url(gfx/bg_nav-li.gif) no-repeat 0 0;
	color: #b1b1b1;
	display: block;
	height: 25px;
	padding: 8px 0 0 15px;
	text-decoration: none;
}
ul#menu li a.last,
ul#menu li a:visited.last {
	height: 27px;
}
ul#menu li a.active,
ul#menu li a:visited.active {
	background: url(gfx/bg_nav-li.gif) no-repeat 0 -35px;
	color: #fff;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #fff;
}
/*2. Ebene*/
ul#menu ul {
	margin: -2px 0 0 0;
	padding: 0;
}
ul#menu ul li {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#menu ul li a,
ul#menu ul li a:visited {
	background: url(gfx/bg_nav-li2.gif) no-repeat 15px 0;
	color: #b1b1b1;
	display: block;
	height: 22px;
	padding: 8px 0 0 30px;
	text-decoration: none;
}
ul#menu ul li a.active,
ul#menu ul li a:visited.active {
	background: url(gfx/bg_nav-li2.gif) no-repeat 15px -32px;
	color: #fff;
	text-decoration: none;
}
ul#menu ul li a:hover {
	color: #fff;
}

/*
	CSS by www.sbihl.de
	28.12.2007
*/