body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #868686;	
	font-size: 1em;
	}

#navigation{
	border: 8px solid #ededed;
	border-top: none;
	padding: 20px 40px;
	width: 900px;
	margin: auto;
	-moz-border-radius: 0em 0em 4em 1em;
	border-radius: 0em 0em 4em 1em;
	color: #868686;	
	}
	
#navigation a{
	padding-right: 2px;
	}

#wrapper{
	border: 8px solid #ededed;
	padding: 20px 40px 40px 40px;
	width: 900px;
	margin: auto;
	margin-top: 20px;
	-moz-border-radius: 1em 4em 1em 4em;
	border-radius: 1em 4em 1em 4em;
	}
h1, h2{ font-size: 1.4em; }	

h3{ font-size: 1em; margin:0px; padding: 0px; display:inline-block;}
#footer{
	border: 8px solid #ededed;
	padding: 20px 40px;
	height: 150px;
	width: 900px;
	margin: 20px auto 10px;
	-moz-border-radius: 4em 1em 1em 1em;
	border-radius: 4em 1em 1em 1em;
	color: #868686;
	text-align: center;
	}
	
.transparent{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
	
.error{
	background: #f5d0d0;
	border: 2px solid #cf4b4b;
	color: #cf4b4b;
	margin-bottom: 20px;
	padding: 10px;
	text-align:center;
	}
	
.save{
	background: #d8f6be;
	border: 2px solid #8fc75e;
	color: #8fc75e;
	margin-bottom: 20px;
	padding: 10px;
	text-align:center;
	}
	
#image, #kontakt{
	margin-top: 20px;
	padding: 20px;
 width: 350px;
	height: 350px;
	text-align:center;
	border: #ededed 1px solid;
	background: #f9f9f9;
	margin-bottom: 15px;

	}
	
#floats{
 width: 390px;
	float: left;
	text-align:center;
	}
	
.image{
	padding: 5px;
 width: 150px;
	height: 180px;
	text-align:center;
	border: #ededed 1px solid;
	background: #f9f9f9;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.image_pic{
 width: 150px;
	height: 153px;
	}	
	
.image_text a{
	font-size: 13px;
	}
	
.image_hover{
	background: #e5e5e5;
	}	
	
#info{
	margin-top: 20px;
	float: left;
	margin-left: 20px;
	width: 450px;
	padding: 20px;
	background: #f8f8f8;
	min-height: 450px;
	}
	
#info td{
	padding: 6px 5px;
	}

#kategorie{
	padding-top: 15px;
	}	
	
input, textarea{
 border: 1px solid #ededed;
	padding: 5px;
	height: 18px;
	width: 270px;
	color: #868686;;
	}
	
textarea{ height: auto;}

input.button, a.button, a.button:hover{
	height: auto;
	width: auto;
	padding: 5px 15px;
	margin-right: 10px;
	border: 1px solid #d1d1d1;;
	text-decoration: none;
	}
	
select{
	border: 1px solid #ededed;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	color: #000000;
	background: #e5e5e5;
	}


	a{
	color: #868686;	
	text-decoration: none;
		}	
		
	a:hover{
	text-decoration: underline;
	}
	
#beschreibung a{
		text-decoration: underline;
	}	
	
hr{
	border: 1px solid #bfbfbf;
	}

ol{padding-top: 10px;}

li{
	padding-top: 10px;
	}
	
	
a#like, a#like:hover{
	display:block;
	height: 13px;
	width:35px;
	padding: 14px 0px 10px 0px;
	background: url('./../images/like.png');
	text-align: center;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	
	}
	
.aktiv_link_seite{
	display:block;
	min-width:35px;
	background: #F9F9F9;
	padding: 5px;
		-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
		margin: 5px;
	}	
	
a.link_seite{
	display:block;
	min-width:35px;
	float: left;
	margin: 5px;
	text-align:center;
	background: #EDEDED;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	}
