/* CSS Code by Coki - www.kerlin.de */


body {
	background-color:#eeeeee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	cursor:default;
	background-image:url(main/diagonal_lines.gif);
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:170%;
	color:#000000;
	border-bottom: 3px solid #eeeeee;
	padding-right:5px;
	padding-left:5px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:2px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:130%;
	color:#000000;
	border-bottom: 1px solid #eeeeee;
	padding-right:5px;
	padding-left:5px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:2px;
}
	

ul li {
	list-style-image:url(main/bullet.gif);
}
a {
	color:#333333;
}
a:hover {
	color:#333333;
	border-bottom:1px solid #333333;
}
a:visited {
	color:#333333;
	text-decoration:underline;
}
img { 
	border: 1px solid #cccccc;
	padding:0px;
	margin:10px;
}
input {
	background-color:#CCCCCC;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #eeeeee;
}
acronym {
	font-variant:small-caps;
	cursor:help;
	border-bottom: 1px solid #cccccc;
}

#container {
	width:860px;
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	margin:0 auto 0 auto;
}
#menu {
	width:100%;
	background-color:#ffffff;
	border-bottom:1px solid #cccccc;
	padding-top:15px;
	padding-bottom:9px;
	text-align:center;
}
#menu a {
	height:25px;
	padding:9px;
	background-color:#efefef;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-right:0;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	margin:2px;
	background-image:url(main/shadow.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#menu a:hover {
	height:25px;
	padding:9px;
	background-color:#ffffff;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #ffffff;
	margin-right:0;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	margin:2px;
	background-image:none;
}
#menu .aactive {
	height:25px;
	padding:9px;
	background-color:#ffffff;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #ffffff;
	margin-right:0;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	margin:2px;
	background-image:none;
}
#header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:300%;
	color:#000000;
	padding:10px;
	text-align:center;
	background-image:url(main/headerbg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #999999;
	margin-bottom:10px;
}
#header a {
	color:#000000;
	text-decoration:none;
}
#header a:hover {
	color:#000000;
	text-decoration:none;
	border:none;
}
#footer {
	width:850px;
	padding:5px;
	background-color:#CCCCCC;
	color:#FFFFFF;
}
/* misc */
.clearer {
	clear: both;
}

#text {
	line-height:15px;
	padding:15px;
	margin:5px;
	text-align:justify;
}
/* Link im Titel
a.titellink:link {
}
a.titellink:visited {
}
a.titellink:active {
}*/

.rechts {
	text-align: right;
}

.rss {
  float: right;
  width: 200px;
	padding: 10px;
	margin-top:2px;
	background-color:#FFFFFF;
}
.umenue {
  float: right;
  width: 200px;
	background-color:#efefef;
  border: 1px solid #000;
	padding:8px;
	margin:4px;
}

.rimg {
	float: right;
	border: 1px solid #cccccc;
	padding:3px;
	margin:10px;
  text-align: center;
	background-color:#FFFFFF;
}

.limg {
	float: left;
	border: 1px solid #cccccc;
	padding:3px;
	margin:10px;
  text-align: center;
	background-color:#FFFFFF;
}

  div#zitat {
    border-color:#000000;
    border-width:2px;
    border-style:solid;
    width: 600px;
    padding: 20px;
    text-align: center;
    background: #ffe699;
  }
  .zitat1 {
    border-color:#000000;
    border-width:2px;
    border-style:solid;
    margin-left: 40px;
    width: 600px;
    padding: 20px;
    background: #ffe699;
    text-align: left;
  }

