@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:100;
	background-color:000000;
	font-size: 12px;
	background: black;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}
a {
text-decoration: none;
	color: #000000;
}

h1 { 
	font-size: 12px;
	font-weight:700;
	}
p {
	color: black;
	/* Abstand zwischen Absätzen */
	margin-top:10px;
	/* Zeilenhöhe */
	line-height:16px;
  }
  
/* Ab hier werden die Boxen definiert */

#background{
	/* Verschieben des Backgrounds nach unten*/
	position:relative;
	top:20px;
	/* Größe */
	width: 900px;
	height: 560px;
	/* Zentrierung */
	margin-left: auto; 
	margin-right: auto;
	/* Optik */
	background: white;
	border:hidden;
	background-image:url(herrenrock_grey3.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#main {
	position:relative;
	top:15px;
	margin-left: auto; 
	margin-right: auto;
	width: 840px;
}

#logo{
	height: 70px;
	background-image:url(herrenrock_schrift2.png);
	background-repeat:no-repeat;
	background-position:top right;
	}
  
#navigation {
	/* Ausrichtung */
	height:18px;
	text-align: right;
	magin-bottom:5px;	
}
#inhalt {
	background-color: #FFCC00;
	border: 1px dashed black;
	/* Textabstand vom Rahmen*/
  	padding: 20px;
	padding-top:10px;
	padding-bottom:10px;
	height: 200px;
}

.hervorgehoben{
text-decoration:underline;
}

/* Seite: Drei Herren */
.bilder {
	/* Format und ausrichtung*/
	width: 200px;
	vertical-align: top;
	position: absolute;
	/*margin-left: auto;
	margin-right:auto;*/
}
.sebi{
	left: 250px;
}
.alex{
	left: 480px;
}
/* Seite: Gaestebuch */
#gb_navi{
position: relative;
bottom: 20px;
left:20px;
}

.gross {
	font-size: 24px;
	line-height: 24px;
}

