/*------------ 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: Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
  	background-color: #fff;
}

h1 {
	color: #474747;
	font-size: 24px;
	padding: 0px;
	margin: 18px 0px 0px 0px;
	font-weight: bold;
}

h2 {
	color: #474747;
	font-size: 20px;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	font-weight: bold;
}

h3 {
	color: #474747;
	font-size: 18px;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	font-weight: bold;
}

h4 {
	color: #474747;
	font-size: 15px;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	font-weight: bold;
}

p {
	color: #000;	
	margin: 5px 0px;
	padding: 0px;
	font-size: 15px;
    text-align: justify;
}


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

h2.untertitel {
	font-size: 16px;
	margin: 2px 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:link, a:visited {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a:hover, a:hover.inlinelink {
	color: #ff002d;
	text-decoration: none;
}

a.inlinelink {
	font-weight:normal;
	text-decoration: underline;
	color:#000;
}

a.fussnoten {
	font-weight: normal !important;
	text-decoration: none;
	color: #000;
	font-size: 15px !important;
}

a:hover.fussnoten {
	color: #ff002d;
	text-decoration: none;
	font-size: 15px !important;
}


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

.autor {
	color:#474747;
	font-size: 16px;
	padding: 0px;
	margin-bottom: 12px;
	font-weight: bold;
}

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

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

.center {
	text-align: center;
}

.eingerueckt {
	padding: 0px 24px;
}

.hochgestellt {
	vertical-align: text-top;
}

.italic {
	font-style: italic;
}

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

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

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

.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: #000;	
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
}


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

#TXTmenu {
	position: fixed;
	left: 24px;
	top: 24px;
}

#TXTmenu h1 {
	color: #474747;
	font-size: 15px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	font-weight: normal;
}

#TXTmenu a:link, #TXTmenu a:visited {
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}

#TXTmenu a:hover {
	font-size: 13px;
	color: #ff002d;
	text-decoration: none;
}


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

#content0112 {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#column0112 {
	height: 100%;
 	padding: 12px;
	margin: 0px 156px 0px 156px;
}


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

#column0112 h3 a:hover {
	color: #ff002d;
	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: #000;	
	margin: 0px;
	font-size: 15px;
    text-align: justify;
}

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


/*------------ STYLESWITCHER: Ein- und Ausblenden ------------*/

#header, #footer, .linkzeile {
	display: none;
}
