/* DATEI: basic.css */

/* Basis CSS Datei für die Seite Landgasthof Kaiserbrunn */


body {
	margin-top: 0px;
	background-color: #4a6034;
}

body,td,th {
	color: #000000;
}

a:link {
	color: #4A6034;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4A6034;
}
a:hover {
	text-decoration: none;
	color: #A21A00;
}
a:active {
	text-decoration: none;
	color: #A21A00;
}


/* bei Bild als Link kein Rahmen */
 a img {border:none;}


/* Navigation waagrecht */
.navi1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D2E9B4;
}
a.navi1:link {
	text-decoration: none;
	color: #D2E9B4;
}
a.navi1:visited {
	text-decoration: none;
	color: #D2E9B4;
}
a.navi1:focus {
	text-decoration: none;
	color: #D2E9B4;
}
a.navi1:hover {
	text-decoration: none;
	color: #A21A00;
}
a.navi1:active {
	text-decoration: none;
	color: #A21A00;
}

/* Navigation senkrecht */
.navi2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #4A6034;
}
a.navi2:link {
	text-decoration: none;
	color: #4A6034;
}
a.navi2:visited {
	text-decoration: none;
	color: #4A6034;
}
a.navi2:focus {
	text-decoration: none;
	color: #4A6034;
}
a.navi2:hover {
	text-decoration: none;
	color: #A21A00;
}
a.navi2:active {
	text-decoration: none;
	color: #A21A00;
}


.main_indent {
	padding: 40px;
}

.main_text {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

.story_text {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

.small_text {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
