/*  =========================================================
Stylesheet für "Footballevents"
Datei:  styles.css
Datum:  2. Februar 2010
Autor:  Simon Häni, Internet Services Häni
========================================================== */
	/* ---------------------------------------------------- */
	/* Allgemein											*/
	/* ---------------------------------------------------- */
html {
	overflow-y: scroll;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

* {
	padding: 0;
	margin: 0;
}

H1 {
	text-align: center;
	font-weight: normal;
	padding-bottom: 16px;
	color: #365F90;
	font-size: 21pt;
	line-height: 26pt;
}

H2 {
	font-weight: bold;
	padding: 8px 0 8px 0;
	color: #000000;
	font-size: 14pt;
	line-height: 19pt;
}

H3 {
	font-weight: bold;
	padding-bottom: 4px;
	color: #000000;
	font-size: 13pt;
	line-height: 19pt;
}

H4 {
	font-weight: bold;
	padding-bottom: 1px;
	color: #000000;
	font-size: 12pt;
	line-height: 15pt;
}

H5 {
	font-weight: bold;
	padding-bottom: 1px;
	color: #000000;
	font-size: 12pt;
	line-height: 19pt;
	font-style: italic;
}

H6 {
	font-weight: normal;
	padding-bottom: 1px;
	color: #000000;
	font-size: 12pt;
	line-height: 19pt;
	font-style: italic;
}

li,blockquote {
	margin-left: 1em;
}

hr {
	color: #365F90;
	border: 1;
	margin: 2px 0 2px 0;
	background-color: #365F90;
}

a:link {
	text-decoration: underline;
	color: #365F90;
}

a:visited {
	text-decoration: underline;
	color: #365F90;
}

a:hover {
	text-decoration: none;
	color: #92CDDC;
}

a:focus {
	text-decoration: underline;
	color: #92CDDC;
}

a:active {
	text-decoration: underline;
	color: #92CDDC;
}

/* ---------------------------------------------------- */
	/* Diverse Rahmen										*/
	/* ---------------------------------------------------- */
#Grundrahmen {
	color: #000000;
	width: 1024px;
	margin: 0 auto;
}

#Hauptrahmen {
	float: left;
	background-color: #B6DDE8;
	background: #B7DDE8 url(../img/bg.jpg) repeat-x top left;
	width: 1024px;
	padding: 10px 0 0 0;
}

/* ---------------------------------------------------- */
	/* Kopfbereich											*/
	/* ---------------------------------------------------- */
#Logo {
	padding: 10px;
	float: left;
	width: 304px;
	height: 145px;
	background-color: #B7DDE8;
	background: #B7DDE8 url(../img/bg_logo.jpg) no-repeat top left;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 0;
	border-left: 1px solid;
	border-color: #92CDDC;
}
#Logo a {
	display: block;
	width: 304px;
	height: 145px;
	text-decoration: none;
}
#Logo .Text1 {
	margin-top: 10px;
	padding-top: 10px;
	color: #FF0000;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
}
#Logo .Text2 {
	color: #365F90;
}
#Logo .Text3 {
	color: #365F90;
	font-style: italic;
	font-size: 17px;
	line-height: 20px;
}
#Logo .Text4 {
	color: #000000;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}

#Kopfbereich {
	float: left;
	width: 698px;
	height: 166px;
}

#Drucktitel {
	display: none;
}

/* ---------------------------------------------------- */
	/* Unterer Bereich										*/
	/* ---------------------------------------------------- */
#UntererBereich {
	float: left;
	width: 1022px;
	border: 1px solid;
	border-color: #92CDDC;
}

#SpalteLinks {
	float: left;
	width: 324px;
}

#SpalteRechts {
	float: left;
	width: 697px;
	border-left: 1px solid;
	border-left-color: #92CDDC;
}

#TrainingBild {
	float: left;
	width: 280px;
	height: 187px;
	padding: 0 0 20px 20px;
}

