/* Stylesheet für den Body / font, Farben usw */
body{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	/* an den oberen und linken Bildschirmrand kleben */
	margin: 0px;
	background-color: white;
	color:black;
	/* Scrollbar nur, wenn nötig */
	overflow: auto;
	}

/* für alle Links: */
/* Links grün, nicht unterstrichen */
a:link,
a:visited,
a:active{
	text-decoration: none;
	color:#008f48; /*#7ac950;*/
	border:0px;
	}
a:hover{
	color:black;
	text-decoration:underline;
	}
	
/* Formularfelder und Buttons */

/* Listen sollen browserunabhängig einen grünen Punkt bekommen */

ul{
	list-style-image: url(/ssbdo/layout/listdot_ie.gif);
    list-style-type: circle;
    }
/*Listen innerhalb der Satzungen, Formulare usw.. */
ol{
    list-style-type:none;
   	margin-top:10px;
	}
/* Stylesheet für den Head: Hintergrundbild, um Grafiken drüberlegen zu können,
			    display block beahndelt den Head als Block-Element und stellt nachfolgende Layer darunter */
div#head{
	/* ansich nicht notwendig, da schon im body gesetzt. aber man weiß ja nie, wie sich ein safatri unterm mac verhält :-)*/
    margin: 0px;
    /* Blockelement (die nächsten Elemente werden darunter angeordnet) */
    display: block;
    width: 933px;
	height:116px;
	background-image:url(/ssbdo/layout/bgoben.png);
	background-repeat:no-repeat;
    }
    
/* damit es bei den Hintergrundgrafiken nicht zu Verschiebungen kommt, 
hier ein eigenes DIV für die Links im Head*/
div#head div#headlinks{
    /* Relative Positionierung, da im Mozilla margin-top nicht den gewünschten Effekt erzielt */
	position: relative;
	top:98px;
	/* soll ja erst neben dem Logo anfangen */
	margin-left:197px;
	height:20px;
	/* als Inline-Element verwenden, muss explizit angegeben werden, da head ja ein Blockelement ist */
	display: inline;
	}
    
    
/* die links im Head */
div#head div#headlinks a:link, 
div#head div#headlinks a:visited,
div#head div#headlinks a:active{
	/* fontsize wegen IE (body-Angaben werden ignoriert */
	font-size:12px;
	/* Links sind im HTML unterstrichen, diese aber nicht ;-) */
    text-decoration: none;
    color: white;
    /* Abstand von einander */
    padding: 20px;
	}
div#head div#headlinks a:hover{
	/* onMouseOver sollen die Links unterstrichen werden  */
    text-decoration: underline;
    }
    
/* Main-Bereich fixieren */
div#scrollme{
    /*Breite und Höhe setzen*/
	width:1000px;
	height:100%;
	
	}    
/* Stylesheet für das Menu: Hintergrundbild, um Grafiken drüberlegen zu können
			    padding-top da die Schrift erst unterhalb des Logos anfangen soll	 */
div#menu{
	/* Links vom Folgeelement */
	float:left;
	background-image:url(/ssbdo/layout/bgleft2.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	width: 189px;
	/* evtl. eine sinnvolle feste Höhe angeben, hier erstmal soviel wie geht. Macht allerdings den Scrollbar, also unschön */
	height:100%;
	margin:0px;
	/* Menü soll erst unter dem Logo anfangen */
	padding-top: 100px;
	}

/* Content mit fixer Breite und Höhe, da die Inhalte auch fix sind  */
div#content{
    /* Links vom Folgeelement */ 
	float:left;
	position: static;
	/* feste Breite und Höhe */ 
	width:574px;
    height:450px;
    /* only for development */
    border: 0px solid;
    /* Inhalte 10 px vom Rand */
    padding: 10px;
    /* Elementabstand zum Nachbarn auf 0 setzen */
    margin: 0px;
    /* Abstand nach oben setzen */
    margin-top:10px;
    }
/* die rechte Seite ebenfalls fix */
div#right{
	/* Links vom Folgeelement (gibt hier zwar keines, aber Mozilla will das so. MAn könnte natürlich eines setzen mit display:none und dann da mit clear:left alles wieder aufheben. Muss aber nicht zwingend) */ 
	float:left;
    /* feste Breite und Höhe */
    width:170px;
    height: 450px;
    /* only for development */
    border: 0px solid red;
    /* auch nur im Entwicklungsstadium, kann später auf 0  */
    margin-left: 1px;
    /* Abstand nach oben setzen */
    margin-top:10px;
    /* Inhalte 10 px vom Rand */
    padding: 10px;
	}

