/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for hauser-kaibling

Author: elements.at 
--------------------------------------------------------------------- */

/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	background: #fdfdfd url(/static/source/rueckenwind/img/body-background.png) repeat-x;
}

#sitewrap1 {
	background:url(/static/source/rueckenwind/img/head-body.png) center top no-repeat;
}

#main {
	margin:0;
}

#slogan {
	position:absolute;
	z-index:100;
	right:35px;
	top:25px;
}

#slogan img {
	behavior: url(/static/source/shared/js/iepngfix.htc);
}

#header {
	background:none;
	padding:0;
	width: 982px;
}

#header .alphaline {
	height:84px;
	overflow:hidden;
}

#languages a {
	color:#c5c5c5;	
}

#metanavi ul li.hover {
	background:#d80200;
}

#metanavi ul li.hover a {
	color:#FFF;
}

#metanavi ul li a {
	color:#fff;
}

#metanavi ul li ul {
	background:#d80200;
}

#metanavi ul li ul li a:hover {
	background:#fdd300;
	color:#a95400;
}

#left {
	margin-top:3px;
}

#content {
	margin-top:3px;
}




#footer .box {
	color:#828689;
}

#footer .box a {
	color:#828689;
}

#footer .box .elements {
	background-image:url(/static/source/rueckenwind/img/elements.png);
}





#search {
	position:absolute;
	right:2px;
	top: 284px;
	z-index:100;
	background:url(/static/source/rueckenwind/img/search-background.png) repeat-x left top;
	height:51px;
	width: 235px;
}

#search form {
	height: 21px;
	overflow:hidden;
	padding:15px 0 0 15px;
}


#search form input {
	float:left;
	border:0;
}

#search form .keyword {
	color:#666;
	line-height:15px;
	padding:3px 0 3px 5px;
	height:21px;
}

#search form .submit {
	display:block;
	padding:2px 20px 3px 5px;
	line-height:17px;
	color:#924800;
	font-weight:bold;
	cursor:pointer;
	background:url(/static/source/rueckenwind/img/submit-arrow.png) top right no-repeat;
	width: 70px;
}