/* ---------------------------------------------------- */
	/* Hauptnavigation										*/
	/* ---------------------------------------------------- */
#Hauptnavigation {
	float: left;
	width: 260px;
	font-size: 18px;
	font-weight: bold;
	margin: 34px 0 20px 10px;
}

#Hauptnavigation ul {
	float: left;
}

#Hauptnavigation li {
	float: left;
	display: block;
	margin: 10px 2px 10px 30px;
	padding: 0;
	background-image: url(../img/navi_hg2.gif);
	background-repeat: repeat-x;
}

#Hauptnavigation a {
	text-decoration: none;
	display: block;
	width: 242px;
	height: 26px;
	padding: 3px 1px 4px 6px;
	margin: 6px 6px 0 -6px;
	line-height: 28px;
	border: 1px solid;
	border-color: #036DB9;
	font-style: italic;
	background-image: url(../img/navi_hg1.jpg);
	background-repeat: repeat-x;
}

#Hauptnavigation a:link,#Hauptnavigation a:visited {
	text-decoration: none;
	color: #000000;
}

#Hauptnavigation a:hover,#Hauptnavigation a:active {
	text-decoration: underline;
	color: #036DB9;
}

#Hauptnavigation #HauptAktiv a:link,#Hauptnavigation #HauptAktiv a:visited
	{
	text-decoration: none;
	color: #036DB9;
}

/* ---------------------------------------------------- */
	/* Quernavigation										*/
	/* ---------------------------------------------------- */
#Quernavigation {
	float: left;
	width: 697px;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

#Quernavigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#Quernavigation li {
	padding: 0;
	float: left;
	display: block;
	margin: 10px 2px 10px 20px;
	background-image: url(../img/navi_hg3.gif);
	background-repeat: repeat-x;
}

#Quernavigation a {
	display: block;
	text-decoration: none;
	padding: 3px 10px 4px 6px;
	margin: 6px 6px 0 -6px;
	line-height: 22px;
	border: 1px solid;
	border-color: #036DB9;
	background-image: url(../img/navi_hg4.jpg);
	background-repeat: repeat-x;
	height: 22px;
}

#Quernavigation a:link,#Quernavigation a:visited {
	text-decoration: none;
	color: #000000;
}

#Quernavigation a:hover,#Quernavigation a:active {
	text-decoration: underline;
	color: #036DB9;
}

#Quernavigation #QuerAktiv a:link,#Quernavigation #QuerAktiv a:visited {
	text-decoration: none;
	color: #036DB9;
}

/* ---------------------------------------------------- */
	/* Laufschrift											*/
	/* ---------------------------------------------------- */
#Laufschrift {
	float: left;
	width: 683px;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFF00;
	text-align: center;
	padding: 4px 6px 4px 6px;
	margin-top: 10px;
	border: 1px solid;
	border-color: #000000;
	line-height: 20px;
}

#Laufschrift a {
	color: #000000;
}

#Laufschrift a:link {
	color: #000000;
	text-decoration: none;
}

#Laufschrift a:active {
	color: #036DB9;
	text-decoration: none;
}

#Laufschrift a:visited {
	color: #000000;
	text-decoration: none;
}

#Laufschrift a:hover {
	color: #036DB9;
	text-decoration: underline;
}

/* ---------------------------------------------------- */
	/* Home												*/
	/* ---------------------------------------------------- */
#Slide {
	float: left;
	width: 600px;
	height: 365px;
	text-align: center;
	margin-top: 20px;
	margin-left: 39px;
	border: 1px solid;
	border-color: #92CDDC;
}

/* ---------------------------------------------------- */
	/* Content												*/
	/* ---------------------------------------------------- */
#Content {
	float: left;
	width: 677px;
	padding: 10px 10px 10px 10px;
}

#ContentWeiss {
	background-color: #FFFFFF;
	float: left;
	width: 655px;
	padding: 10px 10px 20px 10px;
	border: 1px solid;
	border-color: #92CDDC;
}

