body {
	font-family: Arial, helvetica, sans-serif;
	background-image: url(../images/hg.jpg);
	background-repeat: repeat-x;
	background-color: #c2be8c;
	color: #fff;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0; 
}

/* - - - - - - - - - - - - - - - - - - - - Layout Allgemein Start- - - - - - - - - - - - - - - - - - - - */
#container {
	width: 965px;
	height: 580px;
	background-image: url(../images/hg_container.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0px;
	text-align: left;
}

#navi {
	position: absolute;
	top: 75px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #ada876;
	text-decoration: none;
	text-align: right;
	z-index: 100;
	width: 760px;
}

a.navi:link {font-size: 12px; color: #ada876; font-weight: normal; text-decoration: none;}
a.navi:hover {font-size: 12px; color: #ada876; font-weight: normal; text-decoration: underline;}
a.navi:active {font-size: 12px; color: #ada876; font-weight: normal; text-decoration: none;}
a.navi:visited {font-size: 12px; color: #ada876; font-weight: normal; text-decoration: none;}

a.kontakt:link {font-size: 12px; color: #fff; font-weight: normal; text-decoration: underline;}
a.kontakt:hover {font-size: 12px; color: #ada876; font-weight: normal; text-decoration: underline; background-color: #c2be8c;}
a.kontakt:active {font-size: 12px; color: #ada876; font-weight: normal; text-decoration: underline;}
a.kontakt:visited {font-size: 12px; color: #fff; font-weight: normal; text-decoration: underline;}

#content {
	position: absolute;
	top: 155px;
	left: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 420px;
	height: 345px;
	overflow: hidden;
}

#einblicke {
	position: absolute;
	top: 125px;
	left: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 420px;
	height: 345px;
	overflow: hidden;
}

/* - - - - - - - - - - - - - - - - - - - - Layout Allgemein Ende- - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - Allgemein gültig - - - - - - - - - - - - - - - - - - - - */
img {
	border: 0px;
}

a {
	font-family: Arial, helvetica, sans-serif;
	color: #7e7e7e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none; 
	/*background-color: #fff;*/
	color: #27261c;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

h1{
	font-size: 24px;
	font-weight: normal;
}

.fliesstext {
	font-size: 12px;
	line-height: 1.4em;
}

p {
	font-size: 12px;
	line-height: 1.4em;
}

.miniimg {
	border: 6px solid white;
}

a:link {
	font-family: Arial, helvetica, sans-serif;
	color: #7e7e7e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none; 
	background-color: #fff;
	color: #27261c;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.mini:visited img {
	border: 6px solid #fff;
}

a.mini:hover {
	background-color: #cbc79a;
}

a.mini:hover img {
	border: 6px solid #cbc79a;
}



/* - - - - - - - - - - - - - - - - - - - - Druckversion - - - - - - - - - - - - - - - - - - - - */
@media print{

body {
	font-family: Arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000;
	text-align: left;
	font-size: 12px;
	height: 100%;
}

#container {
	width: 500px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
}

#navi {
	display: none;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
}

a {
	color: #000; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
	color: #000;
}

h1{
	font-size: 20px;
	font-weight: bold;
}

.fliesstext {
	font-size: 12px;
	line-height: 1.4em;
}

p {
	font-size: 12px;
	line-height: 1.4em;
}
}

