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

Stylesheet für die Website von Sport Rinnerthaler
website:			www.sportrinnerthaler.at
datei: 			screen.css
first-version: 02.09.2008
last-version:	20.10.2008
Autor: 			Markus Maier, Der Pixelversteher.
					markus.maier@der-pixelversteher.at
					wwww.der-pixelversteher.at
				


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

/* 1.0 Allgemeines Layout ####################################*/
* {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	
}

html a:link {
	color: black;
}

html a:acitve {
	border: 1px solid white;
}

body {
	background-color: white;
}

/* 1.1 Spezifisches Layout ####################################*/

#wrapper {
	width: 800px;
	margin: 0px auto;
}

#head {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 25px;
}

#content {
	text-align: center;
	float: left;
	width: 800px;
	margin: 0 auto;
	padding-top: 50px;
	margin-bottom: 50px;
}

#footer {
	margin-top: 15px;	
}

#footer p {
	font-size: 12px;
	color: black;
	margin-top: 3px;
}