/* @override 
	http://gekodesign.ch/new/css/gekodesign.css
	http://www.gekodesign.ch/css/gekodesign.css
*/

@charset "UTF-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333;
	height: 100%;
}
#container  {
	width: 950px;
	margin: 0 auto;
	text-align: left;
} 
#kopf {
	background-color: #602280;
	height: 30px;
}
#oben {
	background-image: url(../images/spalte.png);
	background-repeat: repeat-y;
}
#navigation {
	float: left;
	width: 270px;
	padding-top: 30px;
}
#bild {
	height: 360px;
	width: 680px;
	margin-left: 270px;
}
#mitte {
	height: 30px;
	background-image: url(../images/spalte.png);
}
#unten {
	background-image: url(../images/spalte.png);
	background-repeat: repeat-y;
}
#gallery {
	height: 380px;
	width: 950px;
	background-image: url(../images/spalte.png);
	background-repeat: repeat;
}
#info {
	float: left;
	width: 240px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
}
#text {
	background-color: #CCC;
	margin-left: 270px;
	padding-top: 20px;
	padding-left: 30px;
	height: 360px;
	padding-right: 20px;
}
#scroll {
	background-color: #CCC;
	height: 375px;
	padding-top: 20px;
	padding-left: 30px;
	overflow: auto;
}
#fuss {
	background-color: #7E64A4;
	height: 30px;
}
#hide {
}
h1 {
	font-size: 20px;
	color: #333;
}
h2 {
}
h3 {
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #602280;
	margin-top: 0px;
	margin-bottom: 0px;
}
p , ul{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 5px;
}
ul {
	padding-top: 0px;
	margin-top: 0px;
}
.align_right {
	text-align: right;
	padding-right: 10px;
}
.navtable {
	/*/*/line-height: 50px; /* */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#pscroller2{
width: 230px;
height: 350px;
padding: 10px;
}
.reftable {
}

.rssclass .rsstitle{
font-weight: bold;
}

.reftable tbody {
	vertical-align: top;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}
a {
	color: #602280;
	text-decoration: none;
}
