/* Standard Stylesheet
www.projektname.de
Start: 01.01.2006
Letzte Aenderung: 10.02.2006
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	background: url(bg.jpg) repeat-x #FFF;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a:link {
	color: #333;
	background-color: #fff;
	text-decoration: none;
}

a:visited {
	color: #333;
	background-color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0;
	clear: both;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

h1 {
	font-size: 1.2em;
	color: #09729B;
	text-transform: uppercase;
}

h1 a:link, h1 a:visited, h1 a:hover {
	background: none;
   	color: #09729B;
}

h2 {
	font-size: 1.8em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.3em;
	color: #999;
	letter-spacing: 3px;
}

h4 {

}

pre {
	padding: 4px;
	font-size: 1.2em;
}

/* Layout */
#wrapper {
    background: #FFF;
    border: 6px solid #95D6E6;
    margin: 25px auto;
    width: 756px;

}

#header {
	background: #95D6E6;
	padding: 5px 3px;
}

#navi {
}

#content {
	padding: 25px;
}

ul {
	padding: 10px 0;
	list-style-type: none;
}

li {
	margin: 1px;
	padding: 3px;
}

#sidebar {
}

#footer {
}

.odd { background: #E7F8FF; }
.even { background: #C2EBFB; }