/* Klasse für die Grafiken oben auf der Seite */
.image_top{
	width:574px;
	margin:0px;
	padding:0px;
	margin-bottom: 10px;
	}
/*die Überschriften in den News*/
td.ntleft     {
               border: 0px;
               font-size: 12px;
               color: #333333;
               font-weight: bold;
               padding-top:3px;
               padding-bottom:3px;
               padding-left:5px;
               vertical-align: top;
               }

/*Datum in den News*/
td.ntright    {
               border: 0px;
               font-size: 12px;
               color: #333333;
               padding-top:3px;
               padding-bottom:3px;
               padding-right:5px;
               vertical-align: top;
               }

td.newstext, td.newstext2  {
               font-size: 12px;
               color: #000000;
               padding-left: 5px;
	           padding-right: 5px;
	           padding-top:5px;
	           margin-top:5px;
	           vertical-align:top;
           }
table.arti_maintable{
	background-color:white;
	border:0px;
	margin-top:8px;
	width:320px;
	height:160px;
	background-image:url(../layout/arti_bg.png);
	background-repeat:no-repeat;
	float:left;
	}

/* CSS für Newsarchiv */	
div#arti_archiv{
    /* Abstände */
    margin-left:30px;
    margin-top:6px;
    padding-left:10px;
    padding-top:7px;
    /* Positionierung */
	float:left;
	width:190px;
	height:335px;
	background-image:url(../layout/arti_archiv_bg.png);
	background-repeat:no-repeat;
	}
/* Links schwarz, nicht unterstrichen */
div#arti_archiv a:link,
div#arti_archiv a:visited,
div#arti_archiv a:active{
	text-decoration: none;
	margin-top:20px;
	}
	
/* Hoverlinks schon unterstrichen */ 
div#arti_archiv a:hover{
	text-decoration: underline;
	padding-top:20px;
	}
/* der mehr...link in den artikeln */
.artilink{
	font-size:12px;
	text-decoration: none;
	}
/* onMouseOver unterstrichen */
a:hover.artilink{
	text-decoration:underline;
	}
	
/*rechte Seite */
div#rechts{
    position:absolute;
    left:760px;
	background-image:url(../layout/bgright.png);
	background-repeat: no-repeat;
	width:200px;
	height:643px;
	margin:0px;
	padding:0px;
	}
/* die Überschriften innerhalb einer seite */
.ueberschrift{
	font-weight: bold;
	font-size: 16px;
	}
/* der Textbereich inner halb einer Seite */
.content_page{
	width:547px;
	padding-top:20px;
	}

.content_page tr{
	height:30px;
	background-color: white;
	}

.content_page td{
 	font-size:12px;
    vertical-align:top;
    line-height:200%;
    padding-top:12px;
    }
    
.content_page table{
	margin-top:10px;
	margin-bottom:20px;
	border:0px;
	/*width:500px;*/
	}
	
.content_page td ul{
	margin-left:15px;
	}
    
.content_page td b{
	letter-spacing: 1px;
	} 

/* Fotos innerhalb einerSeite, rechts ausgerichtet */
.content_image_right, .content_image_left{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	margin-right:5px;
	margin-top:5px;
	}
/* Fotos links ausgerichtet, restliches css von oben */
.content_image_left{
	float:left;
	margin-right:20px;
	margin-left:0px;
	}
/* Quali */
.quali_table{
	width: 400px;
	border: 1px solid;
	background-color:#efefef;
	margin-bottom: 20px;
	}
.qualititel{
	font-weight: bold;
	font-size: 14px;
	width:400px;
	}
.qualiangaben_titel{
	width:150px;
	font-size: 12px;
	padding-top: 10px;
	}
.qualiangaben_detail{
	width: 350px;
	font-size: 12px;
	padding-top: 10px;
	}
	
/* für Satzungen, Formularzeugs */
.satzung_paragraph{
	text-align:center;
	font-weight: bold;
	margin-bottom:20px;
	}
.content_bggreen{
	background-color:#f6faf3;
	padding:10px; 
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
	}

.content_bgwhite{
	background-color:#ffffff;
	padding:10px; 
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
	}
.tablefake{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	}
.button{
	background-color:#d9edcd;
	}
.isearch_head, isearch_search,.isearch_nomatch{
	font-size:12px;
	}
.isearch_nomatch{
	 color:red;
	 }
