/*************************************************************/
/*             hochzeit.saisch-e-gruess.ch                   */
/*************************************************************/


/* HTML-Tags */

body {
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

table, th, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	font-size: 10px;
	color: #ff0000;
	margin: 0px;

}

hr {
	margin: 0px;
	border: 1px dotted #FF0000;
	height: 1px;
	padding: 0px;
	}

/* Ebenen */

/* Umrandung der gesamten Seite */
#rahmen {  
	padding: 0;
	border: 1px solid #000;
	margin: auto;
	text-align: left;
	width: 750px;
	height: 487px;
	background-image: url(../images/hg.jpg);
	background-repeat: no-repeat;
}

/* Inhaltsbereich */
#inhalt {
	text-align: left;
	position: relative;
	left: 180px;
	top: 80px;
	z-index: 2;
	width: 380px;
	line-height: 16px;
	height: 440px;
}

/* Navigationsleiste */
#navi {
	text-align: left;
	position: relative;
	padding: 0;
	margin: 0;
	left: 180px;
	top: 0px;
	border: none;
	z-index: 3;
}

.floater {
float: left;
}


/* Dummy, um das Floaten von Elementen zu beenden */
/* siehe Buch, S. 414 ff. :-) */
.nofloat { 
	clear: both;
	visibility: hidden;
	height: 0;
}

/* Fusszeile mit Copyright */
#fusszeile {
	margin: 0;
	width: 47em;
	padding: 0;
	border-top: 1px solid #a33f08;
	background-image: url(img/block.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-left: 1px solid #d2520b;
	border-bottom: 1px solid #a33f08;
}


/*nach rechts rutschender Bereich mit "nach oben Link" */
.right {
	padding: 0;
	width: 35.5em;
	background-color: #d2520b;
	padding-right: 1em;
	float: right;
	text-align: right;
}


/* Links */

a:link {
	color: #ff0000;
	text-decoration: none;
}

a:visited {
	color: #ff0000;
	text-decoration: none;
}

a:hover, a:focus {
	color: #880000;
	text-decoration: underline;
}

a:active {
	color: #000000;
}
p {
	margin: 12px 0px 0px;

}
.navigation {
	font-size: 9px;
	font-style: normal;
	text-decoration: overline;


}
.bildrahmen {
	border: 1px solid #000000;
}
.bildlinks {
	margin-right: 10px;
	border: 1px solid #000000;
	vertical-align: text-top;


}
