

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

a:hover,
a.active {
	text-decoration: underline;
}

a img {
	border: 0px;
}


body {
	background: #996633;
	color: #003300;
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 740px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 1024px;
}


h1#headline {
	position: absolute;
	text-align: center;
	width: 100%;
}


table#text_content {
	margin: auto;
	margin-left:232px;
	margin-right:232px;
	position: absolute;
	text-align: justify;
	top:215px;
	width:560px
}


#headline {
	font-size: 20px;
	font-weight: 900;
	text-decoration: underline;
}


#logo {
	background: url(../images/layout/check-inn-logo.jpg) no-repeat top left;
	height: 102px;
	left: 34px;
	position: absolute;
	top: 14px;
	width: 230px;
}

#main {
	background: url(../images/layout/check-inn-ansicht.jpg) no-repeat top left;
	height: 740px;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 1024px;
}


#navigation_bottom {
	bottom: 79px;
	position: absolute;
	right: 50px;
}


#navigation_top {
	left: 34px;
	position: absolute;
	top: 130px;
}


#top_right {
	top: 90px;
	position: absolute;
	right: 10px;
	width: 200px;
}



