@charset "UTF-8";


/* Zurücksetzen der Innen- und Außenabstände */
* {
	margin: 0;
	padding: 0;
}

/* Farben und Hintergründe setzen */
html, body {
	color: #494049;
	background-color: white;
	background: url(img/bgmain.gif);
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
}

/* kein Border um Bilder bei Link */
a img {
	border:none;
}

.page_margins {
	margin: 0 auto;
	width: auto; 
	min-width: 550px;
	max-width: 920px; /* 730px bei 3 Bildern, 920px bei 4 Bildern */
}

/**
* @section Kopf = p0
*/

#p0 {
	background-color: transparent;
	height: 100px;
	margin: auto;
	position: relative;
	padding-top: 10px;
	}

#p0 h1 {
	float: left;
	margin-left: 10px;
	margin-top: 30px;
	}
	
#p0 img {
	border: none;
	}	

#p0 h2 {
	color: #663362;
	font-size: 1.1em;
	margin-top: 38px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	} 


	
/**
* @section Topmenü
*/

#p0 ol {
	width: 100%;
	font-size: 0.8em;
	list-style-type: none;
	position: absolute;
	top: -1px;	
	display:block;
	color: #8b5983;
	background-color: #f2f0f2;
	border: #caa4c7 solid 1px;
}
			
#p0 ol li {
	float: right;
	padding: 0 10px;
}
			
#p0 ol li strong {
	color: #8b5983;
	text-decoration: underline;
}			
			
#p0 ol li a:link,
#p0 ol li a:visited {
	font-weight: normal;
	line-height: 0.8em;
	color: #8b5983;
	text-decoration: none;
}

#p0 ol li a:hover,
#p0 ol li a:focus,
#p0 ol li a:active {
	text-decoration: underline;
	font-weight: normal;
}


/**
* @section Hauptmenü
*/
#p0 ul {
	bottom: -1px;
	right: 0;
	margin: 0;
	position: absolute;
}
#p0 ul li {
	float: left;
	list-style: none;
	margin: 0 8px 0 0;
}
#p0 ul a,
#p0 ul strong {
	color: #8b5983;
	background: #e6dae5;
	display: block;
	padding: .1em 1em;
	text-decoration: none;
	font-weight: bold;
	border: #caa4c7 solid 1px;
}
#p0 ul a:hover,
#p0 ul a:focus,
#p0 ul a:active {
	color: #953f87;
	background: #f2f0f2;
	}
	
#p0 ul strong {
	color: #953f87;
	background: #f2f0f2;
	border-bottom: #f2f0f2 solid 1px;
	}


/**
* @section Submenü
*/
#sidebar {
				padding: 0 20px 0 20px;
				position:fixed;
				width: 100px;
		}
			
#sidebar ul {
				list-style-type: square;
      }
#sidebar li {
				line-height: 0.9em;
        margin-bottom: 6px;
      }			
			
#sidebar ul a:link,
#sidebar ul a:visited {
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	color: #8b5983;
	text-decoration: none;
	

}
#sidebar ul a:hover,
#sidebar ul a:focus,
#sidebar ul a:active {
	color: #953f87;
	border-bottom: #f2f0f2 solid 1px;
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;
}	
  
/**
* @section Glossar-Submenü
*/

 #sidebar #letters {
    line-height: 190%;
    font-family: "Courier New", monospace;
		color: #8b5983;
    margin: 0 15px 1em -15px;
  }
  #sidebar #letters li {
    display: inline;
    background: none transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 200%;
  }
  #sidebar #letters a {
    padding: 1px 5px;
    text-decoration: none;
    border: 1px solid #caa4c7;
    white-space: nowrap;
		font-style: normal;
		font-size: 1em;
  }
  #sidebar #letters a:link,
  #sidebar #letters a:visited {
    color: inherit;
    background-color: #e6dae5;
  }
  #sidebar #letters a:hover,
  #sidebar #letters a:focus,
  #sidebar #letters a:active {
    color: inherit;
    background-color: #f2f0f2;
		text-decoration: none;
  }

	
	/**
* @section Main
*/

#main {
	color: inherit;
	background: #f2f0f2;
	border: #caa4c7 solid 1px;
	padding: 30px 30px 40px 30px;
	margin: 0 auto;
	}
	
#col1 {
		float: right;
		width: 90px;
		}

#col3 {
		width: auto;
		margin: 0 100px 0 0;
		border-right: 1px dotted #caa4c7;
		}	

.clearing {
		clear:both;
		}	
				
		

/**
* @section Inhalte
*/	
.inhalte h1 {
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	} 	
	
.inhalte h2 {
	color: #8b5983;
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	padding:0.4em;
	font-weight:normal;
	} 

.homepage h3, 	
.inhalte h3 {
	font-size: 1.5em;
	line-height: 1.1em;
	margin-bottom: .8em;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	}
	
