#breadcrumb {
	margin-top:0px;
	margin-left:5px;
	margin-right:100px;
	height: 20px;
	width:auto;
	font-size:11px;

	text-align:left;
}
#breadcrumb a {	
	text-decoration:none;
}
#breadcrumb a:hover {
	color:#F00;
	text-decoration:underline;
}
#galerie {
	-moz-border-radius:10px;
	border-radius:10px;
	padding:10px;
	width:170px;
	margin:10px 0px;
	float:left;
}

#galerie img {
	background:#fff;
	width:150px;
	margin:5px 0px;
	padding:10px 10px 10px 10px;
	opacity:0.9;
	-moz-box-shadow: 0 0 5px 2px #ccc;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc;
	-webkit-transition: all 0.4s ease-out;	/* Saf3.1+, Chrome */
	-moz-transition: all 0.4s ease-out;	/* FF3.5+ */
	-o-transition: all 0.4s ease-out;	/* Opera */
	transition: all 0.4s ease-out;
}

#galerie img:hover {
	width: 100%;
	opacity:1;
	padding:0;
	position:relative;
	z-index:1;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	-webkit-transform: rotate(0deg) scale(5);  /* Saf3.1+, Chrome */
	-moz-transform: rotate(0deg) scale(5);  /* FF3.5+ */
	-o-transform: rotate(0deg) scale(5);  /* Opera */
	transform: rotate(0deg) scale(5);	
}
#textfeld {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:550px;
	margin-top:0;
	padding:10px; 
}
#textfeld table {
	border: 0px solid;
	margin: 1em;
	float:left;
}

#textfeld tr {
	border-top: 0px solid;
	border-bottom: 0px solid;
}

#textfeld tr:first-child {
	border-top: 0 none;
}

#textfeld th {
	padding: 1em;
	padding-left: 0.4em;
	padding-right: 0.4em;
}
#textfeld td {
	padding-left: 1em;;
}
#textfeld tfoot tr,
#textfeld thead tr {
	background-color: #CCC;
}
#textfeld th {
	font-size: 1.2em;
}

#textfeld tbody th {
	text-align: left;
}
#textfeld tbody td {
	text-align:left;
}
#linkliste {
	-moz-border-radius:10px;
	border-radius:10px;
	padding:10px;
	width:700px;
	margin:10px 0px;
	float:left;
}

#linkliste img {
	background:#fff;
	width:150px;
	margin:5px 0px;
	padding:10px 540px 10px 10px;
	opacity:0.8;
	-moz-box-shadow: 0 0 5px 2px #ccc;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc;
	-webkit-transition: all 0.4s ease-out;	/* Saf3.1+, Chrome */
	-moz-transition: all 0.4s ease-out;	/* FF3.5+ */
	-o-transition: all 0.4s ease-out;	/* Opera */
	transition: all 0.4s ease-out;
}
#linkliste div {
	width: 530px;
	margin: 0 auto; 
	border: 1px #F00;
}
			  