/*** Standard CSS für www.kaptour.at ***/

/*** Wichtige Farben
Hintergrund: #D9CD8A
Text-Hintergrund: #DBD78A

***/
/*** Formatierungen auf null gesetzt Initialisierung ***/

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	background-color:#D9CD8A;
	font-size: 90%;
	border: none;
}

/*** Allgemein gültige Formatierungen ***/

/* fehlen noch: Überschriften, images ohne border, ... */
a {
	text-decoration: none;
}
/*** Container Formatierungen ***/

/* Banner Container */
#banner {
	margin: 20px 0px 0px;
	height: 100px;
}

/* Reiter Container */
#reiter {
	margin: 0px 0px 0px 180px;
	height: 25px;
}
#reiter div {
	float:left;
	font-size: 85%;
}
#reiter a {
	color: #000000;
}
#reiter form {
	margin-left: 20px;
}
.reiterintro {
	height:25px;
}
.reiteron {
	height: 25px;
	background-color: #DBD78A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666633;
	border-left-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
.reiteroff {
	height: 23px;
	background-color: #D5D17C;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666633;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
/* Text container */
#text {
	background-color:#DBD78A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
	padding: 15px;
}
h1,h2,h3,h4,h5,h6,h7 {
	font-weight: 100;
	color: #990000;
	line-height: 200%;
}
#text img {
	margin:5px;
}
#text h1{
	text-align: center;
	font-size: 200%;
	font-variant: small-caps;
}
#text h2 {
	font-size: 180%;
}
#text h3 {
	font-size: 120%;
}
#text h4 {
	font-size: 100%;
}
#text ul, ol {
	margin-left: 20px;
}
.infobox {
	float: right;
	width: auto;
	background-color: #E3E182;
	padding: 20px;
	font-size: 90%;
}
.infobox h1 {
	font-size: 150%;
}
.infobox h2 {
	font-size: 120%;
}
/* Navmain Container */
#navmain {
	float: left;
	width: 130px;
	margin-top: 15px;
	margin-left: 10px;
}
#navtip {
	font-size: 80%;
}
#navtip a {
	color: #666666;
}
#navtip a:hover {
	color: #990033;
}
#home {
	z-index:1;
	left: 15px;
	position: relative;
}
#tbli {
	z-index:0;
	top: -6px;
	left: 0px;
	position: relative;
}
#ueberuns {
	z-index:1;
	top: -15px;
	left: 25px;
	position: relative;
}
#linksliteratur {
	z-index:0;
	top: -35px;
	left: 5px;
	position: relative;
}
#newsletter {
	z-index:1;
	top: -40px;
	left: 20px;
	position: relative;
}
#vorbereitungen {
	z-index:0;
	top: -25px;
	left: 0px;
	position: relative;
}
#gaestebuch {
	z-index:0;
	position: relative;
	top: -45px;
	left: 0px;
}
#galerie {
	z-index:0;
	position: relative;
	top: -60px;
	left: 0px;
}
#sitemap {
	z-index:0;
	position: relative;
	top: -70px;
	left: 15px;
}

/* Footer Container */
#footer {
	clear: both;
}

