/* Stylesheet Art Kaleidoscope
Stand: 15.1.07
Autor: Jonas Lohse
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

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

a:hover {
	text-decoration: underline;
	color: gray;
}

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

img, a img {
	border: 0;
}

.rahmen {
	border: 1px solid #c3cad1;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1.1em;
	clear: both;
	color: #5f5c60;
}

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

.anderthalb {
	font-size: 1.5em;
}

.nullacht {
	font-size: 0.8em;
}

/* 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: 2em;
}

h2 {
	font-size: 1.8em;
	padding-top: 15px;
	padding-bottom: 20px;
}

h3 {
	font-size: 1.5em;
	padding-top: 10px;
}

h4 {
	font-size: 1.1em;
	padding-top: 0.5em;
}

/* Layout */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	height: 100%;
	}
#header {
	width: 760px;
	float: left;
	margin: 0;
	text-align: left;
	padding: 0;
	height: 70px;
	}
	
#navigation {
	font-size: 1.1em;
	padding-left: 320px;
}
	
	#navigation ul {
	padding-top: 20px;
	list-style-type: none;
}
	#navigation li {
	float: left;
	padding-right: 15px;
	font-family: "News Gothic","Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	font-weight: bold;
}

#content {
	clear: both;
}

#links {
	width: 300px;
	position: relative;
	float: left;
}

#rechts {
	position: relative;
	float: right;
	width: 440px;
}

#footer {
	clear: both;
	position: relative;
	padding-top: 20px;
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 320px;
}
