/* ---------------------------------------------------------
   allgemein
--------------------------------------------------------- */
body {
	color: #000;
	margin: 0;
	padding: 0;	
	text-align: left;	
	font-family: serif; /* Arial, Verdana, sans-serif */
	font-size: 11pt !important;
}

h1, h2, h3, h4, h5, h6, p, form, fieldset {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 10pt;
	color: #000;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10pt;
	color: #000;
}

h3 {
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 10pt;
	color: #000;
}

h4 {
	font-size: 11pt;
	margin-bottom: 6pt;
}

h1 a,
h2 a,
h3 a,
h4 a {
	text-decoration: none;
	color: black;
}

table {
	border-collapse: collapse;
	margin-left: 0.1em;
	font-size: 1em;
}
table td, table th {
	border: 1px solid #000;
	padding: 0.2em;
	color: #000;
}

img {
	border: none;
}

p {
	line-height: 13pt;
	padding-bottom: 12pt;
}

/* Seiten-URL einfuegen */
#page-url {
	margin-top: 10pt;
	display: block;
	font-size: 9pt;
	color: #666;
}

/* alle links */
a {
	color:#000;
	text-decoration:underline;
}

#jumper, #header, #metanav-box, #marginal-lft,
.chapternav {
	display: none;
}

#pagewrap {
	margin: 20px 0 0 20px;
	width: 650px;
}
.teaser-img {
	padding-bottom: 12pt;
}
.teaser-img img{
	padding-bottom: 5px;
}

.intro {
	font-weight: bold;
	font-size: 12pt;
}

/* full-std */
.full-std .sub-img p {
	font-size: 9pt;
	font-weight: bold;
	padding-top: 5px;
}
.full-std .intro {
	font-size: 11pt;
}
.full-std .sub-img-fr {
	float: right;
	margin: 0 0 0 20px;	
}
.full-std .sub-img-fl {
	float: left;
	margin: 0 20px 10px 0;	
}
.full-std .img-287,
.full-std .img-287 img {
	width: 211px;
}
.full-std .img-211,
.full-std .img-211 img {
	width: 211px;
}

/* archiv */
.archiv .sub-cover {
	float: left;
	width: 230px;
}
.archiv .sub-ctn {
	margin-left: 230px;
}
.issue-nav {
	border-top: 1px solid #666;
}
.issue-nav li {
	float: left;
	list-style-type: none;
	padding-top: 10px;
	width: 150px;
}

/* -------------------------------------------------------------------
   umgehung von clear-tags
 ------------------------------------------------------------------ */
/* src: http://jassesnee.de/easyclear/index.html */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
