/* =========================================================

ohg-marktredwitz - Otto-Hahn-Gymnasium Marktredwitz
Datei: style.css
Media: screen, projection
Templates: basic.html
Datum: 2007-02-20
Autor: Alexander Neubert
Mail: support@novere.com
Web: http://smart.novere.com

Aufbau:
1. Grundeinstellungen
2. Layoutbereiche
3. Spezielle Einstellungen

Referenzierte Bilder:
- http://www.ohg-marktredwitz.de/library/img/div/background.jpg --> Farbverlauf Hintergrund
- http://www.ohg-marktredwitz.de/library/img/div/header.gif --> Bildleiste

========================================================== */

/*
	1. Grundeinstellungen
*/
html, body {
	text-align: center;

	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #666666;
	
	background: #BF1200 url('http://www.ohg-marktredwitz.de/library/img/div/background.jpg') repeat-y top center;
		
	padding: 0;
}

a {
	color:  #666666;
	text-decoration: none;
}

code {
	color: #005577;
	text-align: left;
}

h1, h1 a {
	color: #BF1200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

	padding: 0;
	margin: 15px 0 10px 0;
}

h2, h2 a {
	color: #BF1200;
	font-size: 13px;
	font-weight: normal;

	padding: 0;
	margin: 0 0 25px 0;
}

h3, h3 a {
	color: #BF1200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

	padding: 0;
	margin: 15px 0 10px 0;
}

img {
	border: none;
}

ol {
	margin: 0;
	padding: 0 0 15px 45px;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: circle;
}

li {
	line-height: 1.5em;
}

p {
	line-height: 1.5em;
	text-align: left;

	margin-top : 5px;
}

small {
	font-size: 10px;
	line-height: 1.2em;
}

/*
	2. Layouteinstellungen
*/

#cBody {
	text-align: left;

	width: 834px;
	padding: 0px;
	margin: 0px auto;
}

#cHeader {
	background: transparent url('http://www.ohg-marktredwitz.de/library/img/div/header.gif') no-repeat bottom center;
	height : 130px;
	width : 830px;
		
}

#cContentFrame {
	vertical-align: top;

	width : 830px;
	margin-top : 26px;
}

#cContent {
	float: left;

	width : 525px;
	padding-left: 25px;
		
}

#cPicsContent {
	padding-left: 25px;
		
}

#cMainMenu {
	font-size : 14px;
	text-align : left;
	
	height : 300px;
	
	width : 235px;
	
	padding-left: 14px;	
	background: transparent url('http://www.ohg-marktredwitz.de/library/img/div/ohg_wz.gif') no-repeat top center;
	margin-top: 15px;
	
	float : left;
	
}

#cPics
{
	padding-top: 10px;
}


#cSpacer {
	width: 20px;
}

#cFooter {
	clear: left;
	text-align : right;
	padding-right : 20px; 
	padding-bottom : 8px; 
	padding-top: 0px;
}

#dynTable td{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	
	vertical-align: top;
}

/*
	3. Spezielle Einstellungen
*/

#cContent a:hover {
	text-decoration: underline;
	color: #BF1200;
}

#cContent hr {
	margin: 20px 55px 20px 25px;
}

#cPicTable tr
{
	vertical-align: top;
}

.menuItem
{
	padding: 5px 20px 5px 0;	
	
}

.menuItem1
{
	padding: 5px 20px 5px 15px;	
	
}

.menuItem2
{
	padding: 5px 20px 5px 30px;	
	
}

.menuItem3
{
	padding: 5px 20px 5px 45px;	
	
}

.menuItem4
{
	padding: 5px 20px 5px 60px;	
	
}

.menuItem a
{
	color: #666666;
	padding-left: 5px;
}

.menuItem1 a, .menuItem2 a, .menuItem3 a, .menuItem4 a
{
	color: #666666;
}

.menuActiveItem
{
	padding: 5px 20px 5px 0px;
	background: #BF1200;
	
} 

.menuActiveItem1
{
	padding: 5px 20px 5px 13px;
	border-left: 2px solid #BF1200;	
}

.menuActiveItem2
{
	padding: 5px 20px 5px 30px;	
}

.menuActiveItem3
{
	padding: 5px 20px 5px 45px;
}

.menuActiveItem4
{
	padding: 5px 20px 5px 60px;
}

.menuActiveItem a
{
	color: #ffffff;
	padding-left: 5px;
}

.menuActiveItem1 a, .menuActiveItem2 a, .menuActiveItem3 a, .menuActiveItem4 a
{
	color: #BF1200;
}

.smalltext {
	font-size: 10px;
	line-height: 1.2em;
}

.teasertext {
	font-style: italic;
}
