/*********************************
	    Allgemeine Styles	
*********************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	background-color:#b8afb3;
	padding:0;
}

h1{
	font-weight:bold;
	color:#5c5859;
	font-size:12px;
	margin:0;
	padding:0;
}

/*********************************
	       Aufzählung	
*********************************/
dl#aufzaehl dd {
	list-style-type:none;
	background-image:url(../images/aufzaehl.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding: 0 0 0 10px;
	margin:0 0 0 0;
}

dl#aufzaehl{
	margin:-2px 0 0 0;
}

/*********************************
	    Styles für Links	
*********************************/
a.link {
	color:#5F002A;
	text-decoration:underline;
}

a.link:hover {
	color:#5F002A;
	font-weight:bold;
	text-decoration:underline;
}

a.link2 {
	color:#ffffff;
	text-decoration:underline;
}

/*********************************
	  Rahmen für die Bilder	
*********************************/
div.bilderrahmen {
	height:236px;
	width:303px;
	background-image:url(../images/bilderrahmen.gif);
	background-repeat:no-repeat;
	padding:3px 3px 0 10px;
	margin-bottom:10px;
}

div.bilderrahmen img {
	margin-bottom:8px;
}

/*********************************
	  Galerie	
*********************************/
#spalte4{
	float:left;
	width:200px;
}

div.galerie {
	height:180px;
	width:200px;
	background-image:url(../images/bilderrahmen_galerie.gif);
	background-repeat:no-repeat;
	padding:3px 3px 0 10px;
	margin-bottom:10px;
}

div.galerie img {
	margin-bottom:4px;
}

/* Sprachwahl */
.lang {
	float:right;
	color:#FFF;
	padding-top:2px;
	padding-right:5px;
}
.lang a {
	color: #ffffff;
	text-decoration: none;
	list-style-type:none;
}

.lang a:hover{
	color: #5C0029;
	text-decoration: none;
}
