#main {
	width:100%;
	/*text-align:center;*/
	margin: 0px auto; /* bewirkt dass auch in safari das div zentriert wird (cf body text-align:center) */
	margin-top: 20px;
/*	background-color: #BAC8E6;*/
background-color:#CCCCCC;
}

#top {
	top:50px;
	height:80px;
	/*width:750px;*/
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
	padding:5px 0px 0px 0px;
	background-color: black;
}

#nav {
	/*width:750px;*/
	height:30px;
	vertical-align:middle;
	text-align:center;
	
	padding:5px 0px 0px 0px;
	/*background-color:#eee;*/
	background-color:#8A0000;
}

#middle {
padding:5px 5px 20px 10px;
	visibility:visible;
	/*text-align:center;*/
	margin:auto;
	width:600px;
	background-color:#CCCCCC;
}

#space {
	height:5px;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
	padding:5px 0px 0px 0px;
	/*background-color:#eee;*/
	background-color:#8A0000;
}

#footer {
	/*float:left;*/
	margin:auto;
	text-align:center;
	vertical-align:middle;
	width:100%;
	padding: 0px 0px 0px 0px;
	background-color:black;
	color: white;
}


#footer a {
	color: white;
	text-decoration: none;
}
#footer a:link {
	color: white;
	text-decoration: none;
}
#footer a:visited {
	color: white;
}
#footer a:hover {
	color:#8A0000;
	text-decoration: underline;
}
	

  ul#Navigation {
    margin: 0.3em; padding: 0;
    text-align: center;

  }
  ul#Navigation li {
/*    list-style: none;*/

    display: inline;

  }

  ul#Navigation a, ul#Navigation span {
    
    margin: 0.4em; padding: 0.1em 2em;
     /*width: 100px;  */
     height: 20px;
     border: 1px solid gray;
     text-decoration: none;
     color: #000;
     -moz-border-radius: 10%; 
     background-color: #fff;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: 6em;  /* sicherheitshalber fuer spaetere Versionen korrigiert */
  }
  ul#Navigation a:hover, ul#Navigation span {
     color:#8A0000;
       background: url(pics/cherry.gif) 0 0 no-repeat;
            background-color: #ccc;
     -moz-border-radius: 10%; 
  }


body {
    /*background-color:#CCCCCC;*/
    text-align:center;
    font-family:verdana, helvetica, arial, sans-serif;
    font-size:0.8em;
}

p{
    font-family:verdana, helvetica, arial, sans-serif;
    /*font-size: 0.9em;*/
      color:black;
}



H1 {

	font-family:verdana, helvetica, Arial,sans-serif;
	font-size:2.5em;
	font-weight:bold;
	/*color:#0000AA;*/
	color:#8A0000;
	text-align:center; 
	
}


H2 {
	font-family:verdana, helvetica, Arial,sans-serif;
	font-size:1.8em;
	font-weight:bold;
	/*color:#0000AA;*/
	color:#8A0000;
	text-align:left; 
	
}

H3 {
	font-family:verdana, helvetica, Arial,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:black;
	margin-bottom: 0cm;
}
H4 {
	font-family:verdana, helvetica, Arial,sans-serif;
	font-size:1.0em;
	font-weight:bold;
	color:black;
	margin-bottom: 0cm;
}







a {
	text-decoration: none
}
a:link {
	color:black;
	/*color: #000064;*/
}
a:visited {
	color:black;
	/*color: #000064;*/
}
a:active {
	/*color: #fc0a16;*/
	color:black;
	font-weight:bold;
}
a:hover {
	/*color:#fc0a16;*/
	color:#8A0000;
	text-decoration:underline;
}

html, body {
   background:#eee;
   text-align:left;
   /*color: #000064;*/
}


/*-------------------- GUESTBOOK --------------------- */

.guestbook	{
	
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	height: 20pt;
	visibility: visible;
	padding-top: 2px;
	padding-bottom: 2px;
	position: static;
	background-color:#8A0000;
	/*background-color: black;*/
	color: white;
	text-align:left;
	
	width: 150px;
}

.guestbook header {
	color:white;
}

.guestbook a {
	color: white;
	text-decoration: none;
}
.guestbook a:link {
	color: white;
	text-decoration: none;
}
.guestbook a:visited {
	color: white;
}
.guestbook a:hover {
	color: white;
	text-decoration: underline;
}


.member
{
        /*one news*/
        vertical-align: top;
        padding-top: 6px;
        padding-bottom: 10px;
        padding-left:10px;
        /*width: 450px;*/
        float: left;
}

.member_left
{
        /*main part of news*/
        float: left;
        overflow:visible;
        vertical-align: top;
        padding-right: 0px;
        float: left;
        width: 200px;
}

.member_right
{
        /* right part of news, for pic*/
        vertical-align: top;
        float: left;
        width:350px;
        margin-left:20px;
        margin-bottom:10px;
}