/* ---------------------------------------------------- */
	/* Standard-Kontakt-Formular                            */
	/* ---------------------------------------------------- */
#feedback table {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	border: none;
}

#feedback tr {
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF
}

#feedback td {
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	border: none;
	margin: 0;
	padding: 0;
}

.FormFeldZeile {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #036DB9 solid;
	width: 316px;
}

.FormFeldZeileMittel {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #036DB9 solid;
	width: 230px;
}

.FormFeldZeileKurz {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #036DB9 solid;
	width: 80px;
}

.FormDropdown {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #036DB9 solid;
	width: 318px;
	border-style: 1px;
}

.FormDropdownKurz {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #036DB9 solid;
	width: 146px;
	border-style: 1px;
}

.FormTextarea {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #036DB9 solid;
	width: 316px;
	height: 60px;
}

.FormTextareaLang {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #036DB9 solid;
	width: 560px;
	height: 30px;
}

.FormButton {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px #333333 solid;
	width: 190px;
	background: #036DB9;
	background-color: #036DB9;
	cursor: pointer;
}

/* ---------------------------------------------------- */
	/* Fusszeile											*/
	/* ---------------------------------------------------- */
#Fusszeile {
	float: left;
	width: 675px;
	padding: 42px 10px 20px 10px;
	font-size: 9pt;
	text-align: center;
}

#Fusszeile a {
	color: #000000;
	text-decoration: none;
}

#Fusszeile a:link {
	color: #000000;
	text-decoration: none;
}

#Fusszeile a:active {
	color: #036DB9;
	text-decoration: none;
}

#Fusszeile a:visited {
	color: #000000;
	text-decoration: none;
}

#Fusszeile a:hover {
	color: #036DB9;
	text-decoration: underline;
}

/* ---------------------------------------------------- */
	/* Veranstaltungen			                            */
	/* ---------------------------------------------------- */
#Veranstaltungen {
	font-size: 12px;
	line-height: 14px;
}

#Veranstaltungen table {
	border: 1px #FFFFFF solid;
}

#Veranstaltungen td {
	border: 1px #92CDDC solid;
	margin: 1px;
	padding: 2px;
}

#Veranstaltungen .TdWeiss {
	background-color: #FFFFFF;
}

#Veranstaltungen .TdGrau {
	background-color: #F1F9FB;
}

#Veranstaltungen .TdGelb {
	background-color: #FFFF9D;
	text-decoration: blink;
}

#Veranstaltungen a {
	display: block;
}

#AnfrageBox {
	width: 280px;
	margin: 20px 1px 10px 1px;
	padding: 0;
}

#AnfrageBox .BoxTitel {
	border: 1px #000000 solid;
	background-color: #FFFF00;
	padding: 2px 2px 2px 4px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

#AnfrageBox .BoxText {
	border-top: 0;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFD9;
	padding: 0;
}

#AnfrageBox .BoxTextSchrift {
	border: 0;
	background-color: #FFFFD9;
	padding: 2px 2px 2px 4px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#AnfrageBox .BoxBild {
	border: 1px #000000 solid;
	margin: 4px 0 4px 1px;
}

.FormFeldZeileV {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #036DB9 solid;
	width: 216px;
}

.FormFeldZeileMittelV {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #036DB9 solid;
	width: 130px;
}

.FormDropdownV {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #036DB9 solid;
	width: 218px;
	border-style: 1px;
}

.FormTextareaV {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	border: 1px #036DB9 solid;
	width: 216px;
	height: 60px;
}

/* ---------------------------------------------------- */
	/* Galerie					                            */
	/* ---------------------------------------------------- */
#Galerie table {
	border: 1px #FFFFFF solid;
}

#Galerie td {
	border: 1px #FFFFFF solid;
	margin: 1px;
	padding: 1px;
}
