@charset "utf-8";

body, html {

	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	
	height: 100%;
	min-height: 100%;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	
}

a:link {
	text-decoration: none;
	color: #444444;
}

a:visited {
	text-decoration: none;
	color: #444444;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #444444;
}



/* Hintergründe */

.bg-standard {

	background-image: url(../img/hg_global.jpg);
	
}

.bg-hof {

	background-image: url(../img/hg_hof.jpg);
	
}

.bg-umgebung {

	background-image: url(../img/hg_umgebung.jpg);
	
}

.bg-kontakt {

	background-image: url(../img/hg_kontakt.jpg);
	
}




/* Tabellen */

.tbl-line-left {

	border-left: 1px solid #a3a3a3;

}

.tbl-line-right {

	border-right: 1px solid #a3a3a3;

}

.tbl-footer {

	border: 1px solid #a3a3a3;
	background-color: #e8e7e3;

}

.tbl-content {

	line-height: 20px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
	text-align: justify;

}



/* Navi */

.navi {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
}

.navi a:link {
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
}

.navi a:visited {
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
}

.navi a:hover {
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
	color: #834816;
}

.navi a:active {
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
}




/* Text */

.txt-11pt {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}









