

/* --- Stylesheet 1 () --------- */ 

#body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
}

#body a, #body a:visited {
	color: #fff;
	text-decoration: none;
}

#body a:hover {
	color: #000;
	background-color: #fff;
	padding: 1px 2px 1px 2px;
}

#seite_rand {
	padding: 20px;
	overflow: hidden;
	min-width: 930px;
}

#seite {
	background-color: #444;
}


#inhalt a {
	border-bottom: 1px dotted #ccc;
}


#motiv {
	position: relative;
	background-color: #333;
	min-height: 400px;
	height: auto;
	height: 100%;
}