/*hotel_schauenburg*/
* {
	margin:0px;
	padding:0px;
}
BODY
{
	BACKGROUND-COLOR: #666;
	color:#0000FF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	/*margin-top: 10px;*/
    FONT-FAMILY: Verdana, Arial, Helvetica;
	font-size:0.8em;
    /*SCROLLBAR-FACE-COLOR: #0099FF;
    SCROLLBAR-HIGHLIGHT-COLOR: #0000DD;
    SCROLLBAR-SHADOW-COLOR: #7D7D7D;
    SCROLLBAR-3DLIGHT-COLOR: #00FF00;
    SCROLLBAR-ARROW-COLOR: #7D7D7D;
    SCROLLBAR-TRACK-COLOR: #FFFFFF;
    SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;*/
	text-align: center; 
	BACKGROUND: url(../stuff/bg.jpg) #666 no-repeat center top; 
}

.send {  
	background-color: #0066CC; 
	color: #FFFFFF; 
	font-weight: bold;
	margin:10px;
}

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

a:hover {
	background-color: #0066CC; color: #FFFFFF;
}

h1 {
	background-color:	#66AAFF;
	color:#FFF;
	font-size:14px;
	clip:   rect(auto auto auto auto);
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
}
h2 {
	/*background-color:#0066FF;*/
	color: #0066FF;
	font-size:12px;
	clip:   rect(auto auto auto auto);
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
}

h3 {
	font-size:10px;
	clip:   rect(auto auto auto auto);
	margin:5px;
}

img {
	margin:5px;
}

a.mylevel1 {
	background: #008AD3; color: #FCFCFC; text-decoration: none; position:relative;
	border-bottom : 1px solid black; border-right : 1px solid black; border-top:1px solid white; border-left : 1px solid silver;
	position: relative;
	padding:0px;
	padding-right:3px;
	padding-left:3px;
	font-size:0.8em;
}
a.mylevel1:hover {
	 background: #78D1FF; color: #333333;
	border-bottom : 1px solid silver; 	border-right : 1px solid silver; 	border-top : 1px solid black; 	border-left : 1px solid black;
}

a.mylevel2 {
	color: #999; 
	text-decoration: none; 
	padding-right:3px;
	padding-left:3px;
}
a.mylevel2:hover {
	 background: #F33; color: #FFF;
}

#titel {
	font-size: 1.5em;
	color:#666;
}

#titel_1 {
	font-size: 1.2em;
	color: #666666;
	margin-bottom:10px;
}
	 
