/* CSS Dokument für kakunen-zen.de
Layout Startseite */

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color: #393F53;
}

#willkommenbild {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}

#weiter {
	position: absolute;
	top: 2%;
	left: 0px;
	width: 180px;
	height:20px;
	text-align: right;
	z-index: 2;
	
}
#sound {
	position: absolute;
	top: 6%;
	left: 0px;
	width: 180px;
	height:40px;
	text-align: right;
	z-index: 3;
}

#willkommentxt {
	position: absolute;
	top: -10px;
	left:10%;
	border: none;
	z-index: 4;
}

#kakunen {
	position: absolute;
	top:78%;
	left:25%;
	width:300px;
	height:60px;
	z-index: 5;
}

#schloss_w {
	position: absolute;
	top:90%;
	left:35%;
	width:300px;
	height:60px;
	z-index: 6;
}

#winter {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100px;
	text-align: center;
	background: url(../bilder/hg_winter.png);
	background-repeat: repeat;
	z-index: 7;
}
/* Ende Startseite */



/* Font-Definitionen */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #474747;
}


#weiter a, img {
	font-size: 100%;
	color: #DFD9C7;
}
#weiter a:hover {
	font-size: 100%;
	color: #DFD9C7;
}

h1 {
	font-family: "Trebuchet MS", Lucida Grande, serif;
	font-size: 18px;
	font-weight: normal;
	color: #DED7BE;
	border-bottom: 1px solid #E79143;
}

h2 {
	font-family: "Trebuchet MS", Lucida Grande, serif;
	font-size: 16px;
	font-weight: bold;
	color: #DED7BE;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #F5C936;
}
.txt_gelb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #F5C936;
}

.bilder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #474747;
	line-height: 14px;	
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #474747;
	line-height: 14px;	
}

hr {
	color: #E79143;
	border: 0px;
	noshade: noshade;
}

/* Links and Navigation */

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E79143;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E79143;
	text-decoration: underline;
}

.willkommen:link, .willkommen:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #474747;
}

.willkommen:hover, .willkommen:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
	text-decoration: underline;
}




/*Scrollleiste*/

body, html {
	scrollbar-highlight-color: #DFD9C7;
	scrollbar-arrow-color: #E79143;
	scrollbar-base-color: #D3CCB5;
	scrollbar-face-color: #DFD9C7;
	scrollbar-3dlight-color: #E79143;
	scrollbar-darkshadow-color: #E79143;
}


