/* =================================================
Stylesheet für die Webseite "www.tennisschule-djuranovic.de"  
Datei: styles.css
Datum: 21. Januar 2012
Autor:  Peter Thimm 

Aufbau: 1. Kalibrierung und Restauration
        2. Allgemeine Styles 
        3. Styles für Layoutbereiche
		4. Navigation    
        5. Sonstige Styles 

================================================== */


/* ====================================== 
  1. Kalibrierung und Restauration
  ====================================== */

* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
	height: 100%;
}
/* Abstände nach unten */ 
h1, h2, h3, p, ul, ol {
	margin-bottom: 1em;
}
ul ul {
	margin-bottom: 0;
}
li {
	margin-left: 1em;
}
/* ggfs. weitere Abstände restaurieren */ 


/* ====================================== 
  2. Allgemeine Styles 
  ====================================== */

body {
	background-image: url(images/page_g.jpg);
	background-repeat: repeat-x;
	background-color: #8a8a8a;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 20px 0 20px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 20px 0 10px 0;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/* Hyperlinks */ 
a:link {
	color: #003366;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #003366;
	text-decoration: underline;
}
/* Allgemeine Klassen und IDs */ 
.bild_rechts {
	float: right;
	margin: 10px 0 15px 20px;
	box-shadow: 8px 8px 4px #666;
}
.bild_links {
	overflow: hidden;
}
.bild_links img {
	float: left;
	margin: 10px 20px 15px 0;
	box-shadow: 8px 8px 4px #666;
}
.bild_rechts img, .bild_links img {
	display:block;
}
.einzug_gross {
	margin-left: 100px;
}
.einzug_klein {
	margin-left: 15px;
}
.underline {
	text-decoration: underline;
}
#tipp {
	background-color: #EEE;
	padding: 10px;
	border: 1px solid #666;
	border-radius: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	box-shadow: 8px 8px 4px #666;
}

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

#wrapper {
	width: 850px;
	background-color: #FFF;
	border: 2px solid #cc6f5c;
	margin: 10px auto;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 10px 10px 5px #666;
}
#header {
	height: 121px;
	background-image: url(images/header.jpg);
}
#content {
	clear: both;
	padding: 0 40px 20px 40px;
	margin: 50px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.6;
}
	#content li {
		margin-bottom: 15px;
	}
		#content li a {
			color: black;
			text-decoration: none;
		}
		#content li a:hover, #content li a:active {
			color: #003366;
			font-weight: bold;
		}
#footer {
	clear: both;
	height: 19px;
	background-image: url(images/footer.jpg);
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
	#footer p {
		margin-bottom: 0;
	}
	#footer a {
		text-decoration: none;
		color: #003366;
	}
	#footer a:hover, #footer a:focus, #footer a:active {
		color: #003366;
		text-decoration: underline;
	}
	
/* ====================================== 
   4.  Navigation 
  ====================================== */

#navi {
	height: 21px;
	background-image: url(images/navbar.jpg);
	margin-top: 3px;
	padding: 6px 0 6px 38px;
}
	#navi ul {
		margin-bottom: 0;
	}
		#navi ul li {
			display:inline;
			float: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			margin: 0 38px 0 0;
		}
			#navi ul li a {
				color: #fff;
				text-decoration:none;
			}
			#navi ul li a:hover, #navi ul li a:active {
				border-bottom: 1px solid white;
			}
.current {
	border-bottom: 1px solid white;
	border-top: 1px solid white
}
.current a {
	color: #fff;
}

/* ====================================== 
     5. Sonstige Styles 
  ====================================== */

/* ======================================= 
   Ende des Stylesheet styles.css  
   ======================================= */

