body, html {
    background-color: transparent;
    background-image: none;
    font-size: 12pt;
    font-family:'Times New Roman',Times,serif;
    color:#000000;
}
div.navigation   { 
    background-color:transparent;
    padding-top: 10px;
    display:none;
}
acronym[title]:after, abbr[title]:after {
    content: ' (' attr(title) ')';
}
#content   { 
    position: static;
    background-color:transparent;
    padding: 0px;
    margin: 0px;
    font-size: 12pt;
    font-family:'Times New Roman',Times,serif;
}
#search {
    display: none;
}

/*a:after, a:link:after  { 
    color: #000000;
    background-color:transparent; 
    content: "(Link " attr(href) ")";
}
a:visited:after {
    color:#000000; 
    background-color:transparent;
    content: "(Link " attr(href) ")";
}
a[href^="/"]:after {
    content: "(Link http://www.gymnasium-stein.de" attr(href)")";
}*/

.content_top {
    height: 12px;
	clear: both;
}
.content_top_right {
    height: 12px;
    padding-right: 12px;
    background: none;
}
.content_top_left {
    height: 12px;
    padding-left: 12px;
    background: none;
}
.content_top_center {
    height: 12px;
    background: none;
}

.content_middle {
    height: auto;
}
.content_middle_right {
    height: auto;
    padding-right: 12px;
    background: none;
}
.content_middle_left {
    height: auto;
    padding-left: 12px;
    background: none;
}
.container {
    height: auto;
}

.content_bottom {
    height: 11px;
    margin-top: -5px;
}
.content_bottom_right {
    height: 11px;
    padding-right: 12px;
    background: none;
}
.content_bottom_left {
    height: 11px;
    padding-left: 12px;
    background: none;
}
.content_bottom_center {
    height: 11px;
    background: none;
}
div.container hr {
    border: none;
    padding: 0;
    margin: 0;
    height: 6px;
    width: 100%;
    background: none;
}
div.container {
    background: none;
}
.haupt, .container h2 {
    font-size: 18px;
    font-weight: bold;
	text-shadow: #444444 0px 0px 2px;
    padding: 0 0 10px 4px;
    margin: 0;
	left: 40%;
	height: 23px;
	width: 100%;
}

h2 span#h2left {
	width: 13px;
	height: 26px;
    background: url('../img/h2_left.png') no-repeat top;
	display: block;
	float: left;
	margin-left: 43%;
}



