body {
	background: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
img {
	border: none;	
}
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.hidden {
	display: none;	
}

/* Positionierung */
#wrapper {
	position: relative;
	width:100%;
}

	#logo {
		position: relative;
		left:0px;
		top:0px;
		margin-bottom: 25px;
	}
	#metaNavi {
		display: none;
	}
	#keyvisual {
		display: none;
	}
#content {
	position: relative;
	width: 80%;
}
#contentInner {
	margin:0;
	padding:0;
}
#left {
	display: none;
}


/* content -> contentInner */ 

#content h1 {
	margin:0;
	font-weight:bold;
	color:#fff;
	font-size: 15px;
	height:35px;
}

#contentInner  {
	width:80%;
	padding: 0;
}


#contentInner h1,
#contentInner h2 ,
#contentInner h3 ,
#contentInner h4 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
	font-size: 10pt;
	background:none !important;
}
#contentInner h4 {
	margin:0 0 0 0;
}

#contentInner div.images {
	margin:0 0 0 20px;
	float:right;
}

#contentInner div.pictures img{
	margin:0 0 20px 0;
	width:150px;
}

/* content -> footer */ 


#footer {
	display: none;
}
#footerBottom {
	display: none;
}

/* links / Navigation */


h1, h2, h3, h4 {
	margin: 0;
	color: #333;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
p {
	margin: 0 0 20px 0;
}
.hilite {
	background: #F9F7ED;
	padding: 0 3px 0 3px;
	border-bottom: 1px solid #ccc;
}


