/* =====================================
Stylesheet des Ruder-Verein Nienburg

Stand: Designphase
Datei: style.css
Datum: 16.03.2009
Autor: Sören Schatz
©opyright by w-projekt.de

Aufbau:	1. Kalibrierung
		2. Allgemeine Styles
		3. Styles für Layoutbereiche
		4. sonstige Styles
===================================== */

/* =====================================
	1. Kalibrierung
   ================================== */

* { padding: 0; margin: 0; }

p, ul, ol { margin-bottom: 1em; }

ol ul { margin-bottom: 0; }

li { margin-left: 2em; }

/* =====================================
	2. Allgemeine Styles
   ================================== */
   
html { height: 101% }

body {
  background-color: #1874CD;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

address {
  text-align: center;
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5;
}

/* =======================
	Hyperlinks			*/

a {
  text-decoration: none;
  outline: none;
}

a:link,
a:visited { color: #000000; }

a:hover,
a:focus { border-bottom: 1px solid #333333; }

a:active { color: #000000; }
	
/* =======================
	Klassen und IDs		*/

#flagge {
  margin-top: 5px;
  margin-left: 5px;
  width: 132px;
  height: 114px;
}

#schriftzug {
  height: 75px;
  width: 425px;
  margin-top: 10px;
  margin-left: 100px;
  vertical-align: top;
}

#skulls {
  margin-top: 5px;
  margin-left: 107px;
  vertical-align: top;
  width: 131px;
  height: 84px;
}

/* =====================================
	3. Styles für Layoutbereiche
   ================================== */

#wrapper {
  width: 900px;
  height: auto;
  margin: 10px auto;
}

#header {
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: 2px solid #000000;
  width: 900px;
  height: 100px;
}

#navi {
  background-color: #FFFFFF;
  width: 190px;
  height: auto;
  float: left;
  overflow: hidden;
  margin-top: 15px;
  padding: 5px;
}

	#navi p {
	  font-weight: bold;
	  margin-bottom: 4px;
	  border-width: 1px 0px;
	  border-style: solid;
	  border-color: #000000;
	  padding-left: 2px;
	}
	
	#navi .hyperlinks {
	  margin-bottom: 4px;
	  padding-left: 2px;
	}

#links {
  background-color: #FFFFFF;
  width: 190px;
  height: auto;
  float: left;
  overflow: hidden;
  margin-top: 10px;
  padding: 5px;
}
	#links p {
	  text-align: center;
	  margin: 1em 0em;
	}
	
	#links a:hover, a:focus { border-bottom: none; }
	
	#links img { border: none; }

#content {
  background-color: #FFFFFF;
  width: 680px;
  min-height: 174px;
  height: auto;
  float: right;
  overflow: hidden;
  margin-top: 15px;
  padding: 5px;
}

#titel {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
  margin-bottom: 4px;
}

#footer {
  background-color: #FFFFFF;
  height: 10px;
  width: 890px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 2px solid #000000;
  padding: 5px;
}

/* =====================================
	4. Sonstige Styles
   ================================== */

#countdown_wrapper {
	text-align: center;
}
#countdown {
	font-family:"Bauhaus 93", Verdana, sans-serif;
	font-size: 24px;
}



/* =====================================
	ENDE DES STYLESHEETS
   ================================== */