/* 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.5em;
	color: #333;
	background: #fff;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	text-align: center;
}

a:link {
	color: #005AA9;
	background-color: #fff;
	text-decoration: none;
}

a:visited {
	color: #005AA9;
	background-color: #fff;
		text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

table { margin-top: 6px;
margin-bottom: 20px;
border: 1px solid #005AA9;

}

td, th { text-align: left;
vertical-align: top;
font-weight: normal;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1em 0;
	clear: both;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

.abstract { 
font-weight: bold;
}

/* 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 {

}

h2 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #005AA9;
	margin-bottom: 1em;
}

h3 {color: #005AA9;
margin-bottom: 1em;
	font-size: 1.2em;

}

h4 {

}

/* Layout */
#wrapper { width: 800px;
margin: auto;
text-align: left;
}

#language { 
margin-top: 15px;
border-bottom: 1px solid #005AA9;
}

#header { 
margin-top: 4px;
margin-bottom: 10px;
}

#navi { 
padding-top: 6px;
padding-bottom: 6px;
border-top: 1px solid #005AA9;
border-bottom: 1px solid #005AA9;
margin-top: 10px;
margin-bottom: 20px;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 80%;
font-weight: bold;

}

#navi li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#content {
}
#content li {display: list-item; list-style-position: inside; list-style-type: square;}

#content h2 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #005AA9;
	margin-bottom: 1em;
}

#content h3 {color: #005AA9;
margin-bottom: 1em;
	font-size: 1.2em;

}

#sidebar {
}

#footer {
border-top: 1px solid #005AA9;
padding-top: 6px;
margin-bottom: 50px;
font-size: 75%;
}