.inhalte {
	overflow: hidden;
	height: 1%;
	padding-right: 20px;
	} 	
	
.homepage a,
.homepage strong, 	
.inhalte a,
.inhalte strong {
	color: #953f87;
	text-decoration: none;
}

.homepage a:hover,
.homepage a:focus,
.homepage a:active,
.inhalte a:hover,
.inhalte a:focus,
.inhalte a:active {
	color: #953f87;
	text-decoration: underline;
	}	
	
.homepage em,	
.inhalte em {
	font-style: oblique;
	}	
.homepage p,	
.inhalte p 	{
	margin-bottom: 1em;
	clear:both;
	}
	
		 	
.postscriptum {
	margin-left: 100px;
	margin-bottom: 10px;
	overflow: hidden;
	height: 1%;
	}
	
	
.bildgruppe li {
	float: left;
	display: inline;
	list-style-type: none !important;
	width: 160px;
	}	
	

.bildunterschrift {
	color: #595059;
	font: normal 8pt/10pt Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 1em;
	margin-top:0.5em;
	} 

	
.top {
	border-bottom: 1px solid #caa4c7;
	margin-bottom: 2em;
	font-size: 12px;
	overflow: visible;
	display: block;
	clear: both;
	position: relative;
	height: 18px;
	text-align: left;
	}
.top a {
	width: 100px;
	display: block;
	right: 0;
	color: #8b5983;
	font-style: italic;
	font-size: 10px;
	position: absolute;
	background-image: url(img/dreieck01.png);
	background-repeat: no-repeat;
	background-position: right;
	}		
	
	
/**
* @section Homepage
*/
	
	.homepage {
	overflow: hidden;
	text-align: right;
	padding-right: 20px;
	} 
	
	.homepage img {
	margin: 1em auto 2em auto;

	} 
	
.links {
				list-style-type: square;
				line-height:1.6em;
				} 
		
			
	
/**
* @section Listen
*/	
	
dl dt {
font-size: 1.1em;
font-weight: bold;
margin-bottom: 1em;
	}
	
dl dd {
font-style: italic;
font-weight:normal;
margin-left: 1em;
margin-bottom: 2em;
	}

.inhalte ol li {
font-size: 1.1em;
font-weight: bold;
list-style-type: none;
margin-bottom: 0.6em;
	}		
	
.inhalte  ul li {
list-style-type: square;
line-height:1.8em;
font-weight: normal;
font-style: italic;
font-size: 1em;
margin-left:15px;
	}

.partner {
	margin-bottom: 1em;
	padding: 0;
	}	
	
.partner th {
	margin: 0;
	padding: 5px 10px 5px 5px;
	font-weight: normal;
	text-align: left
	}	
	
.partner td {	
	margin: 0;
	padding: 5px 5px 5px 10px;
	font-style: italic;
	}		
	
			
			
/**
* @section Foot
*/
#foot {
				color: #663362;
				font: normal 8pt/10pt "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
				padding: 10px 20px 30px 20px;
				margin: 0 auto;
				text-align: center;
      }

/**
* @section Inline-Glossareinträge
*/
a.glossary-term {
        color: #953f87 !important;
        background-color: transparent;
        text-decoration: none;
        /* border-bottom: 1px dotted; */
      }
a.glossary-term:before {
        content: "\2192\00A0";
        font-size: 1.1em;
      }
      
      /* Glossar-Popup */
.glossary-description {
        width: 25%;
        color: #595059;
        background-color: white;
        font-size: 14px;
        padding: 0;
        border: 1px solid #953f87;
        border-radius: 0;
      }
.glossary-description strong, .glossary-description span {
        display: block;
        margin: 0;
      }
.glossary-description strong {
        color: #953f87;
        font-weight: bold;
        background: #f9f6f9;
        padding: 5px 15px;    
      }
.glossary-description span {
        color: inherit;
        background-color: white;
        margin: 0;
        padding: 8px 10px;
        font-size: 12px;
        line-height: 1.6;
      } 
  
	
/* Glossar-Darstellung */
p.postmetadata {
	border-top: 1px solid #caa4c7;
	font-size: 80%;
	margin-top: .5em;
	margin-bottom: 2em;
	color:#8b5983;
	}
	span.lastModified {
		font-style: italic;
	}

  dl.glossary { margin-left: 0; }
  
  .glossary dt {
    border-bottom: 1px dotted gray;
    margin-top: 1em;
    padding-bottom: .3em;
  }
	
	.glossary dd {
		font-style: normal;
		margin-top: -10px;
  }
  
  .glossary div.seeAlso {
    margin: 1em 0;
    font-size: .9em;
		font-style: italic;
  }
  .glossary .seeAlso ul,
  .glossary .seeAlso li {
    background: none transparent !important;
    display: inline;
    list-style: none;
		font-style: normal;
    margin: 0;
    padding: 0 .5ex 0 0 !important;
  }			    
	