/*------------ CSS RESET ------------*/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

ul, ol {
	list-style: none;
}

b, strong {
	font-weight: bold;
}

img, a img {
	border: none;
}

/*------------ TAGs ------------*/

body {
 	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif, "Bitstream Vera Sans";
	height 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	/* background-color: siehe Ergaenzungstylesheet */
}

h1 {
	/* color: siehe Ergaenzungstylesheet */
	font-size: 24px;
	padding: 18px 0px 0px 0px;
}

h1:first-child {
	padding: 0px;
}

h2 {
	/* color: siehe Ergaenzungstylesheet */
	font-size: 20px;
	padding: 12px 0px 0px 0px;
}

h3 {
	/* color: siehe Ergaenzungstylesheet */
	font-size: 15px;
	padding: 12px 0px 0px 0px;
	font-weight: normal;
}

h4 {
	/* color: siehe Ergaenzungstylesheet */
	font-size: 13px;
	padding: 12px 0px 0px 0px;
}

p {
	/* color: siehe Ergaenzungstylesheet */
	margin: 5px 0px;
	padding: 0px;
	font-size: 13px;
    text-align: justify;
	line-height: 1.5em;
}


/*------------ TAGs plus CLASSes ------------*/

h2.untertitel {
	/* color: siehe Ergaenzungstylesheet */
	font-size: 16px;
	padding: 0;
	margin: 0px 0px 12px 0px;
}

p.blockzitat {	
	border-left: 1px solid #c7c7c7;
	padding: 0px 5px;
	margin: 15px 17px;
	font-size: 13px;
    text-align: justify;
}

p.rechtsbuendig {
	text-align: right;
}

a, a:visited {
	/* color: siehe Ergaenzungstylesheet */
	text-decoration: none;
	font-weight: normal;
}

a:hover, a:hover.inlinelink {
	/* color: siehe Ergaenzungstylesheet */
	text-decoration: none;
}

a.inlinelink {
	font-weight:normal;
	text-decoration: none;
	/* color: siehe Ergaenzungstylesheet */
}

a.fussnoten {
	font-weight: normal;
	text-decoration: none;
	/* color: siehe Ergaenzungstylesheet */
}

a:hover.fussnoten {
	/* color: siehe Ergaenzungstylesheet */
	text-decoration: none;
}

a:active {
	color: transparent;
}


/*------------ CLASSes (alphabetische Ordnung) ------------*/

.autor {
	/* color: siehe Ergaenzungstylesheet */
	font-size: 16px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: normal;
}

.bildunterschrift {
	color: #575757;
	font-size: 10px;
	text-align: center;
	margin-bottom: 15px;
}

.bold {
	color: #575757;
	font-weight: bold;
}

.center {
	text-align: center;
}

.eingerueckt {
	padding: 0px 24px;
}

.hochgestellt {
	font-size: 9px;
	vertical-align: text-top;
}

.italic {
	font-style: italic;
}

.imglinks {
	float: left;
	width: auto;
	background: #FFF;	
	padding: 4px;
	border: 1px solid #575757;
	margin-right: 12px;	
}

.imgOhneRahmen {
	float: left;
	width: auto;
	background: #FFF;	
	border: 0px;
	margin: 4px 12px 12px 0px;	
}

.kleinsatz {
	margin: 6px 12px;
	font-size: 12px;
}

.kleinsatz-ks3 {
	color: #8C8C8C;
	margin: 0px;
	font-size: 12px; 
}

.kleinsatz-ks5 {
	font-size: 11px;
	color: #8C8C8C;
	font-weight: normal;
	padding-left: 0px;
}

.thumb {	
	margin: 2px 6px 4px 0px;	
}

.thumb02 {	
	margin: 2px 0px 4px 0px;	
}

.underline {
	text-decoration: underline;
}

.wieP {
	color: #575757;	
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
}

.clear {
	clear: both;
}

/*------------ NAVIGATION ------------*/

#TXTmenu {
	position: fixed;
	left: 24px;
	/* top: siehe Ergaenzungsstylesheet */
	width: 133px;
	padding: 24px;
	/* background-color: siehe Ergaenzungsstylesheet */
	border: 1px solid transparent; /* color: im Ergaezungsstylesheet anpassen */
	-moz-border-radius:10px; /* Firefox */
 	-webkit-border-radius:10px; /* Safari, Chrome */
 	-khtml-border-radius:10px; /* Konqueror */
 	border-radius: 10px; /* CSS3 */
	line-height: 1em;
}

#TXTmenu h1 {
	/* color: siehe Ergaenzungsstylesheet */
	font-size: 12px;
	padding-top: 12px;
	margin: 0px;
	font-weight: normal;
}

#TXTmenu h1:first-child {
	padding-top: 0px;
}

#TXTmenu a:link, #TXTmenu a:visited {
	font-size: 11px;
	/* color: siehe Ergaenzungsstylesheet */	
	text-decoration: none;
}

#TXTmenu a:hover {
	font-size: 11px;
	/* color: siehe Ergaenzungsstylesheet */
	text-decoration: none;
}

/*------------ LAYOUT: CONTENT und COLUMN (1.content, 2.column, 3.divTags ------------*/

#content0112 {
	padding: 24px;
	/* background-color: siehe Ergaenzungsstylesheet */ 
}

#column0112 {
	height: 100%;
	max-width: 912px;
 	padding: 24px;
	margin: 0px 0px 0px 207px;
	/* background-color: siehe Ergaenzungsstylesheet */ 
	-moz-border-radius:10px; /* Firefox */
 	-webkit-border-radius:10px; /* Safari, Chrome */
 	-khtml-border-radius:10px; /* Konqueror */
 	border-radius: 10px; /* CSS3 */
	border: 1px solid transparent; /* color: im Ergaezungsstylesheet anpassen */
}

#column0112 h3:first-child {
	padding: 0;
}

h3 a:link, #column0112 h3 a:visited {
	color: #575757;
	font-size: 18px;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
}

#column0112 h3 a:hover {
	color: #CB2529;
	font-size: 18px;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
}

#column0112 ul.eingerueckt {
	margin: 5px 0px 5px 42px;
	list-style-type: disc;
}

#column0112 li {
	color: #575757;	
	margin: 0px;
	font-size: 15px;
    text-align: justify;
}

#column0112 ol.eingerueckt {
	color: #575757;	
	margin: 5px 0px 5px 42px;
	padding: 0px;
	font-size: 15px;
    text-align: justify;
	list-style-type: decimal;
}
