/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body, html {
	background-color: #008700;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	height: 100%;
}
/******************************
Style Base
*******************************/

.content {
	width: 736px;
	min-height: 100%;
	background-color: #FFFFFF;
	margin:auto;
	text-align:left;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 10px;
	border-right: 10px;
	border-style:solid;
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
}

.header {
	width: 736px;
}

.trenner {
	width: 30px;
	height: 100px;
	float: left;
}

.footer {
	width: 466px;
	background-image:url(http://www.hotel-am-bahnhof-waren.de/images/trenner-gruen.gif);
	background-repeat:no-repeat;	
	text-align: left;
	padding-bottom: 20px;
	padding-left: 270px;
	padding-top: 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#008700;
	font-weight:bold;
}

.footer a:hover{
	font-size: 9pt; 
	color: #008700; 
    text-decoration: underline;
	font-weight: bold;
}

.footer a{
	font-size: 9pt; 
	color: #008700; 
    text-decoration: none;
	font-weight: bold;
}

.thumb {
	width: 736px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:#FFCE3C;
	font-size: 16pt;
	color:#000000;
	font-weight:bold;
	font-family:arial;
	font-style:italic;
}


.inhalt {
	width: 736px;
	text-align: left;
}

.inhalt_text {
	width: 706px;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#005A87;
}

.inhalt_text a:hover{
	font-size: 10pt; 
	color: #008700; 
    text-decoration: underline;
	font-weight: none;
}

.inhalt_text a{
	font-size: 10pt; 
	color: #008700; 
    text-decoration: none;
	font-weight: none;
}

.box {
	width: 706px;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#ffffff;
	background-color:#00A500;
}

.navigation{
	font-family: Arial;
	color:#FFFFFF;
	background-color:#008700; 
	font-size: 10pt; 
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align:center;
}

.navigation a:hover{
	font-size: 10pt; 
	color: #ffffff; 
    text-decoration: none;
	font-weight: none;
}

.navigation a{
	font-size: 10pt; 
	color: #ffffff; 
    text-decoration: none;
	font-weight: none;
}