* { margin: 0; padding: 0 }

body { 
	color: #23283b;
	font-family: Georgia, Times, serif;
	font-size: small;
	line-height: 1.4em;
	background: #202833; }

#wrap { 
	width: 960px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -75px 0px 0px -480px; }

#content {
	padding: 0px;
	width: 940px;
	margin: 0 0 .5em;
	background: rgba(255,255,255,.6);
	background-image: url('../../images/gradient-radial.png');
	background-position: 0 0; background-repeat: no-repeat;
	border: 1px solid rgba(255,255,255,.66);
	border-width: 1px 0; }

#content img {
	float: left;
	margin:20px; }

#content p {
	font-size: 138.5%;
	line-height: 1.4em;
	letter-spacing: -.01em;
	text-shadow: 1px 1px #ccd0d5;
	padding:0px 10px;
	border-left: 1px solid #fff; border-left: 1px solid rgba(255,255,255,.5); }

#items {
	position: relative;
	margin-left:240px;
	padding: 0px; }

#footer {
	font-family: Tahoma, Arial, sans-serif;
	color: #fff;
	font-size: 84.6%;
	opacity: .5;
	margin: .5em 0;
	padding: 0 20px; }

#footer a {
	color: #fff;
	text-decoration: none; }

#footer a:hover, #footer a:focus {
	text-decoration: underline; }

a { color: #23283b; }

.item {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none; }

.active {
	display:inline; }

#backgroundImg {
	display:none; }

#items p { padding:0.5em 10px; }

/*
#home, #contact { padding-top:18px; }
#imprint { padding-top:8px; }
*/
/* ---[ Seitenaufbau allgemein ]------------------------------- */


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
