
body {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background: #ffffff;
	padding:0.5cm;
	text-align:left;
}

/********* ALLGEMEIN *********/
/********* Hintergrundbild ***/
#desktop {
	display:none;
}

#desktop_picture {
	display:compact;
}


a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	display:none;
}

a:hover {
	display:none;
}

img {
	border: none;
}

ul {
	list-style-type: square;
	margin-top:0px;
	margin-left: 17px;
	padding-left: 0px;
}

li {
	margin-bottom:10px;
}


p {
	padding: 0px 0px 15px;
	margin: 0px;
}

h1 {
	color: #000000;
	margin:0px;
	border-bottom: 1px solid #000000;
	font-size: 16pt;
	font-family:"Times New Roman", Times, serif;
	padding-bottom: 3px;
}

h2 {
	color: #000000;
	margin: 0px;
	border-bottom: 1px solid #000000;
	font-size: 14pt;
	font-family:"Times New Roman", Times, serif;
	padding-bottom: 3px;
}

form {
	margin:0px;
	padding:0px;
}

#page {
	margin: 0px auto;
	margin-top: 0px;
	width: 100%;
	border-left: none;
	border-right: none;
	background: none;
	position:relative;
}

/* header area */
#header {
	display:none;
}

#logo {
	display:none;
}

#nav {
	display:none;
}

#nav li {
	display:none;
}

#nav .nav01 a{
	display:none;
}

#nav .nav01 a:hover {
	display:none;
}

#nav .nav01_active a, #nav .nav01_active a:visited{
	display:none;
}

/* subnav */

#subnav {
	display:none;
}

#subnav li {
	display:none;
}

a.subnav{
	display:none;
}
a.subnav:hover {
	display:none;
}

.subnav_active, a.subnav_active:link, a.subnav_active:hover, a.subnav_active:visited, a.subnav_active:active {
	display:none;
}

/* news */

#news {
	display:none;
}

#news_content {
	display:none;
}

/* content area */

#content {
	padding: 0px;
	margin: 0px;
	width: 100%;
	left:0px;
}

.post {
	clear:both;
	padding: 0px;
	margin: 0px;
	left:0px;
	text-align: left;
}
 
.post-content {
	clear: both;
	padding: 0px;
	margin:0px;
	font-size:13px;
	line-height:1.4;
}

.post-content-home {
	clear: both;
	padding: 0px;
	line-height:1.4;
	margin: 0px;
}

/* footer */

#footer {
	border-top: 1px solid #000000;
	width:100%;
	background: none;
	color:#000000;
	font-size:11pt;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	font-weight:normal;
}

#footer a:link {
	color: #000000;
	font-weight: normal;
	text-decoration:none;
	font-size:11pt;
}

#footer a:hover {
	display:none;
}

#footer hr {
	display: none;
}

/********* HEADER **************/
/********* Metanavigation ******/
#metanav {
	display:none;
}

a.metanav, a.metanav:link, a.metanav:visited {
	display:none;
}

a.metanav:hover, a.metanav:active {
	display:none;
}

a.metanav_selected, a.metanav_selected:link, a.metanav_selected:visited {
	display:none;
}

a.metanav_selected:hover, a.metanav_selected:active {
	display:none;
}

