@charset "UTF-8";

/*** Layout - Koordinaten ***/

body {
	background-color: #FFFFFF;
	background-image: url(kaz_back.gif);
	background-repeat: no-repeat;
}

/* Kopfbereich */
#layHead {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:150px;
	z-index:1;
}
#layMenu {
	position:absolute;
	left:20px;
	top:150px;
	width:180px;
	height:500px;
	z-index:2;
	visibility: visible;
}
#layMain {
	position:absolute;
	left:220px;
	top:160px;
	width:500px;
	height:490px;
	z-index:3;
	background-color: #F5F3E8;
}
#layVignette {
	position:absolute;
	left:750px;
	top:230px;/*390*/
	width:230px;
	height:230px;
	z-index:4;
}
#opuskula {
	position:absolute;
	left:20px;
	top:764px;
	width:10px;
	height:37px;
	z-index:5;
}

/**** Schriften ***/

/* Allgemein */
body {
	color: #000000;
	font: 0.8em/100% Arial, Helvetica, sans-serif;
}
h1 {
	font: bold 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #332300;
	line-height: 100%;
}
h2 {
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #332300;
	line-height: 100%;
}
h3 {
	font: 1.0em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 100%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
}

a {
	color: #353315;
}
a:hover {
	color: #000000;
}

/* Navigation */
#layMenu p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 1.8em; 
	width: 178px;
	text-indent: 26px;
	font-size: 1em;
	margin: 0px;
	line-height: 1.8em;
	padding-top: 0px;
	border-top: 1px solid #D5CEA3;
	border-left: 1px solid #D5CEA3;
	border-bottom: 1px solid #70682E;
	border-right: 1px solid #70682E;
}
#layMenu a {
	text-decoration: none;
	color: #353315;
}

#layMenu p.subMenu {
	text-indent: 36px;
}
#layMenu p.subsubMenu {
	text-indent: 48px;
}

