/*
Theme Name: WebDesign
Theme URI: http://www.webdesign-in.de/
Description:
Version: 1.00
Author: mts
Author URI: http://www.webdesign-in.de/
use it under the creative common license
URI:http://creativecommons.org/licenses/by-nc/2.0/
*/
/*structure*/
body {
   background: white;
   color:black;
   font-size: 12pt;
}

#header,
#sidebar,
#titel blockquote,
#titel cite,
.leaveresponse,
.invisible,
.postdata,
.navigation{
	display:none;
}
#content,
#aussen {
		width: auto;
		margin: 0 1%;
		padding: 0;
		border: 0;
		float: none !important;
		color: black;
		background: white;
}
div#artikel,div#content {
	margin-left: 5%;
	padding-top: 1em;
	border-top: 1px solid #930;
}
#titel, #titel h1{
		width: auto;
		margin-left:5%;
		padding-top: 13pt;
		border-top: 1px solid #930;
		float: none !important;
		color: black;
		background: white;
}
h1,h2,h3,h4,h5, h6{
	font-size: 13pt;
	color: #551A8B;
	background: white;
}

a:link,
   a:visited {
		color: #551A8B;
		background: white;
		text-decoration: underline;
}

#content a:link:after,
	#content a:visited:after {
   	content: " (" attr(href) ") ";
   	font-size: 90%;
}

#content a[href^="/"]:after {
   content: " (http://www.webdesign-in.de" attr(href) ") ";
   }

#content  ul,
	#content  ol,
	.serie ol {
		margin:0px 5px 0px 15px;
		padding:5px 0 0 5px;
}

dl, dt, dd {
	float:none !important;
}
#content  ul li,
	#content  ol li ,
	.serie ol li{
		padding:4px 6px;
		line-height:140%;
}


