/*------------ 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;
	margin: 0px;
	padding: 0px;
	background: #000 url(../Background/orah.jpg) fixed no-repeat bottom center;
}

h1, h2 {
	color: #4d000e;
	font-size: 20px;
	padding: 0px;
	font-weight: bold;
}

h1 {
	margin: 12px 0px 0px 0px;
}

h2 {
	margin: 18px 0px 0px 0px;
}

h3 {
	color: #4d000e;
	font-size: 16px;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	font-weight: bold;
}

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

h5 {
	color: #4d000e;
	font-size: 15px;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	font-weight: normal;
}

h6 {
	color: #4d000e;
	font-size: 15px;
	padding: 0px;
	margin: 25px 0px 10px 0px; 
	font-weight: bold;
}

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

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

h1:before {
	content: url(../ico/federkiel.jpg);
}

h2.h1Klasse {
	margin: 12px 0px 0px 0px;
}

h2.untertitel {
	font-size: 16px;
	margin: 2px 0px 12px 0px;
}

h6.h6B {
	margin: 8px 0px 0px 0px;
}

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

p.linksbuendig {
	text-align: left;
}

p.rechtsbuendig {
	margin: 6px 0px;
	padding: 0px;
	font-size: 11px;	
	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:link.linkzeile:before, a:visited.linkzeile:before {
	content: url(../ico/quadratFFCE80_10.jpg);
}

a:hover.linkzeile:before {
	content: url(../ico/quadratFFF5E6_10.jpg);
}

a:hover.linkzeile {
	color: #000;
	font-weight: bold;
}

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

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


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

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

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

.black {
	color: #000;
}

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

.center {
	text-align: center;
}

.clearer { 
	clear: both; 
}

.eingerueckt {
	padding: 0px 24px;
}

.h4zusatz {
	font-size: 13px;
	font-weight: normal;
} 

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

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

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

.italic {
	font-style: italic;
}

.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;
}

.siesindhier {
	background-image: url(../ico/quadratFFF5E6.jpg); 
	background-repeat: repeat-y; 
	background-position: 0px;
}

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

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

.titel {
	color: #4d000e;
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

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

.zumLink {
	margin-top: -5px;
	padding: 0px 0px 0px 20px;
	font-size: 13px;
	text-align: left;
	color: #474747;
}


/*------------ LAYOUT: AUSSENWRAPPER (= Allumschliesser) ------------*/

#aussenwrapper { 
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	background: #fff;
 	width: 960px;
	height: 100%;
}

/*------------ LAYOUT: HEADER (= umschliesst Logo und Navigation) ------------*/

#header {
	width: 100%;
	height: 192px;	
}

#header img {
	background: #fff;	
	padding: 0px;
	border: none;
	margin: 0px;	
}


/*------------ LAYOUT: LOGO ------------*/

#logo {	
 	padding: 0px;
 	height: 160px;
}

/*------------ LAYOUT: NAVIGATION ------------*/

/*------------ NAVIGATION: menu ------------*/

#menu {
  	font-size: 13px;
 	padding: 0px;
 	border-top: 6px solid #805740;
	background: #805740;
}

#menu div {
    clear: left;
  }

/*------------ NAVIGATION: navigation ------------*/

ul#navigation {
    margin: 0; 
	padding: 0;
    text-align: center;
  }

 ul#navigation li {
    list-style: none;
    float: left;
	width: auto;
    position: relative;
    margin-left: 6px; padding: 0px;
	border: 1px solid #4d1c00;
  }

ul#navigation li ul {
    margin: 0px; padding: 0px;
    width: 151px;
    position: absolute;
    top: 26px; left: 0px;
  }

ul#navigation li ul li {
 	margin: 0px; padding: 0px;
	border: none;
	border-bottom: 1px solid #000;
	z-index:3;
}

 ul#navigation a {
    display: block;
    width: 151px;
    padding: 5px 0px;
    color: #000;
    background-color: #ffce80;
  }
 
  ul#navigation a:hover {
    padding: 5px 0px;
	font-weight: bold;
    background-color: #fff5e6;
  }

 ul#navigation li ul a {
    background-color: #ffaf80;
  }


