@charset "utf-8";
/* CSS Document */
/*---------------------TAG-FORMATIERUNGEN------------------------------*/
html {
   height:100%;
   background-color: #7F1518;
} 

body {
	height: 100%;
	background-color: #7F1518;
	margin: 0;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.1em;
	padding: 0px;
	text-align: center;
}

body strong {
	font-weight: bold;
	color: #FFFFFF;
}

table {
	font-size: 12px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding:0;
}

a, a:link , a:visited{
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover, a:active {
	color: #DDDDDD;
}

h1 {
	font-size: 22px;
	color: #FFFFFF;
	line-height: 1.1em;
	margin-bottom: 10px;
	font-weight: normal;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #9A1417;
	line-height: 1.1em;
	margin-bottom: 3px;
	font-weight: bold;
	background-image: url(../img/h2_hg.gif);
	background-position:left bottom;
	background-repeat: no-repeat;
	padding-left: 23px;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9A1417;
	line-height: 1.1em;
	margin-bottom: 0px;
	font-weight: bold;
}
h4{
	font-size: 14px;
	font-weight: bold;
	color: #DDDDDD;
	line-height: 1.1em;
	margin-bottom: 5px;
}

/*---------------------DIV-FORMATIERUNGEN------------------------------*/

#logo {
	width: 305px;
	height: 92px;
	margin: 100px auto 35px auto;
	}
	
#boxen {
	background-color: #5D1013;
	height: 271px;
	width: 100%;
	margin-bottom: 35px;
	}
	
#boxen_rahmen {
	width: 952px;
	height: 271px;
	margin: 0px auto;
	}

#box_restaurant {
	height: 220px;
	width: 144px;
	padding: 33px 47px 20px 47px;
	float: left;
	background-color: #9F9210;
	font-size: 12px;
	}
#box_restaurant h1{
	font-size: 22px;
	color: #E2DFB8;
	line-height: 35px;
	margin-bottom: 5px;
	}
#box_restaurant a, #box_restaurant a:link, #box_restaurant a:visited{
	color: #E2DFB8;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	}
#box_restaurant a:hover, #box_restaurant a:active { text-decoration: underline; }

#box_vinothek {
	height: 220px;
	width: 144px;
	padding: 33px 47px 20px 47px;
	float: left;
	background-color: #5D1013;
	font-size: 12px;
	}
#box_vinothek h1{
	font-size: 22px;
	color: #CFB8B9;
	line-height: 35px;
	margin-bottom: 5px;
	}
#box_vinothek a, #box_vinothek a:link, #box_vinothek a:visited{
	color: #CFB8B9;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	}
#box_vinothek a:hover, #box_vinothek a:active { text-decoration: underline; }
	
#box_vermietung {
	height: 220px;
	width: 144px;
	padding: 33px 47px 20px 47px;
	float: left;
	background-color: #D7AE00;
	font-size: 12px;
	}
#box_vermietung h1{
	font-size: 22px;
	color: #F3E7B3;
	line-height: 35px;
	margin-bottom: 5px;
	}
#box_vermietung a, #box_vermietung a:link, #box_vermietung a:visited{
	color: #F3E7B3;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	}
#box_vermietung a:hover, #box_vermietung a:active { text-decoration: underline; }
	
#box_trittfit {
	height: 220px;
	width: 144px;
	padding: 33px 47px 20px 47px;
	float: left;
	background-color: #EC7404;
	font-size: 12px;
	}
#box_trittfit h1{
	font-size: 22px;
	color: #F9D6B4;
	line-height: 35px;
	margin-bottom: 5px;
	}
#box_trittfit a, #box_trittfit a:link, #box_trittfit a:visited{
	color: #F9D6B4;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	}
#box_trittfit a:hover, #box_trittfit a:active { text-decoration: underline; }



/*---------------------KLASSEN------------------------------*/

.printey {
	display: none;
}

.boxen_links a, .boxen_links a:link, .boxen_links a:visited{
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	}

