
@font-face {
	font-family: 'tcrtype';
	src: url('fonts/tcr.eot');
	src: url('fonts/tcr.ttf') format('truetype'), url('fonts/tcr.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'tcrtypeb';
	src: url('fonts/tcrb.eot');
	src: url('fonts/tcrb.ttf') format('truetype'), url('fonts/tcrb.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: tcrtype;
	background: #ffffff;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}

a{color:#cc0a0a;}
a.links1{color:#000;}
a.thickbox{color:#000;}
a:hover{
	color:#990000;
	text-decoration:underline;
}

form,input {margin: 0; padding: 0; display: inline;}

#buchen_links{
	z-index: 5000;
	position: relative;
	width:330px;
	height:260px;
}
#buchen_rechts{
	float:right;
	width:330px;
	height:260px;
	text-align: left;
}
fieldset{	
	background-repeat:no-repeat;
	border:solid 3px #990000;
	padding:15px;
	padding-top:5px;
	margin-top:10px;
}
.formfield{
	margin-bottom:10px;
}
.btn{
	margin-left:100px;
}
label{
	display:block;
	width:100px;
	float:left;
	color: #555555;
	font-family: tcrtype;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-variant: normal;
	text-decoration: none;
}

/* Container fürs Image Preloading */
div#preload { display: none; }

    .oneColFixCtrHdr #container {
    	width: 800px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    	background: #FFFFFF;
    	margin: 5px auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 1px solid #000000;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */		
    }
    .oneColFixCtrHdr #header {
    	background: #FFFFFF; 
    	padding: 0px 5px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
    }
    .oneColFixCtrHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
    .oneColFixCtrHdr #mainContent {
	padding: 20px 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	margin: 0px 0px;
	width:760px;
	/*height:380px;*/
	background: #FFFFFF;
	overflow:auto;
    }
	.oneColFixCtrHdr #mainContentTop {
	padding: 20px 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	margin: 0px 0px;
	width:760px;
	height:40px;
	background: #FFFFFF;
    }
    .oneColFixCtrHdr #mainContentBottom {
	padding: 20px 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	margin: 0px 0px;
	width:760px;
	/*height:300px;*/
	background: #FFFFFF;
	overflow:auto;
    }
	.oneColFixCtrHdr #adminContent {
	padding: 20px 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	margin: 0px 0px;
	width:760px;
	height:300px;
	background: #FFFFFF;
	overflow:auto;
    }
	.oneColFixCtrHdr #startContentTop {
	padding: 20px 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	margin: 0px 0px;
	width:760px;
	height:140px;
	background: #FFFFFF;
    }
    .oneColFixCtrHdr #startContentBottom_single {
	padding: 20px 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	margin: 0px 0px;
	width:760px;
	/*height:200px;*/
	background: #FFFFFF;
	overflow:auto;
    }
	.oneColFixCtrHdr #startContentBottom_dualtop {
	padding: 20px 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	margin: 0px 0px;
	width:760px;
	/*height:300px;*/
	background: #FFFFFF;
	overflow:auto;
    }
	.oneColFixCtrHdr #startContentBottom_dualbottom {
	padding: 20px 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	margin: 0px 0px;
	width:760px;
	/*height:360px;*/
	background: #FFFFFF;
	overflow:auto;
    }
    .oneColFixCtrHdr #footer {
    	padding: 0px 10px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
    	background:#FFFFFF;
		/*border: 1px solid #000000;*/
    }
    .oneColFixCtrHdr #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 0px 0px; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
	.oneColFixCtrHdr #pic {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 0px 0px; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
	.oneColFixCtrHdr #navi {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 3px 0px; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
    .oneColFixCtrHdr #overlay {
		position: absolute; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
		z-index: 50;
		padding: 40px 25px;
		zoom: 1;
		filter: alpha(opacity=95);
		opacity: 0.95;
    }
	.oneColFixCtrHdr #lock {
	position: absolute; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	z-index: 5000;
	padding: 190px 240px;
	zoom: 1;
	filter: alpha(opacity=95);
	opacity: 0.95;
}
	.ENUM {
		color: #330000;
		font-family: tcrtype;
		font-style: normal;
		font-weight: lighter;
		font-size: 14px;
		font-variant: normal;
		text-decoration: none;
	}
	.HINT {
		position: absolute; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
		z-index: 5000;
		color: #444444;
		font-family: tcrtype;
		font-style: normal;
		font-weight: lighter;
		font-size: 12px;
		font-variant: normal;
		text-decoration: none;
		line-height:1em;
		margin: 65px 10px; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
		padding: 0px 0px; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
		
	}
	.LINK_S {
		color: #444444;
		font-family: tcrtype;
		font-style: normal;
		font-weight: lighter;
		font-size: 12px;
		font-variant: normal;
		text-decoration: none;
	}
	.LINK_M {
		color: #330000;
		font-family: tcrtype;
		font-style: normal;
		font-weight: lighter;
		font-size: 16px;
		font-variant: normal;
		text-decoration: none;
		line-height:1.4em
	}
	.LINK_F {
		color: #330000;
		font-family: tcrtypeb;
		font-style: normal;
		font-weight: bolder;
		font-size: 16px;
		font-variant: normal;
		text-decoration: none;
		line-height:1.4em
	}
	.LINK_WHITE {
		color: #FFFFFF;
		font-family: tcrtype;
		font-style: normal;
		font-weight: bolder;
		font-size: 16px;
		font-variant: normal;
		text-decoration: none;
		line-height:1.4em
	}
	.StdText {
		color: #330000;
		font-family: tcrtype;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		font-variant: normal;
		text-decoration: none;
		line-height:1.4em
	}
	.SmallText {
		color: #444444;
		font-family: tcrtype;
		font-style: normal;
		font-weight: lighter;
		font-size: 12px;
		font-variant: normal;
		text-decoration: none;
	}
	.WhiteText {
		color: #FFFFFF;
		font-family: tcrtype;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		font-variant: normal;
		text-decoration: none;
		line-height:1.4em;
		padding-left:5px;
	}
	.TitleText {
		padding: 0px 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
		margin: 10px 0px;
		color: #990000;
		font-family: tcrtypeb;
		font-style: normal;
		font-weight: bolder;
		font-size: 22px;
		font-variant: normal;
		text-decoration: none;
	}
	.SubTitle {
		padding: 0px 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
		margin: 10px 0px;
		color: #990000;
		font-family: tcrtypeb;
		font-style: normal;
		font-weight: bold;
		font-size: 20px;
		font-variant: normal;
		text-decoration: none;
	}
	.CiteText {
		color: #555555;
		font-family: tcrtype;
		font-style: italic;
		font-weight: lighter;
		font-size: 14px;
		font-variant: normal;
		text-decoration: none;
	}
    -->
	body,td,th {
	color: #000000;
}