﻿@import url(reset.css);
@import url(color.css);
@import url(typography.css);

body
{
	
}

.contacts 
{
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	line-height: 20px;
	margin-bottom: 0;
}

.contacts span, .contacts a
{
	padding-left: 20px;
	margin-left: 5px;
}

#container 
{
	width: 900px;
	margin: 10px auto;
}

.description 
{
	overflow: hidden;
	margin-bottom: 8px;
}

.description p, .description ul, .description ol 
{
	margin-bottom: 8px;
}

.description ul, .description ol
{
	padding-left: 30px;
}

#footer 
{
	clear: both;
	height: 52px;
	padding-top: 24px;
	text-align: center;
}

h1 
{
	margin-bottom: 5px;
}

#header 
{
	height: 80px;
	position: relative;
	margin-bottom: 15px;
}

.image 
{
	float: left;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	margin: 0px 5px 5px 0;
}

.image img
{
	border: none;
}

#languages 
{
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
}

#languages li 
{
	position: absolute;
}

#languages a 
{
	padding-left: 20px;
}

#language-de 
{
	top: 30px;
	left: 240px;
}

#language-en 
{
	top: 30px;
	left: 80px;
}

#language-fr 
{
	top: 50px;
	left: 160px;
}

#language-it 
{
	top: 10px;
	left: 0;
}

#logo img 
{
	border: none;
}

.offer, fieldset
{
	border-width: 5px 0;
	border-style: solid;
	margin: 10px auto;
	padding: 10px;
	overflow: hidden;
	position: relative;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

#offers h3 
{
	margin-bottom: 8px;
}

#offers h4 
{
	clear: both;
	margin: 8px 0;
}

#offers h5 
{
	text-align: right;
}

.pager 
{
	text-align: right;
}

.pager li 
{
	display: inline;
}

.pager a 
{
	padding: 1px 3px;
	border-style: solid;
	border-width: 1px;
	margin-left: 2px;
}

.topics, .filters
{
	text-align: center;
	padding: 10px 0;
}

.offer .topics 
{
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0;
}

.topics li 
{
	display: inline;
	margin-left: 5px;
}

.topics a 
{
	padding: 2px 6px;
	text-decoration: none;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
