@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #fff;
	background-color: #000;
	}

* html body {
	font-size: x-small; /* für IE5/Win */
	f\ont-size: small; /* für andere IE Versionen */
	}
@media all and (min-width: 0px){ body { font-size: small; } } /* Textgröße im Opera/Win */
h1 {
	color: #ccc;
	font-size: 150%
	}

#ie5_center {
	text-align: center;
	}
	
#container {
	margin: auto;
	position:relative;
	width:950px;
	text-align: left;
	}

.fett {
	font-size:120%;
	font-weight: bold;
	}

h2 {
	float:left;
	width:600px;
	height:104px;
	margin: 0;
	padding: 0;
	}

#bild {
	float: left;
	padding-top: 10px;
	width:600px;
	height:420px;
	background: #000;
    border:none;
	}
#gaestebuch{
	float: left;
	padding-top: 10px;
	width:600px;
	height:550px;
	background: #000;
    border:none;
	}

#kleinbild {
	position:absolute;
	left:630px;
	top:52px;
	width:231px;
	height:40px;
	}

#text {
	position:absolute;
	left:638px;
	top:123px;
	width:400px;
	height: 700px;
	padding-left: 6px;
	}

#text_unten {
	position:absolute;
	left:15px;
	top:621px;
	width:577px;
	height:auto;
	text-align:center;
	}

#nav {
	float: left;
	width: 598px;
	padding: 10px 0 0 100px;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #333;
	border-bottom: none;
	background: #333 url(images/off_bg.gif) repeat-x top left;
	}
#nav a:hover, body#home #t-home a, body#songs #t-songs a, body#fotos #t-fotos a, body#gaeste #t-gaeste a {
	color: #FFF;
	padding-bottom: 5px;
	border-color: #666;
	background: #CCC url(images/on_bg.gif) repeat-x top left;
	}
#text_unten a img, a {
	text-decoration:none;
	border:0;
	color:#fff;
	}
