/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for hauser-kaibling

Author: elements.at 
--------------------------------------------------------------------- */

/* Basic CSS Rules
--------------------------------------------------------------------- */


html {
	min-height: 100%;
	height: auto;
}


body {
	background: #fffeff url(/static/source/eurotrek/img/body-background.png) repeat-x bottom left;
}

#sitewrap1 {
	background:url(/static/source/eurotrek/img/body-background-top.png) repeat-x top left;
}

#sitewrap2 {
	background:url(/static/source/eurotrek/img/header_shadow.png) no-repeat center top; 
}

#search {
	position:absolute;
	top:276px;
	right:0;
	width:773px;
	height:83px;
}

#search .form {
	position:absolute;
	top: 30px;
	right: 40px;
	z-index:300;
}

#search .form input {
	border:0;
	float:left;
}

#search .form .keyword {
	display:block;
	padding:3px 0 3px 5px;
	
	color:#666;
	height:21px;
	background:url(/static/source/eurotrek/img/search-keyword.png) repeat-x;	
}

#search .form .submit {
	display:block;
	padding:2px 20px 3px 5px;
	line-height:17px;
	color:#FFF;
	cursor:pointer;
	background:url(/static/source/eurotrek/img/search-submit.png) top right no-repeat;
}

#search .background {
	position:absolute;
	top:0;
	left:0;
	width:773px;
	height:83px;
	background:url(/static/source/eurotrek/img/search-line.png);
	behavior: url(/static/source/shared/js/iepngfix.htc);
	z-index:200;
}

#header {
	background:none !important;
	padding:0;
}

#header .alphaline {
	background:url(/static/source/eurotrek/img/top-line.png) repeat-x;
	behavior: url(/static/source/shared/js/iepngfix.htc);
	height:153px;
}

#languages {
	display: none;
}

#languages a {
	color:#86b2cd;	
}

#metanavi {
	top:20px;	
}

#metanavi ul li.hover {
	background:#2a5b1b;
	background:url(/static/source/eurotrek/img/mainnav-hover.png) repeat-x bottom left;
}

#metanavi ul li.hover a {
	color:#FFF;
}

#metanavi ul li a {
	color:#0079c2;
}

#metanavi ul li ul {
	background:url(/static/source/eurotrek/img/mainnav-sub-hover.png) repeat-x top left #d50f0c;
}

#metanavi ul li ul li a:hover {
	background:#f71202;
}


#footer .box {
	color:#828689;
}

#footer .box a {
	color:#828689;
}

#footer .box .elements {
	background-image:url(/static/source/eurotrek/img/elements.png);
}

