/* -- ALLGEMEINE FORMATIERUNG -- */
html,body {
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color: #333333;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; 
	color: #333333;
	background-color:#FFFFFF;
	font-weight: normal; 
	line-height: normal; 
	margin:0px;
	padding:0px;
	text-align:center;
	min-height:101%;		/* Mindesthöhe da Firefox sonst bei Seiten mit wenig Inhalt "springt" (wg. Scrollbalken */
	}
	
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:left;
}

p	{
	margin-top:9px;
	margin-bottom:9px;
	padding:0px;
}

div	{margin:0px; padding:0px;}

blockquote	{margin-left:20px;}

hr {
  display: block;
  padding:0px;
  height:1px;
  margin:10px 0px;
  border:0px;
  background:#c0c0c0;
  color:#c0c0c0;
  width:100%;
  clear:both;
  }
*html hr {margin:0px;}

a:link  {color:#333333; text-decoration:underline;} 
a:visited  {color:#333333; text-decoration:underline;}    
a:hover	{color:#FF0000; text-decoration:underline;}
a:active	{color:#333333; text-decoration:underline;}

h1 {
	font-size:medium;
	font-weight: bold;
	margin:0px;
	padding:0px 0px 10px 0px;
	display:none;
	}

h2 {
	font-size:small;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:10px;
	padding:0px;
	}	
	
h3 {
	font-size:small;
	color:#FF0000;
	font-weight: bold;
	margin-top:9px;
	margin-bottom:10px;
	padding:0px;
	}		
	
a img {border:0px;}						/* für alle Bilder mit Link kein Rahmen */

ul {list-style-type:disc;}
li {list-style-position:outside; margin: 0px 0px 10px -1.1em;}

/* -- LAYOUTBEREICHE -- */

#content	{				/* übergeordnetes DIV für ganze Seite wg. zentzrieren und Rahmen */ 
	width:750px;
 	margin:0px auto;		/* ganze Seite zentrieren - margin-left:auto wäre rechtsbündig */
	text-align:left;		/* Korrektur für text-align im body - sonst wird der ganze Text zentriert */
	padding:0px;
	border-left:1px solid #B0B7AF;
	border-right:1px solid #B0B7AF;
	border-bottom:1px solid #B0B7AF;
	background:url(bild/hg.gif) repeat-y left;	
}


#logo-ksoe	{
	width:472px;
	height:65px;
	text-align:left;
	float: left;
	background-color:#FFFFFF;
}
#logo-ksoe a:link  {color:#333333; text-decoration:underline; padding:0px; background-image: none;} 
#logo-ksoe a:visited  {color:#333333; text-decoration:underline; padding:0px; background-image: none;}    
#logo-ksoe a:hover	{color:#FF0000; text-decoration:underline; padding:0px; background-image: none;}
#logo-ksoe a:active	{color:#333333; text-decoration:underline; padding:0px; background-image: none;}


#logo-bmi	{
	height:65px;
	width:278px;
	text-align:right;
	float: left;
	background-color:#FFFFFF;
}

#hintergrund-oben	{
	clear:both;
	width:750px;
	height:50px;
	background-color:#666666;
}

#navigation	{
	width:120px;
	text-align:left;
	background-color:#CCCCCC;
	float: left;
	padding:15px 0px;
	margin: 20px 0px 0px 0px;
}

#navigation ul {
	list-style-type:none;
	padding:5px 2px 5px 3px;
	margin:0px;
	line-height:25px;
}

#navigation li {
	text-transform: uppercase;
	padding:0px;
	margin:0px;	
}

#navigation ul ul {list-style-type:none;
	padding:0px 2px 4px 12px;
	margin:0px;
	line-height:18px;
}
#navigation li li{text-transform: uppercase; font-size: x-small; }

#navigation a:link, a:visited  {
 color:#333333;; 
 text-decoration:none;
 background-image: url(bild/dot0.gif);
 background-repeat: no-repeat;
 background-position: center left;
 padding-left:15px;
} 

#navigation a:hover, a:active	{
 text-decoration:none;
 background-image: url(bild/dot1.gif);
 background-repeat: no-repeat;
 background-position: center left;
 color:#FF0000;
 padding-left:15px;
}

/* TEST */
#navigation li .aktuell {	/* Klasse für Navigation - aktueller Link */
background-image: url(http://www.kuratorium-sicheres-oesterreich.at/bild/dot1.gif);
border:1px solid red;
}

#inhalt	{
	float:left;
	width:472px;
	background-color:#FFFFFF;
	border:2px solid #6B6D52;
	margin:0px;
	padding:37px 27px 37px 59px;
}
#inhalt a:link  {color:#333333; text-decoration:underline; padding:0px; background-image: none;} 
#inhalt a:visited  {color:#333333; text-decoration:underline; padding:0px; background-image: none;}    
#inhalt a:hover	{color:#FF0000; text-decoration:underline; padding:0px; background-image: none;}
#inhalt a:active	{color:#333333; text-decoration:underline; padding:0px; background-image: none;}

#rechts	{
	width:68px;
	height:40px;
	margin: 0px;
	padding:0px;
	float:right;
	background-color:#666666;
}

#navi-unten	{
	float:left;
	height:25px;
	padding-top:12px;
	padding-bottom:0px;
	width:472px;
	text-align:right;
	background-color:#FFFFFF;
	margin:0px 0px 0px 210px;
}
*html #navi-unten	{margin:0px 0px 0px 105px;}

#navi-unten a:link  {color:#333333; text-decoration:underline; padding:0px; background-image: none;} 
#navi-unten a:visited  {color:#333333; text-decoration:underline; padding:0px; background-image: none;}    
#navi-unten a:hover	{color:#FF0000; text-decoration:underline; padding:0px; background-image: none;}
#navi-unten a:active	{color:#333333; text-decoration:underline; padding:0px; background-image: none;}

#footer	{clear:both; width:750px; margin:0px auto; text-align:left; padding:0px;}
#footer-links	{float:left; width:210px; padding:15px 0px; text-align:right; background-color:#FFFFFF; }
#footer-rechts	{float:left; width:520px; padding:15px 0px 3px 0px; text-align:right; background-color:#FFFFFF;}

#box	{
	margin:0;
	padding:20px;
}

#termin	{								/* für Aktivitäten/Tabelle */
/*	border:1px solid #cccccc;*/
	margin:0px;
	padding:0px;
	width:90%;
	border:1px solid #cccccc;
	border-collapse:collapse;			/* Zellenrahmen fallen zusammen - verhindert doppelte Rahmen */
}
#termin tr	{
	/*border-bottom:1px solid #cccccc; */

}	
#termin td	{
	margin:0px;
	padding:6px;
	vertical-align:top;
	border:1px solid #cccccc;
}
#termin td.datum	{
	width:22%;
}

/*-- KLASSEN --*/

/* für Box */
.ro {background:url(bild/box_re_o.gif) top right no-repeat; margin:0px; padding:0px;}
.lo {background:url(bild/box_li_o.gif) top left no-repeat; margin:0px; padding:0px;}
.ru {background:url(bild/box_re_u.gif) bottom right no-repeat; margin:0px; padding:0px;}
.lu {background:url(bild/box_li_u.gif) bottom left no-repeat; margin:0px; padding:0px;}

.vorstand-links	{float:left; width:200px;}
.vorstand-rechts	{float:left; width:265px;}
.schrift-klein	{font-size:x-small;}
.rahmen	{border:1px solid #6B6D52;}
.clear	{clear:both; height:0px; margin: 0px; padding: 0px; background-color:#FFFFFF;}
.bild-links	{float:left; margin-right:15px;}