/* Grundschule Ochsenhausen */

body
{
	background-image:url(../imgs/bg.jpg);
	background-repeat:repeat-x;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;

}

.download_text
{
	text-decoration: underline;
}
.download_text:link 
{
	text-decoration : underline; 
	color:#000000;
} 
.download_text:visited 
{
	text-decoration: underline ;
	color:#000000;
} 
.download_text:hover 
{
	color : #ffffff; 
	background-color : #6F86B8; 
	text-decoration : none; 
} 

.download_bemerkung
{
	margin-left: 60px;
}

.download_bemerkung_bild
{
	float:left;
}

h1
{
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	color: #6F86B8;
}

h2
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #6F86B8;
}

h6 /* Bildunterschrift */
{
	font: italic 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 8px 0px 15px 0px;
}

.copyright
{
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #6F86B8;
}

/* Navigation */

.tab_inhalt
{
	background-image:url(../imgs/inhalt.jpg);
	background-repeat:no-repeat;
}

.download
{
	border-left: 7px solid #6F86B8;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 35px;
	padding: 5px 35px 5px 5px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px; /* Breite */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	

.table_link {
	width:150px
	}

li ul {
	position: absolute;
	left: 119px; /* 1px weniger als Navi-Elemente */
	top: 0;
	display: none;
	}

/* Style fuer Navi-Elemente */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

/* Vor IE Mac verstecken. \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* Ende */

ul li a:hover { color: #6F86B8; background: #f9f9f9; text-decoration: underline;} /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Untermenue Styles */
		
li:hover ul, li.over ul { display: block; }

.gallery {
        float:left;
        margin:2px 4px 2px 1px;
        padding: 5px; 
        border: dotted 1px #ccc;
    }
    .desc1 {
        color: #444; 
        font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Verdana, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height:140%;
    }
    .dottedframe {
        margin:0px 0px 0px 0px;
        padding: 4px; 
        border: dotted 1px #ccc;
    }

