/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for hauser-kaibling

Author: elements.at 
--------------------------------------------------------------------- */

/* Basic CSS Rules
--------------------------------------------------------------------- */


@import url("/static/source/shared/css/calendar.css");

/* IE6 */
*html input.submit{
	overflow: visible; /* remove padding from left/right */
	width:0; /*remove the remaining space in IE6*/
}

/* IE7 */
*:first-child+html input.submit{
	overflow: visible; /* remove padding from left/right */
	width:auto !important;
}


body {
	margin: 0;
	padding: 0;
	background: #f3f8fc url(/static/source/eurobike/img/body-background.png) repeat-x;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed, table {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;			
}

a {
	text-decoration:none;	
}

img {
	border:none;	
}

.pointer {
	cursor: pointer;
}

.clear {
	clear:both;
	width: 1px;
	height:1px;
	display:block;
	_display:inline;
	overflow: hidden;
}

#site {
	width: 984px;
	margin:0 auto;
	position:relative;
}

#header {
	width: 980px;
	padding:0 2px 3px 2px;
	position:relative;
	background:url(/static/source/eurobike/img/header-background.png);
}

#logo {
	position:absolute;
	top:0;
	left:2px;
	width: 244px;
	z-index:3;
}

#logo img {
	behavior: url(/static/source/shared/js/iepngfix.htc);
}

#header .alphaline {
	position:absolute;
	top:0;
	left:2px;
	width:980px;
	z-index:2;
}

#header .alphaline img {
	behavior: url(/static/source/shared/js/iepngfix.htc);
}

#header .backgroundimage {
	position:absolute;
	top:0;
	left:2px;
	width:980px;
	height:335px;
	z-index:1;
	background-image: url(/static/source/euroaktiv/tmp/content-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#languages {
	position:absolute;
	z-index:10;
	top:22px;
	left:268px;
}

#languages ul {
	list-style:none;
	display:block;
}

#languages li {
	display:block;
	float:left;
	padding:0 20px 0 0;
}

#languages a {
	color:#49a4d3;	
	text-decoration:none;
}

#metanavi {
	position:absolute;
	top:38px;
	left:252px;
	z-index:10;
}

#metanavi ul {
	display:block;	
	list-style:none;
}

#metanavi ul li {
	display:block;
	float:left;
	padding:13px 15px 15px 15px;
	margin:0;
	position:relative;
}

#metanavi ul li.hover {
	background:#1475ab;
}

#metanavi ul li.hover a {
	color:#FFF;
}

#metanavi ul li a {
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#4ca0cf;
	text-decoration:none;
	line-height:20px;
}

#metanavi ul li ul {
	display:none;	
	position:absolute;
	top:46px;
	left:0;
	width:319px;
	background:#1475ab;
	padding:7px 7px 7px 10px;
}

#metanavi ul li.hover ul {
	display:block;
}

#metanavi ul li ul li {
	float:left;
	padding:0;
	width:155px;
}

#metanavi ul li ul li a {
	display:block;
	float:none !important;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:6px 7px 5px 7px;
}

#metanavi ul li ul li a:hover {
	background:#4ca0cf;
}


#main {
	margin-top:6px;
	width: 984px;
	min-height:300px;
}

#footer {
	padding:15px 0 0 0;
	width: 984px;
	clear:both;
	position: relative;
}

#footer .box {
	float:left;
	width: 200px;
	padding:0 0 30px 22px;
	color:#a9abac;
	line-height:16px;
	position: relative;
}

#footer .box a {
	color:#a9abac;
	text-decoration:none;
}

#footer .box .elements {
	display:block;
	margin:5px 0 0 0;
	background:url(/static/source/eurobike/img/elements.png) no-repeat 90px top;
	padding:8px 40px 10px 0;
	position:absolute;
	top:0;
	right:0;
}

#footer .boxelements {
	width: 224px !important;
	float:right !important;
}

#fb_like {
	position:absolute;
	top:27px;
	right:140px;
	width: 150px;
	height: 22px;
}

#seofooter {
	clear: both;
	padding:15px 0 0 0;
	width: 984px;
	color:#a9abac;
}

#seofooter a {
	color:#a9abac;
	text-decoration:underline;
}
















.autocomplete-w1 { background:url(/static/source/eurobike/img/shadow.png) no-repeat bottom right; position:absolute; top:7px; left:6px; /* IE6 fix: */ _background:none; _top:1px; z-index: 10000; }
.autocomplete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

