.ueberschrift {
	font-family: Verdana, Geneva, sans-serif;
	color: #303030;
	font-size: 24px;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #303030;
	font-weight: lighter;
}
.text-ueberschrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #303030;
	font-weight: normal;
}

/*Links im footer*/

a.link:link {
	color:#999;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
a.link:hover {
	font-size: 14px;
	color:#999;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
}
a.link:visited {
	font-size: 14px;
	color:#999;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
a.link:active {
	font-size: 14px;
	color:#999;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}


/*CSS fuer links im  Text*/

a.linktext:link {
	color:#303030;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.linktext:hover {
	font-size: 16px;
	color:#303030;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
a.linktext:visited {
	font-size: 16px;
	color:#303030;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
a.linktext:active {
	font-size: 16px;
	color:#303030;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

/*Rahmen um Bilder*/

.border {
	border: solid #58223b;
	border-width: 1px;
	text-align: center;
	padding: 3px;
	margin: 10px;
}	

/*Copyright footer*/

.copyright {
color: #999;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
}

/*Hintergrundbild*/

body {
        background-image:url(../layout/background.jpg); 
		background-position:top; 
		background-repeat:no-repeat;
	
}

/*Scrollleiste erzwingen*/

html {
overflow-y: scroll;
}

/*Navigation*/

#navigation li {
	font-size: 20px;
	font-weight:100;
	display:inline;
	font-family: Papyrus;
	line-height: 36px;
	text-decoration: none;
}
#navigation {
	height: 36px;
	background-image: url(../layout/menu_liste.png);
	background-position: 0 -36px;
	text-decoration: none;
	padding: 0 0 0 7px;
}
#navigation a {
	color: #58223B;
	padding: 0 12px;
	float: left;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: none;
	background-image: url(../layout/menu_liste.png);
	background-position: 0px 0px;
}

/*zurückbutton*/

a.back {
	display:block;
	text-align:center;
	width:8ex;
	padding:5px;
	text-decoration:none;
    background-color:#FFC;
}

a.back:link    {
	color:#303030;
	background-color:#FFC;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}

a.back:hover   {
	color:#303030;
	background-color:#FC6;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a.back:visited {
	color:#303030;
	background-color:none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
a.back:active  {
	color:#303030;
	background-color:#fc6;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

body {    

	background-color:#CCC;
}