/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body
{
	background-color: #cfcfcf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}

#Centerer
{
	position:  	 absolute;   /* wichtig */
	left:  	   	 50%;  	   	 /* wichtig */
	margin:  	 0 -390px; 	 /* wichtig */
	width:  	 780px;  	 /* Beispielbreite */
/*	height:  	 500px;  	 /* Beispielhöhe */
}

#Header
{
	width: 780px;
	height: 110px;
	background-image: url(images/header.jpg);
	margin-bottom: 10px;
	text-align: center;
}

#Header h1
{
display: none;
}

ul, ol {
	margin: 10px 0 10px 25px;
}

li ul, li ol {
	margin: 0 0 0 25px;
}

li p {
	line-height: inherit;
	margin: 0;
}


div#LeftColumn {
	width: 175px;
	float: left;
	border-right: #cfcfcf 10px solid;
}

#Navigation
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom: 10px;
	/* für zu lange Wörter */
	max-width: 175px;
	_width: 175px; /* IE hack */
  overflow: hidden; 
	background: blue;
}

#Navigation ul
{
 list-style: none;
 margin: 0;
}

#Navigation li
{
display: inline;
}

#Navigation #nav1 a
{
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: white;
	padding: 5px;
	background: url(images/nav1_off_bg.gif);
	border-left:   1px solid #6f6fcb;
	border-top:    1px solid #6f6fcb;
	border-bottom: 1px solid #22224a;
	border-right:  1px solid #22224a;
	background-color: #666666;
}

#Navigation #nav1 a:link
{
	font-weight: bold;
}

#Navigation #nav1 a:hover
{
	color: #AAAAFF;
}

#Navigation #h1.navheader  a
{
	background: url(images/nav1_on_bg.gif);
	color: #000000;
	font-weight: bolder;
	text-decoration:none;
	padding: 5px;
	display: block;
	border-left:   1px solid white;
	border-top:    1px solid white;
	border-bottom: 1px solid darkgrey;
	border-right:  1px solid darkgrey;
	background-color: #666666;
}






#Navigation #nav1 a.important
{
	background: url(images/nav1_important_bg.gif);
	border-left:   1px solid #fab535;
	border-top:    1px solid #fab535;
	border-bottom: 1px solid #9d6500;
	border-right:  1px solid #9d6500;
	background-color: #ff9900;
}

#Navigation #nav1 a.important:hover
{
	color:#000000;
}

#Navigation #nav2  a
{
	background: url(images/nav1_on_bg.gif);
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	padding: 4px 4px 4px 5px;
 display: block; 
	border-left:   1px solid white;
	border-top:    1px solid white;
	border-bottom: 1px solid lightgrey;
	border-right:  1px solid darkgrey;
	background-color: #666666;
}

#Navigation #nav2 a:link, #Navigation #nav2 a:visited
{
	text-decoration: none;
}

#Navigation #nav2 a:hover
{
	color: #666699;
}

div#RightColumn {
 width: 591px;
 background-color:#FFFFFF;
 float: right;
}

h2  {
width: 586px;
background-image:url(images/nav1_on_bg.gif);
padding: 2px;
	border-left:   1px solid white;
	border-top:    1px solid white;
	border-bottom: 1px solid darkgrey;
	border-right:  1px solid darkgrey;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

div#RightColumn p
{
padding: 8px;
}

form#Anmeldung
{
	background-color: #FFD777;
	width: 500px;
	margin-left: 20px;
	padding: 8px;
}

form#boerse
{
	background-color: #FFD777;
	width: 500px;
	margin-left: 20px;
	padding: 8px;
}
.label
{
float: left;
width: 150px;
text-align: right;
padding-top: 5px;
}

form#Anmeldung input
{
	border: solid #999 1px;
  border-right: solid #999 5px;
	margin: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;;
	color:#000099;
}

form#boerse textarea
{
	border: solid #999 1px;
  border-right: solid #999 5px;
	margin: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;;
	color:#000099;
}

form#boerse input
{
	border: solid #999 1px;
  border-right: solid #999 5px;
	margin: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;;
	color:#000099;
}

input:hover, input:focus, input:active {
 border-color:#555;
 background:#cccccc;
 color:#333;
 border-right: solid 3px #00ff00;
}

.reihe
{
  clear: both;
}

.defbreite {
  width: 300px;
}

#gallery{
width: 500px;
margin-left: 30px;
}

.foto_rahmen {
   float: left;
   text-align: center;
   margin-bottom: 10px;
   margin-right: 10px;
   padding: 2px;
   height: 150px;
   width: 150px;
   color: #666666;
   display: block;
}
.foto_rahmen a:hover{
   background: none;
}
.foto_rahmen a:hover img{
   background-color: #CEEB83;
   border-color: #84AE46;
}
.foto_rahmen img{
   border-color: #CCCCCC;
   border-style: solid;
   border-width: 1px;
   padding: 2px;
   text-align: center;
   margin-bottom: 2px;
}

