/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Lobster);
/* Grundelemente */
body {
    padding:0;
    margin:0;
    font-family:Verdana, Geneva, sans-serif;
    font-size:13px;
    background:url(gfx/background.png) top center repeat-y #cfcfcf;
    color:#666;
}


a {
    color:#666;
    text-decoration:none;
}

ol, ul {
    list-style:none;
}

abbr {
    cursor: help;
    border-bottom: 1px  #999 dashed;
}
.clear {
    clear:both;
}
.invisible {
	display:none;
}
h3 {
	color:#999;
}
/* Grundelemente */

/* Seitenstruktur */
#container {
    margin: 0 auto;
    width:1000px;
}
#banner {
	background:url(gfx/banner.jpg);
	height: 584px;
}
#logo {
    margin:20px 0;
    float:right;
}
#logos p {
	margin:0;
	padding:0 35px;
}
/* Seitenstruktur */


/* Hauptnavigation */
#nav, #nav ul {
    list-style:none;
    margin:0;
    padding:0;
	float:left;
}
#nav ul li {
	background:#fff;
	opacity:0.6;
	filter:alpha(opacity=60);
	width:200px;
    display:block;
    margin-bottom:1px;
    font-size:20px;
}
#nav ul li.active, #nav ul li:hover {
    background:#3C6;
}
#nav ul li a {
    text-decoration:none;
}
#nav ul li a.active {
    border-top:none;
}
#nav ul li a:hover {
	color:#000;
}
/* Hauptnavigation */



/* Inhaltselemente */
a img {
	border: 0px;
}

#content {
	width:1000px;
	margin-top:-60px;
}
#linkeSpalte {
	width:610px;
	float:left;
	padding:0 20px;
	
}

#linkeSpalte h1 {
	font-family: 'Lobster', arial, serif; 
	font-size:40px;
	color:#666;
}

#rechteSpalte{
	padding: 0 20px;
	margin-top:60px;
	width:300px;
	float:left;
	color:#fff;
}

#rechteSpalte h2{
	color:#fff;
	font-family: 'Lobster', arial, serif; 
}

#gaestebucheintraege p {
	margin:0;
	
}
#gaestebucheintraege .even {
background:#F4FFE3;
border-top:1px solid #093;
}
#gaestebucheintraege .odd {
	border-top:1px solid #093;
}

label{
	float:left;
	width:350px;
}

#gaestebuch label{
	float:left;
	width:220px;	
}
.captcha_text{
	
}
.captcha {
	}
/* Inhaltselemente */

/* Footer */
#footer {
    width: 960px;
    text-align: left;
   
    margin-bottom: 20px;
}
#footer ul {
    margin:0;
    padding:0;
}
#footer ul li {
    margin-left:15px;
    list-style: disc;
}
#footer .text {
    float:left;
    width:300px;
    margin:20px 7px;
}
#footer .text h2{
    font-size: 13px;
    margin:0;
    padding:0;
    color:#666;
}
#copy {
    border-top: 3px solid #999;
    text-align: right;
    padding-top:20px;
    color: #999;
}
/* Footer */
