html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
        background-image: url(/img/background.jpg);
	font-family: Arial, Georgia, serif;
        scrollbar-face-color: #7a1d41;
        scrollbar-track-color: #ffffff;
        scrollbar-arrow-color: #7a1d41;
}

#gesamt {
	width: 980px!important; /* Firefox, Opera & CO */
	width: 983px; /* IE 5.01, 5.5, 6 */
	padding: 0;
	margin: 20px auto;
	color: #666;
	line-height: 130%;	 
	text-align: left;
}


#kopf  { text-align: right; }

#menu  { width: 641px; float: left; margin-top: 22px; text-align: left; }


#links {
	float: left;
	width: 530px;
        height: 600px;
	background-color: #fff;
}

#inhalt {
	margin: 0 0 0 480px;
	padding: 0px;
	background-color: #fff;
	border: 0px;
}


#fuss {
	border: 0px;
        color: #b47e95;
        font-size: 0.7em;
        margin: 3px;
        text-align: right;
        text-transform: uppercase;
}


h1 {
	margin: 0;
	padding: 30px 0px 0px 30px;
	line-height: 150%;
        font-size: 1.2em;
        color: #7a1d41;
        font-weight: normal!important; /* Firefox, Opera & CO */
        font-weight: bold; /* IE 5.01, 5.5, 6 */
}

h2 {
	margin: 0;
	padding: 5px 0px 0px 30px;
	line-height: 150%;
        font-size: 0.9em;
        color: #555;
        text-transform: uppercase;
        font-weight: normal!important; /* Firefox, Opera & CO */
        font-weight: bold; /* IE 5.01, 5.5, 6 */
}


p      {padding: 0px 30px 0px 30px; font-size: 0.87em;}


a { color: #7a1d41; text-decoration: none;}
a:hover { color: #7a1d41; text-decoration: underline}
a:active { color: #7a1d41; text-decoration: underline}

a.top1a {
display: block;
font-weight: normal!important; /* Firefox, Opera & CO */
font-weight: bold; /* IE 5.01, 5.5, 6 */
font-size: 0.87em;
text-decoration: none;
text-transform: uppercase;
padding: 0px 5px 0px 5px!important; /* Firefox, Opera & CO */
padding: 2px 5px 2px 5px; /* IE 5.01, 5.5, 6 */}
a.top1a:link    { color:#fff; text-decoration:none; }
a.top1a:visited { color:#fff; text-decoration:none; }
a.top1a:hover   { color:#7a1d41; text-decoration:none; }

a.top1b {
display: normal;
font-weight: normal!important; /* Firefox, Opera & CO */
font-weight: bold; /* IE 5.01, 5.5, 6 */
font-size: 0.87em;
text-decoration: none;
text-transform: uppercase;
padding: 0px 5px 0px 5px!important; /* Firefox, Opera & CO */
padding: 2px 5px 2px 5px; /* IE 5.01, 5.5, 6 */}
a.top1b:link    { color:#7a1d41; text-decoration:none; }
a.top1b:visited { color:#7a1d41; text-decoration:none; }
a.top1b:hover   { color:#7a1d41; text-decoration:none; }

#slideshow {
		position: relative;
		width: 450px;
		height: 600px;
		overflow: hidden;
		border: 0px solid #000000;
	}

#slideshow img {
		position: absolute;
		left: 0;
		top: 0;
		width: 450px;
		height: 600px;
	}

