@charset "iso-8859-1";
/*##################################################################################*/
/*  design idea called 'golf', by Marcus Stopp http://marcus-web.de                 */
/*  copyright 2006, Marcus Stopp                                                    */
/*  March 2006                                                                      */
/*  IMPORTANT                                                                       */
/*  This design is not a template. You may not reproduce it elsewhere without the   */ 
/*  designer's written permission. However, feel free to study the CSS and use      */
/*  techniques you learn from it elsewhere.                                         */
/*##################################################################################*/


body {position:relative;
	font:60% Verdana, Arial, Helvetica, sans-serif;
	background-color:#52A5F2;
	margin:0 5%;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position: absolute;
	margin-top:-10px;
	}

ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px -15px 0px; 
	}


#container { 
	width: 680px; 
	position: relative;  
	top: 5px; 
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 55px;
	}



#left {
	width: 500px;
	position: absolute;
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 0px;
}
#intro,
google,
heise,
n24,
laut,
playground,
	{
	margin: 0px 0 0px 0;
	padding: 0px 0px 10px 0px;
	}



#right {
	width: 220px;
	position: absolute;
	top: 136px;
	left: 0px; 	
	margin: 0px 0px 0px 560px;
	padding: 0px 0px 0px 0px;
	}
	
#eins,
zwei,
drei,
vier,
counter
   {
	margin: 0px 0 0px 0;
	padding: 0px 0px 10px 0px;
	}

.kalender
   {	
	text-align: center;
	}
/*rückt den kalender und den counter in die richtige position*/

/* hier beginnt das für die Box relevante CSS  */

div {
	margin: 0px 0 0 0;
	}

.ro {
	background:url(bilder/ro.jpg) top right no-repeat;
}

.lo {
	background:url(bilder/lo.jpg) top left no-repeat;
}

.ru {
	background:url(bilder/ru.jpg) bottom right no-repeat;
}

.lu {
	background:url(bilder/lu.jpg) bottom left no-repeat;
}

.inhalt {
	margin:0px 0 0 0 ;
	padding:2.5em 2.5em 3.5em 2.5em;
}

.inhalt p {
	margin: 18px 0 0 0;
	padding:0px 0 0 0px;
}


/*mac-like-eingabefelder*/

input, textarea{
background:#fff url(background-image.jpg) top left repeat-x;

border-top:1px solid #909090;
border-left:1px solid #CECECE;
border-right:1px solid #CECECE;
border-bottom:1px solid #E4E4E4;
}



/*Eine Alternative Navigation ohne Tabellen ausschliesslich mit CSS */
/*Navigationsleiste oben*/
#navlist {
	position: absolute;
	top:5px;
	left: -65px;
	margin: 0px 0 2.5em 0;
/*	width: 100%;*/

	
}
#navlist li {
	/*float: left;*/
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
}
#navlist ul {
	margin: 0;
	padding: 0;
}
#navlist a {
	padding: 3px 30px 3px 30px;
	border: 0px solid;
	border-color: #ddd #000 #000 #ddd;
	text-decoration: none;
}
#navlist a:link, #navlist a:visited {
	font: 11px "Trebuchet MS", Verdana;
	color: #ffffff;
}
#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited, 
#uberlink a:hover, #uberlink a:active {
	color: #0000ff;
}


#navlist a span {display: none;}

#navlist a:hover span 
	{
	display: block;
	position: absolute;
	top: 130px;
	left: 12px;
	width: 100px;
	padding: 5px;
	margin: 10px;
	z-index: 0;
	color: #AAA; background: black;
	font: 10px Verdana, sans-serif;
	text-align: center;}

/*Navigation*/



/*gbook-design-divs*/
#middle {
	width: 680px;
	position: absolute;
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 0px;
}
#form,
entries,
footerg
{
	margin: 0px 0 0px 0;
	padding: 0px 0px 10px 0px;}
	

#navlist2 {
	position: absolute;
	top:5px;
	left: 5px;
	margin: 0px 0 2.5em 0;
/*	width: 100%;*/

	
}
#navlist2 li {
	/*float: left;*/
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
}
#navlist2 ul {
	margin: 0;
	padding: 0;
}
#navlist2 a {
	padding: 3px 30px 3px 30px;
	border: 0px solid;
	border-color: #ddd #000 #000 #ddd;
	text-decoration: none;
}
#navlist2 a:link, #navlist a:visited {
	font: 11px "Trebuchet MS", Verdana;
	color: #ffffff;
}
#navlist2 a:hover, #navlist2 a:active,
#uberlink a:link, #uberlink a:visited, 
#uberlink a:hover, #uberlink a:active {
	color: #0000ff;
}


#navlist2 a span {display: none;}

#navlist2 a:hover span 
	{
	display: block;
	position: absolute;
	top: 130px;
	left: 12px;
	width: 100px;
	padding: 5px;
	margin: 10px;
	z-index: 0;
	color: #AAA; background: black;
	font: 10px Verdana, sans-serif;
	text-align: center;}
