﻿body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
}

#wrapper{
	width:540px;
	margin-left:70px;
	margin-top:50px;
}

a{
	color:black;
	font-size:12px;
}

a img{
	border:none;
}

#print_header{
	display:block;
}

div#content a img, div#content p img{
	margin-left:-5px;
}


td{
	padding:10px;
	vertical-align:top;
	width:auto;
}

#header, #topDecor, #bottomDecor, #footer,#languageswitcher{
	display:none;
}


div#primary{
	display:none;
}
div#secondary{
	display:none;
}


div#container {
	width:90%;
	margin:2em;
}

.linklove{
	display:none;
}

.copy{
	display:none;
}

h1 {
	font-size:140%;
	}

h2 {
	font-size:130%;
	}
h3 {
	font-size:110%;
	font-weight:bold;
	text-transform:capitalize;
	}
h4 {
	font-size:100%;
	font-weight:bold;
	text-transform:capitalize;
	}
h5 {
	font-size:100%;
	font-weight:bold;
	}

div.ddsg-wrapper p{
	display:none;
}
div.entry-meta span.author,div.entry-meta span.meta-sep,div.entry-meta span.comments-link{
	display: none;
}
div#nav-above, div#nav-below, div.entry-meta{
	display: none;
}
.back{
	display:none;
}

/* Vertikaler Rhythmus basierend auf 14px Basisgröße
--------------------------------------------------------------------------------------- */
body {
	color:#404040;
}
div #content ul {
	list-style-position:inside;
	list-style-type:square;
	font-size:.85em;
	margin-top:1.5em;
}
div #content ul li{
	margin-bottom:.65em;
}

div #content ul.ulgrafik1,div #content ul.ulgrafik2 {
	list-style-position:outside;
	}

div #content ul.ulgrafik1 li,div #content ul.ulgrafik2 li {
	list-style-type:none;
	background-image:url(images/listpoint_typ1.gif);
	background-repeat:no-repeat;
	padding-left:14px;
}

div #content ul.ulgrafik2 li {
	background-image:url(images/listpoint_typ2.gif);
	margin-bottom:.5em;
	padding-top:.4em;
	padding-bottom:.4em;
	padding-left:26px;
	font-weight:bold;

}

p {
	margin-top: .9em;
	margin-bottom: 0.65em;
	font-size:.85em;
	line-height:145%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: .95em;
	line-height:1.2em;
	margin-top: 1.43em;
	margin-bottom: 0.65em;
	font-weight:bold;
	text-align:left;

}
h1 {
	color:#CC0000;
	font-size:1em;
}
h1 span {
	display: none;
}

h2,h3,h4,h5{
	color:#404040;
	padding-bottom:.1em;
}


h3{
	border:none;
}

h4,h5 {
	color:#CC0000;
}
h5{
	border:none;

}

/* Formulare */
div#content .cform, div#content .cform label, div#content .cform input, div#content .cform select,div#content .cform textarea {
	font-size:12px;
}

/* Archiv Beiträge Startseite */
div.exerpt{
	margin-top:25px;
}
div.exerpt h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
	border:none;
	margin-bottom:0em;
}
div.exerpt p a{
	display:none;
}

div.exerpt h2 a{
	color:#CC0000;
	text-decoration:none;
	border-bottom:1px dotted silver;
	}
div.exerpt h2 a:hover{
	border-bottom:1px solid #CC0000;
}

div.exerpt span.date{
	color:#999999;
	font-size:85%;
	font-weight:normal;
}
div.exerpt p{
	margin-top:0em;
}


