﻿* {
 margin: 0;
 padding: 0;
}

body {
 background: url(Layout/bg-body.jpg) repeat-y #d3898d /*#D4898E */;
 font: small/120% Verdana, Geneva, Arial, sans-serif black;
}
	
a:link {
 color: black;
}

a:visited{
 color: black;
}

a:hover{
 color: #d3898d;
}

p	{
 margin: 0 0 1em;
}

	#galerie p,tr,th,td{
		font-size: x-small;
		font-style: italic;
		}

	h1	{
		border-bottom: 1px solid gray;
		padding-top: 20px;
		padding-bottom: 15px;
		font-size: 150%;
		margin-bottom: 1em;
		}
		
	h2	{
		font-size: 100%;
		margin-bottom: 1em;
		}
		
	h3	{
		font-size: 95%;
		color: #222;
		}

img {
 float: left;
 border: 1px solid gray;
 margin: 0 1em 1em 0;
}

img.float-right {
 float: right;
 margin: 0 0 1em 1em;

}

/* ------- NAVIGATION --------------- */


#navigation {
 width: 196px;
 float: left;
 margin-top: 91px;
	font-size: 90%;
}

#navigation ul {
 list-style-type: none;
}


#navigation ul li {
 list-style-type: none;
 padding: 2px 0px;
}

#navigation a {
 text-decoration: none;
 background: none;
display: block;
padding: 5px 10px;
color: black;
}

#navigation a:hover {
 text-decoration: none;
display: block;
padding: 5px 10px;
background: #ffee92;
}

#navigation a.aktiv {
 text-decoration: none;
display: block;
padding: 5px 10px;
background: white;
}

/* ---------- INHALT ----------------- */


#inhalt-mitte {
 background: url(Layout/bg-inhalt-mitte.gif) repeat-y;
 margin: 30px 0 0 196px;
 width: 764px;
}

#inhalt-oben {
 background: url(Layout/bg-inhalt-oben.gif) no-repeat;
}

#inhalt-unten {
 background: url(Layout/bg-inhalt-unten.gif) bottom no-repeat;
 width: 764px;
 min-height: 600px;
}

#text {
 padding: 70px 130px 100px 50px;
}

#fussleiste {
 margin-left: 196px;
 width: 700px;
 text-align: center;
	font-size: 90%;
}

#fussleiste * {
 color: #444;
}

﻿

