/*================================================================================*/
/* Globales CSS
/*================================================================================*/
body
{
    background-color: #fff;
    font-family: Verdana;
    font-size: 12px;
    color: Black;
}
form,h1,h2,h3,h4,h5,h6,h7
{
    margin-top: 5px;
    line-height: 20px;
}

.klein { font-size:9px; }
.popup
{
    font-family: Verdana;
    font-size: 12px;
    color: Black;
}
/*================================================================================*/
/* Layout allgemein
/*================================================================================*/
#seitenLogo     /* für Druck */
{
    display: none; 
    position: absolute;
}

#seitenHeader {
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

#seitenMenue {
    position: absolute;
    top: 85px;
    left: 26px;
    background: #fff;   /* nur zum Spass! */
}

#seitenContent
{
    position: absolute;
    top: 100px;
    left: 174px;
    width: 555px;
    overflow: hidden ;
    padding-top: 4px;
    padding-left: 15px;
    padding-right: 10px;
    font-family: Verdana;
    font-size: 12px;
    line-height: 1.3em;
    text-align: left;
}
#seitenContentPrint
{
    position: absolute;
    top: 2px;
    left: 2px;
    width: 555px;
    overflow: hidden ;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    font-family: Verdana;
    font-size: 12px;
    line-height: 1.3em;
    text-align: left;
}

#seitenRand
{
    font-family: Verdana;
    position: absolute;
    left: 765px;
    top: 0px;
    width: 200px;
}


.menuButton
{
    width: 137px;
    height: 23px;
    background-repeat: no-repeat;
}
.menuButtonInner
{
    padding-left: 8px;
    padding-top: 5px;
}

.menuButton a
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
.listehaken {
	list-style-image: url(/css/haken.gif);
}

.menuNewsletter
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    width: 137px;
}

/*================================================================================*/
/* Bilder (umfliessend)
/*================================================================================*/
.bildRechts {
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
    margin-right: 2px;
    margin-top: 2px;
}

.bildLinks {
    float: left;
    margin-right: 20px;
    margin-left: 2px;
    margin-bottom: 15px;
    margin-top: 2px;
}
.bu  { font-family: Tahoma; font-size:9px; line-height: 1.2em; margin-top: .3em;}
.bildRechts .bu  {
	text-align: right;
}
.bildLinks .bu  {
	text-align: left;
}
.titelbild {
    margin-left:30px;
    margin-bottom:20px;
    border-left: 1px solid #bbb;
    border-top: 1px solid #bbb;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
}
.homepagetitel {
    margin-left:0;
    margin-top:1em;
    margin-bottom:1em;
    /*border-left: 1px solid #bbb;
    border-top: 1px solid #bbb;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;*/
	line-height: 15px;
}

/*================================================================================*/
/* Homepage
/*================================================================================*/
.homepageTitel
{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1em;
}
.homepageText
{
    font-weight: normal;
    text-decoration: none;
}

.homepageRubrik
{
}

.homepageDatum
{
    padding-right:8px;
    color: #777;
}
.linkNLAbo
{
	line-height: 14px;
	margin-top: 5px;
	margin-left: 0px;
}

/*================================================================================*/
/* Rechte Boxen / Mittige Boxen
/*================================================================================*/
.boxR, .boxC
{
    margin-top: 4px;
    margin-bottom: 16px;
    clear: both;
}
.boxRTitle, .boxCTitle
{
    font-size: 11px;
    font-family: Tahoma;
    text-align: right;
    padding-right: 10px;
}
.boxRContent
{
    padding: 12px;
    background-repeat: no-repeat;
    font-size: 11px;
}
.boxCContent
{
    padding: 12px;
    background-repeat: no-repeat;
}

/*================================================================================*/
/* Suchfeld
/*================================================================================*/
.suchFeld
{
    width: 132px;
    font-family: Tahoma;
    font-size: 12px;
    border: 1px solid black;
    margin-right: 15px;
}
.suchButton
{
    vertical-align:middle;
}
/*================================================================================*/
/* News
/*================================================================================*/
.newsTitel
{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1em;
}
.newsText
{
}

.newsDatum
{
    color: #777;
    padding-right:8px;
}

ul.weitereNews {
	list-style-type:square ;
	margin: 0;
	margin-left: 2em;
	padding: 0;
	list-style-position:outside ;
}
li.weitereNews
{
    margin-bottom: .3em;
}

/*================================================================================*/
/* Downloads
/*================================================================================*/

ul.weitereDownloads {
	list-style-type:square ;
	margin: 0;
	margin-left: 2em;
	padding: 0;
	list-style-position:outside ;
}
li.weitereDownloads
{
    margin-bottom: .3em;
}
.downloadTitel
{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1em;
}
.downloadText
{
}
.downloadLinkOffen, .downloadLinkAbo
{
    text-align: right;
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1em;
}
.listeHaken {
	list-style-position: outside;
	list-style-image: url(../img/haken.gif);
}

.downloadNeu {
	background: red;
	color: #ffa;
	font-size: 18px;
	font-weight: bold;
	padding: 4px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
   border-bottom: 1px solid #700;
   border-right: 1px solid #700;
   border-left: 1px solid #f77;
   border-top: 1px solid #f77;
}
/*================================================================================*/
/* Abo-Menu
/*================================================================================*/
ul.aboMenu {
	list-style-type:square ;
	margin: 0;
	margin-left: 2em;
	padding: 0;
	list-style-position:outside ;
}
li.aboMenu
{
    margin-bottom: .3em;
}
.archivBox ul
{
	list-style-type:square ;
	margin: 0;
	margin-left: 2em;
	padding: 0;
	list-style-position:outside ;
}
.archivBox li {
    margin-bottom: .3em;
}


