/*Dies ist katharina-css*/


body {
	background-image: url(images/farbverlauf-body.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin-top: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}


	
a:link {
	color: #cc3399;} 

a:visited {
	background-color: #ff99cc;
	color: #cc3399;}

a:hover {
	background-color: #ff99cc;}

a:active {
	background-color: #ff99cc;}
	
a.copy {font-size: 1em;
	line-height: 1.5em;
	color: #cc3399;}
	
a.copy:visited {
		color:#808080;}

a.copy:hover {
	color:#808080;}

a.copy:active {
	color:#808080}
	
#header {
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 193px;
	width:772px;
	background-repeat: no-repeat;
}
	#header p {
		font-family: sans-serif;
		font-weight: bold;
		font-style: oblique;
		text-align: left;
		padding-left: 20px;
		color: #cc0099;
		font-size: 1.3em;
		}

#image-bar {
	position: relative;
	width: 772px;
	height: 130px;
	margin-left: 193px;	
	margin-top: 20px;}

	#bild-links {
		background-image: url(images/ritterburg.jpg);
		height: 130px;
		width: 193px;
		background-position: left center;
		position: absolute;
		visibility: visible;
		background-repeat: no-repeat;}

	#bild-mitte-links {
		background-image: url(images/filzball1.jpg);
		height: 130px;
		width: 193px; 
		position: absolute;
		left: 193px;
		visibility: visible;
		background-repeat: no-repeat;
		}

	#bild-mitte-rechts {
		background-image: url(images/filzen3.jpg);
		height: 130px;
		width: 193px; 
		position: absolute;
		left: 386px;
		visibility: visible;
		background-repeat: no-repeat;
		}

	#bild-rechts {
		background-image: url(images/topf.jpg);
		height: 130px;
		width: 193px; 
		position: absolute;
		left: 579px;
		visibility: visible;
		background-repeat: no-repeat;
		}

#content {
	width: 965px;
	height:auto;
			}
	

#navbar {
	position: absolute;
	width: 193px;
	background-repeat: repeat-x;
		
	}

	#navbar, ul {
		left: -1.5em;
		font-weight: bold;
		line-height: 1.8em;
		list-style:none;
		
		
		}
	
		
	#navbar ul li a:link, #navbar ul li a:visited {
		text-decoration:none;
						}
	
	
	#navbar ul li a:hover #navbar ul li a:active				{
		background-color: #ff99cc;
		}
		 	

#main-text {
	background-color: #ffffff;
	height: auto;
	with: 772px;
	margin-left: 193px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #000000;
	}


	
h1 {font-size: 1.3em;
	text-align: left;
	font-style: italic;
		}
	
h2 {font-size: 1em;
	line-height: 0.5em
	font-weight:bold;
	}
p {
	text-align:left;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 0.3em;
		}
		
		
