body {
		font-family: Arial, Helvetica, sans-serif, Verdana;
		color: white;
		background-color: #336699; 
		padding:0px; 
		margin: 0px; 
		height: 100%; 
		width: 100%;
	}
	
	
#header {
	position:fixed;
	top: 0px;
	width: 100%;
	height: 115px;
	background-image: url(/images/header_back.png);
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 25px;
}

#logo { /* div */
	background-image: url(/images/nav_top.png);
	position: fixed;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 200px;
	text-align: center;
}

#navigation { /* div */
	background-image:url(/images/nav_back.png);
	float:left;
	margin:0px;
	padding: 0px;
	width:200px;
	position: fixed;
	top: 150px;
	left: 0px;
	height: 100%;
	border: 0px solid red;
}

#navigation div {
	height: 29px;
	border: 0px solid black;
	padding-top: 2px;
	margin-left: 2px;
	background-image: url('/images/button.png');
	vertical-align: middle;
}

#navigation a {
	border: 0px solid red;
	margin-left:	23px;
	margin-top:		2px;
	margin-right:	 2px;
	padding-left:	 10px;
	padding-top:	3px;
	padding-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bolder;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
#navigation a:hover {
	color:#DDDDDD;
}

#main {
		position: fixed;
		top: 150px;
		left: 225px;
		right: 30px;
		padding: 20px;
		height: 460px;
		background-image: url(/images/innen-back-middle.png);
	}
#main-left {
	position: absolute; 
	top: 0px; 
	left:0px; 
	width: 10px; 
	height: 100%; 
	background-repeat: no-repeat;
	background-image: url(/images/innen-back-left.png);
}
#main-right {
	position: absolute; 
	top: 0px; 
	right:0px; 
	width: 10px; 
	height: 100%; 
	background-repeat: no-repeat;
	background-image: url(/images/innen-back-right.png);
}

#content { 
	height: 450px; 
	overflow: auto; 
	padding: 5px;
}

#sidebar {
	float: right;
	width: 200px;
	height: 450px;
	padding: 5px;
	background-color: #336699;
	border: 1px solid white;
	overflow: auto;
	margin-left:5px;
}

h1 {
	display: inline;
	margin-right: 30px;
}

h4 {
	font-style: italic;
}

/* Link in einfachem Text */
a {
	color: #FFFFFF;
	text-decoration: underline;
}

.guestbook_remark {
	color: #0000ff;
}

/* IMAGES */

img { 
		border: 0px solid black;
	}
img.border {
		border: 1px solid black;
	}
img.big_image {
	width: 500px;
}

th {
	text-align: left;
	vertical-align:top;
}

li {
	margin-left: -20px;
	margin-bottom: 5px;
}

/* Small text e.g. for date and time of news */
.small {
	font-size: small;
}

/* Gallery Overlays */
#sb_bg { 
	/* Setting transparency including fucking IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;

	position: fixed; 
	top: 0px;
	left: 0px; 
	width: 100%; 
	height: 100%; 
	z-index: 1000;
	display:none;
	color: black;
	background-color: gray;
	display: none;
	text-align: center;
	padding-top: 100px;
}

#sb_fg {
	display:none;
	position: fixed;
	top: 25px;
	left: 50%;
	z-index: 10000;
	color: black;
	display: none;
	padding:0px;
}

#sb_fg a {
	font-size: smaller;
	color: black;
}

#sb_fg .side {
	width: 25px;
}

