/* 
(c) 2005 by Airmann Productions
www.airmann.de

This file should be a valid CSS2.01 
*/

@charset "iso-8859-1";

/* ----------- main tag defaults -------------- */

body { 
    margin : 0px; 
	background-color : #000000; /* #384050; */
	color : #FBEBDC; /* #FAE4D1; /* #ffffff; */
		
	font : 9pt Verdana; 9pt Arial;
	
	/* only valid for IE */	
	scrollbar-face-color : #486080;
	scrollbar-shadow-color : #183050;
	scrollbar-highlight-color : #7890B0;
	scrollbar-darkshadow-color : #687080;
	scrollbar-3dlight-color : #081020;
	scrollbar-track-color : #404858;
	scrollbar-arrow-color : #6E7CB0;
}

ul {
	margin-left: 0;
	padding-left: 7px;
	list-style: none;
}

li {
	padding-left: 18px;
	padding-right : 5px;
	margin-right : 5px;
	background-image : url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}

/* Absatz */
p {
	text-align : left; /*justify;	/* blocksatz */
}

/* --------------------- Links --------------------- */

a:link {
	color : #CDA990;
	text-decoration : underline;
}
a:visited {
	color : #CDA990;
	text-decoration : underline;
}
a:active {
	color : #CDA990;
	text-decoration : underline;
}
a:hover {
	color : #ffffff;
	text-decoration : underline;
}

/* ------------------ Rahmen ------------------------------- */

/* wird für body-tag benoetigt, legt fuer IE die maximale Groesse ohne Scrollbalken fest */
.max {
	width : 530px;
}

.titlebox {
	margin-top : 25px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	width : 515;	/* das Fenster ist 551 px breit */
	padding : 3px;
	border-top-style : solid; 
	border-bottom-style : solid;
	border-color : #BB967E; 
	border-width : 3px;
	font : 11pt Verdana; 11pt Arial;
	font-style : italic;
	font-weight : bold;
	color : #FAE4D1; /* #000000 */
	text-align : center;

}

.box {
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 0px;
	margin-right : 0px;
	width : 250px;	/* das Fenster ist 551 px breit */
	padding : 7px;
	background-color : #000000; /* #2F2E2E; */
	border-style : dotted;
	border-color : #FAE4D1; 
	border-width : 0px;

}

.maxbox {
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 0px;
	margin-right : 0px;
	width : 515px;	/* das Fenster ist 551 px breit */
	padding : 7px;
	background-color : #000000; /* #2F2E2E; */ 
	border-style : dotted;
	border-color : #FAE4D1; 
	border-width : 0px;

}

.gaestebox {
	background-color : #5F3F30;
}

.gaestebox_smaller {
	font-size : 10px;
}

/* CH color of Photo frame */
.photo_br {
	background-color : #BB967E; /*#CEA890; */
	text-align : center;
	color :	#FBEBDC;
}

.photo_bl {
	background-color : #2F3347; /* #3f445a; */
}

.caption_photo_br {
	margin-top : 5px;
	margin-bottom : 0px;
	text-align : center;
	font : 8pt Verdana; 8pt Arial;
}

.no_margin {
	margin : 0px;
}

/* Tabellen / Listen */

tr.even {
	background-color : #000000;
	text-align : left;
}

tr.odd {
	background-color : #5F3F30;
	text-align : left;
}

tr.even_news {
	background-color : #5F3F30;
	text-align : left;
	font : 7pt Verdana; 7pt Arial;
}

tr.odd_news {
	background-color : #000000;
	text-align : left;
	font : 7pt Verdana; 7pt Arial;
}