/*------------ NAVIGATION: Dynamisches Ein- und Ausblenden ------------*/

  ul#navigation li ul  {
    display: none;
  }
  ul#navigation li:hover ul {
    display: block;
    background: #f9a16d;
  }


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

#content0112, #content01-0211-12 {
 	margin-top: 1px;
	padding: 0px;
	height: 100%;
	width: 960px;	
}

#content01030412 {
 	margin-top: 1px;
	padding: 0px;
	height: 100%;
	width: 960px;
	background: #fff;
	background: url(../Background/246pxBg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

#content0103-0409-1012 {
 	margin-top: 1px;
	padding: 0px;
	height: 100%;
	width: 960px;
	background: #fff;
	background: url(../Background/246-468-246pxBg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

#content01091012 {
 	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 960px;
	background: #fff;
	background: url(../Background/246pxBg.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}


#column01 {
	background-color: #fff;
 	float: left;
	height: 100%;
 	width: 54px;
 	padding: 12px 12px 12px 24px;
}

#column0103 { 
	background-color: #c7c7c7;
 	float: left;
	height: 100%;
 	width: 210px;
 	padding: 12px 12px 12px 24px;
}

#column0112 { 
	height: 100%;
 	float: left;
 	width: 912px;
 	padding: 12px 24px 12px 24px;
}

#column0109 { 
	height: 100%;
 	float: left;
 	width: 678px;
 	padding: 12px 12px 12px 24px;
}

#column0211 {
	background-color: #fff;
 	float: left;
	height: 100%;
 	width: 756px;
 	padding: 12px;
}

#column0409 {
	background-color: #fff;
 	float: left;
	height: 100%;
 	width: 444px;
 	padding: 12px;
}

#column0412 { 
	height: 100%;
 	width: 678px;
 	float: right;
	padding: 12px 24px 12px 12px;
}

#column1012 { 
	background-color: #c7c7c7;
	height: 100%; 	
	width: 210px;
 	float: right;
	padding: 12px 24px 12px 12px;
}

#column12 {
	background-color: #fff;
 	float: left;
	height: 100%;
 	width: 54px;
 	padding: 12px 24px 12px 12px;
}


#column0103 img,  #column1012 img {
	background: #fff;	
	padding: 4px;
	border: 1px solid #4d000e;
	margin-top: 12px;	
}

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

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


#column0112 ul,
#column0412 ul,
#column0109 ul,
#column0211 ul,
#column0409 ul {
	margin: 5px 0px 5px 24px;
	padding: 0px;
	font-size: 15px;
    text-align: justify;
}

#column0112 ol,
#column0412 ol,
#column0109 ol,
#column0211 ol,
#column0409 ol {	
	margin: 5px 0px 5px 24px;
	padding: 0px;
	font-size: 15px;
    text-align: justify;
	list-style-type: decimal;
}

#column0112 ul.eingerueckt {
	margin: 5px 0px 5px 42px;
	list-style-type: disc;
} /*--- siehe 2003Pannenberg.html ---*/

#column0112 ol.eingerueckt {
	margin: 5px 0px 5px 42px;
	list-style-type: decimal;
} /*--- siehe 19920704Entsprechungskunde ---*/

#column0112 li,
#column0211 li {
	color: #000;
	margin: 2px 0px;
	font-size: 15px;
    text-align: justify;
}


/*------------ LAYOUT: CONTENT: fixed sidemenu (Besonderheit von standard-1b.css) ------------*/

#fixed_sidemenu {
	position:fixed; top:205px;
}

/*------------ LAYOUT: FOOTER ------------*/

#footer { 
	width: 912px;
	height: 20px; 
	font-size: 11px;
	text-align: right;
 	color: #000;
 	background: #805740;
	padding: 10px 24px 0px 24px;
	clear: both;
}

#footer a:hover {
	color: #fff;
}


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

#TXTmenu {
	display: none;
}