/* CSS Dokument für Pension Colmant */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
	background-color: #C7B18B;
	background-image: url(img/bgr.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.topcontainer {
	width: 818px;
	height: 27px;
	padding-top: 25px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #C7B18B;
	background-image: url(img/top_bgr.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

.languagebox {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 118px;
	height: 20px;
	text-align: left;
}

.contentcontainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.leftcontainer {
	width: 306px;
	float:left;
}

.logobox {
	width: 306px;
	height: 218px;
}

.navicontainer {
	width: 272px;
	height: 161px;
	padding-left: 34px;
	padding-top: 7px;
	background-image: url(img/navi_bgr.gif);
	background-repeat: no-repeat;
}

.rightcontainer {
	width: 494px;
	float:left;
}

.headerpic {
	width: 494px;
	height: 248px;
}

.contentbox {
	width: 390px;
	height: 150px;
	/*/*//*/
	min-height: 150px;
	max-height: auto;
	/* */
	padding-left: 88px;
	padding-right: 16px;
	padding-top: 30px;
	text-align: left;
	background-image: url(img/corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


/* Fonts */

body {
	font-family: Arial, Helvetica, sans-serif;
}

.contentbox {
	font-size: 12px;
	line-height: 24px;
	color: #4B2F1A;
}

.tableheadline {
	color: #FFFFFF;
	font-weight: bold;
}

h1 {
	font-size: 19px;
	color: #813623;
}


/* Links */

a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #813623;
}

a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #474B4F;
}

.imprint:link, .imprint:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.imprint:hover, .imprint:active {
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;;
	color: #474B4F;
}

.navibutton:link, .navibutton:visited {
	width: 153px;
	height: 23px;
	padding-right: 17px;
	padding-top: 9px;
	float: left;
	text-align: right;
	color: #474B4F;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	background-image: url(img/but_link.gif);
	background-repeat: no-repeat;
}

.navibutton:hover, .navibutton:active {
	width: 153px;
	height: 23px;
	padding-right: 17px;
	padding-top: 9px;
	float: left;
	text-align: right;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	background-image: url(img/but_hover.gif);
	background-repeat: no-repeat;
}

/* Sonstiges */

.noborder {
	border: 0px;
}

.border {
	border: 1px solid #813623;
}

.table {
	border: 1px solid #813623;
}