/* Formate - Förderverein der Gutenberg Realschule in Eltville - PIXXL WEBDESIGN www.pixxl-webdesign.de */


/* Universal ---------------------------------------------------------------------------------------------------- */


/* Hauptelemente ------------------------------------------------------------------------------------------------ */
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #DCDCDC url(../gfx/bg_main.gif) repeat-x;
	color: #111111;
	font: 75% Tahoma;
	text-align: center;
}


/* Bereiche ----------------------------------------------------------------------------------------------------- */
#divNavLevel1 {
	width: 760px;
	height: 16px;
	margin: 0px auto;
	padding: 9px 0px 5px 10px;
	background: url(../gfx/bg_navlevel1.gif) repeat-y;
	text-align: left;
	font: 0.9em Verdana;
}
#divHead {
	width: 770px;
	height: 180px;
	margin: 0px auto;
}
#divHauptbereich {
	width: 770px;
	margin: 0px auto;
	background: url(../gfx/bg_hauptbereich.gif) repeat-y;
	text-align: left;
}
#divInhalt {
	width: 520px;
	padding: 16px 40px 20px 50px;
	float: left;
}
#divNavLevel2 {
	width: 140px;
	padding: 20px 10px 0px;
	float: right;
	font: 0.95em Verdana;
}
#divFoot {
	clear: both;
	width: 760px;
	margin: 0px auto;
	padding: 10px 10px 10px 0px;
	background: url(../gfx/bg_hauptbereich.gif) repeat-y;
	text-align: right;
	font: 1em Verdana;
	color: #CCBBBB;
	border-bottom: 5px solid #464646;
}
.Box {
	background: #EEEEEE;
}
.Bildbox {
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #464646;
	background: #EEEEEE;
	font: 0.8em Arial;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 2em;
	color: #555555;
	text-align: center;
}
.BildboxRechts {
	float: right;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #464646;
	background: #EEEEEE;
	font: 0.8em Arial;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 2em;
	color: #555555;
	text-align: center;
}
.Messagebox {
	float: right;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #464646;
	background: #EEEEEE;
	text-align: center;
}


/* Links -------------------------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color: #881B40;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #111111;
}
#divFoot a {
	color: #CCBBBB;
	font-weight: normal;
}
#divFoot a:hover {
	color: #FFFFFF;
}
a.IconPDF {
	background: url(../gfx/icon_pdf.gif) no-repeat left center;
	padding-left: 20px;
	padding-top: 1px;
}
a:hover.IconPDF {
	text-decoration: none;
}


/* Inhalts-Tags ------------------------------------------------------------------------------------------------- */
h1 {
	font: 1.5em Arial;
	font-weight: bold;
	letter-spacing: 2px;
	color: #881B40;
}
h2 {
	font: 1.2em Arial;
	font-weight: bold;
	letter-spacing: 1px;
	color: #222222;
}
h3 {
	font: 1em Arial;
	font-weight: bold;
	letter-spacing: 1px;
}
p {
	letter-spacing: 1px;
	line-height: 1.3em;
}
li {
	letter-spacing: 1px;
	line-height: 1.3em;
}


/* Navigation --------------------------------------------------------------------------------------------------- */
/* ---------- Nav Level 1 ---------- */
ul#NavLevel1 {
	margin: 0;
	padding: 0;
}
ul#NavLevel1 li {
	list-style: none;
	display: inline;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
ul#NavLevel1 a.Standard {
	text-decoration: none;
	color: #CCBBBB;
	padding: 0px 5px 0px 10px;
}
ul#NavLevel1 a:hover.Standard {
	color: #FFFFFF;
}
ul#NavLevel1 a.Aktiv {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 5px 0px 10px;
}
/* ---------- Nav Level 2 ---------- */
ul#NavLevel2 {
	margin: 0;
	padding: 0;
}
ul#NavLevel2 li {
	list-style: none;
	letter-spacing: 0px;
	margin: 0;
	padding-bottom: 10px;
}
ul#NavLevel2 a.Standard {
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #CCBBBB;
}
ul#NavLevel2 a:hover.Standard {
	color: #FFFFFF;
}
ul#NavLevel2 a.Aktiv {
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}


/* Diverse Formatierungen --------------------------------------------------------------------------------------- */


/* Formulare ---------------------------------------------------------------------------------------------------- */
input, textarea {
	font: 1em Tahoma;
	letter-spacing: 2px;
}


/* Dummy -------------------------------------------------------------------------------------------------------- */
.dummy {  }
