* {
  	font-family:arial, verdana, helvetica, sans-serif; 
	font-size:11px; 
  	scrollbar-base-color:#B3B5A0;
  	scrollbar-3d-light-color:#FFFFFF;
  	scrollbar-arrow-color:#FFFFFF;
  	scrollbar-darkshadow-color:#B3B5A0;
  	scrollbar-face-color:#B3B5A0;
  	scrollbar-highlight-color:#FFFFFF;
  	scrollbar-shadow-color:white;
  	scrollbar-track-color:#B3B5A0;
}

img {
	border:0px;
}

h1 {
	font-size:30px;
	font-weight:bold;
	margin:0px;
	padding:0px;
        text-transform:uppercase;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
        text-transform:uppercase;
}

h3 {
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.edit {
	font-style:italic;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:3px;
}

a { 
	font-size:11px;
	color:black;
	text-decoration:none;
 }

a:hover {
	text-decoration:underline;
	color:#555555;
}

a:focus, a:active {
	outline: none;
	-moz-outline: none;
}

body {
 	padding-left:18px;
	padding-top:25px;
	padding-bottom:20px;
}
 
#wrapper {
	width:980px;
}

#linke_spalte {
	width:612px;
	float:left;
}

#rechte_spalte {
	width:363px;
	float:right;
}

#navi {
	float:left;
	width:215px;
}

#newsletter {
	float:right:
	width:149px;
	height:106px;
}

#newsletter label {
	font-size:10px;
}

div.clearer {
	height:0px;
	clear:both;	
}

#list_of_guests {
	222margin-top:15px;
}

#list_of_guests_header {
	width:364px;
	height:91px;
	background-image:url('../images/list_of_guests_header_bg.gif');
}

#list_of_guests_body {
	width:364px;
	background-image:url('../images/list_of_guests_body_bg.gif');
}

#list_of_guests_footer {
	width:364px;
	height:19px;
	background-image:url('../images/list_of_guests_footer_bg.gif');
}

/***************** navi *************************/

#navi ul {
	margin:0; /*removes indent IE and Opera*/
	padding:0; /*removes indent Mozilla and NN7*/
	list-style-type:none; /*turns off display of bullet*/
	margin-left:32px;
	margin-right:40px;
	height:106px;
}

#navi li {
	margin:0px;
	margin-bottom:1px; /*removes indent IE and Opera*/
	padding:0; /*removes indent Mozilla and NN7*/
}

#navi a {
	display: block;
	text-decoration: none;
	color:#666666;
	border-bottom:1px dotted white;
	height:13px;
}

#navi a:hover, 
#navi a.aktiv,
#list_of_guests a.aktiv {
	color: #CCCCCC;
}

#navi a.aktiv {
	border-bottom:1px dotted #0D4D73;
}

form {
	padding:0px;
	margin:0px;
}

.input-text {
	border:1px solid #555555;
}

.guest {
	margin-left:33px;
	width:320px;
	clear:both;
}

.guest_links {
	width:25px;
	float:left;
}

.guest_rechts {
	width:295px;
	float:right;
}

#impressum {
        text-align:right;
}