/* KuKaFee */

/* ALG css */
* {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body{
	background-color: #EFE0E0;
	text-align: center;
}

#container {
	margin: 0 auto;
	width:750px;
	text-align: left;
	margin-top:35px;
	border:1px solid black;
	background-color: white;
}

#header {
	height: 150px;
	background-image:url("../2/kukafee-header.jpg");
	background-repeat:repeat-x;
	background-position:bottom;
}

/* CONTENT*/
h1 {
	font-size: 18px;
	clear:both;
	padding: 15px 0px 5px 0px;
}

#content {
	padding: 20px 10px 20px 10px;
	background-color: white;
	color: #222222;
}
#content p{
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}
#content img {
	margin: 5px 10px 5px 10px;
	border: 2px solid #C3161C;
}
#Pagetitle{
	display: none;
}

/* MENU */
#navigation {
	position: absolute;
	top: 10px;
	width: 750px;
	margin-left: -1px;
	border:1px solid black;
	border-bottom:0px;
}
#navigation ul {
	background-image: url("../2/kukafee-menu.jpg");
	background-repeat:repeat-x;
	padding-right: 5px;

}
#navigation ul li {
	display: inline-block;
	_display: inline;
	padding: 0px;
	margin: 0px 5px 0px 5px;
	height: 25px;
	width: 130px;
	_margin-right: 4px;
	list-style-type: none;
}
#navigation ul li a {
	display: inline-block;
	text-decoration: none;
	line-height: 25px;
	width: 130px;
	color:white;
	text-align:center;
	font-weight: bold;
	font-size: 12px;
}
#navigation ul li a:hover, #navigation ul li a.over {
	color: black;
	background-image:url("../2/kukafee-menuover.jpg");
}

/* SUB MENUS */
#navigation ul li ul {
	position: absolute;
	display: none;
	top:25px;
	background-image: none;
	margin-left: -5px;
	_margin-left: -140px;
}
#navigation ul li ul li {
	display: block;
	background-color: #BE1B1C;
	width:200px;
}
#navigation ul li ul li a {
	width:195px;
	_width:200px;
	text-align: left;
	padding-left: 5px;
}
#navigation ul li:hover ul, #navigation ul li.over ul{
	display: block;
}
#languages {
	visibility: hidden;
	height: 0px;
}

/* FORMS */ 
#content div form {
	width: 570px;
}
#content div form .knop {
	margin-top:30px;
	background-color:#BE1B1C;
	color:white;
	border:none;
	padding:2px;
	display:block;
	margin-left: 170px;
}
#content div form label {
	font-size:9pt;
	width:170px;
	float:left;
	clear:left;
}
.formtext {
	width:360px;
	float:left;
	margin:1px;
}
.formselect {
	float:left;
	width:150px;
	margin:1px;
}
textarea.formtext {
	height:180px;
}
#captcha {
	font-size:8pt;
	padding:20px 0px;
	margin-left:170px;
	width:350px;
	display:block;
	clear:both
}
.formfieldrequired {
	color:#ffd900;
	floaft:left;
}

#searchform {
	display: block;
	position: absolute;
	top: 161px;
	margin-left:510px;
	padding-top:2px;
	clear:both;
}
#searchtext {
	border: 0px solid red;
	height:19px;
	background-image: url("../2/kukafee-magnifi.jpeg");
	background-position: left;
	background-repeat:no-repeat;
	vertical-align:middle;
	width:150px;
	padding-left:20px;
}
#searchbutton {
	border: 0px solid red;
	background-image:url("../2/kukafee-menuover.jpg");
	color: white;
	height:19px;
	display:inline-block;
	margin-left: -6px;
	width: 80px;
}
#searchbutton:hover {
	color:black;
}
#footer{
	color: white;
	text-align: center;
	background-image:url("../2/kukafee-menuover.jpg");
	height: 25px;
	clear: both;
	font-size: 9px;
	line-height: 25px;
	valign: center;
}
#footer a {
	color: white;
}

/* IMG GALARY */
.galleryitem{
	float: left;
	height: 200px;
	width:154;
	margin: 5px 5px 5px 15px;
	font-size: 10px;
}
.galleryitem a img {
	margin: 0px 0px 5px 0px !important;
}
#mask {
	position: absolute;
	top:0px;
	left:0px;
	background-image: url("../2/kukafee-fade.png");
}
#layer {
	position: absolute;
	top:-500px;
	width: 500px;
	height:500px;
}

/* search results */
#search {
	margin-top: 10px;
}
#search li {
	list-style-type: none;
}
#search li a {
	background-image: 	url("../2/kukafee-arrow.jpg");
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px 15px 0px 10px;
}
