/* page wide */
a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	color: #222222;
	background-image: url('/img/frontend/background_tile.gif');
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

ol, ul, li {
	margin: 0px;
	padding: 0px;
}

/* special */
tr.highlight {
	cursor: pointer;
}

div.clear {
	clear: both;
}

/* container */
div.container {
	width: 860px;
	height: 600px;
	height: 100% !important;
	min-height: 600px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: top center;
}

/* header */
div.header {
	height: 220px;
}

div.header_image {
	background-image: url('/img/frontend/els_doos.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
}

	div.header div.logo {
		padding-top: 10px;
		padding-left: 10px;
	}

/* menu under the header */
div.topmenu_background {
	height: 9px;
	background-image: url('/img/frontend/orange_background.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

div.topmenu {
	height: 45px;	
}

div.topmenu span.menubutton {
	float: left;
	width: 133px;
	height: 26px;
	margin-right: 4px;
	padding-top: 9px;
	padding-left: 7px;
	background-image: url('/img/frontend/button.png');
	background-repeat: no-repeat;
	background-position: bottom;
	color: #ffffff;
	display: block;
	overflow: hidden;
}

div.topmenu span.menubutton_active {
	height: 32px;
	background-image: url('/img/frontend/button_active.png');
}

div.topmenu span.menubutton_last {
	margin-right: 0px;
}

/* country and languages selection */
div.country {
	width: 860px;
	margin: 0 auto;
	position: relative;
}

	div.country ol.country {
		background-image: url('/img/frontend/country_background.png');
		background-repeat: no-repeat;
		background-position: top center;
		height: 20px;
		width: 133px;
		float: right;
		margin-right: 2px;
		padding-top: 4px;
		color: #999999;
		font-weight: bold;
		cursor: pointer;
	}
	
	div.country ol.language {
		background-image: url('/img/frontend/lang_background.png');
		background-repeat: no-repeat;
		background-position: top center;
		height: 20px;
		width: 37px;
		float: right;
		margin-right: 2px;
		padding-top: 4px;
		color: #999999;
		font-weight: bold;
		cursor: pointer;
	}
	
	div.country li {
		list-style-type: none;
	}
		
		div.country ol.country ol.menuitem {
			width: 132px;
			/*height: 75px;*/
			background-color: #e3e4e6;
			margin-top: 5px;
			margin-bottom: 5px;
		}
		
		div.country ol.language ol.menuitem {
			width: 37px;
			background-color: #e3e4e6;
			margin-top: 5px;
			margin-bottom: 5px;
		}
		
		div.country ol.menuitem a {
			color: #999999;
		}
	
		div.country ol.menuitem li {
			list-style-type: none;
			padding-left: 10px;
			padding-top: 2px;
			padding-bottom: 2px;
		}

/* banner */
div.banner_top {
	background-color: #000000;
	opacity: 0.6;
	margin: 10px;
	margin-top: 215px;
	margin-bottom: 0px;
	padding: 10px;
	color: #ffffff;
}
	div.banner_top div.banner_left {
		float: left;
		width: 605px;
	}
	
	div.banner_top div.banner_right {
		float: left;
		width: 210px;
	}
	
		div.banner_top div.banner_right div.banner_arrow {
			height: 30px;
			width: 30px;
			opacity: 0.6;
			float: right;
			margin: 1px;
		}
	
	div.banner_top h1 {
		color: #ffffff;
		display: inline;
	}
	
	div.banner_top a {
		color: #ffffff;
		margin-left: 5px;
		text-decoration: underline;
	}

div.banner_bottom {
	margin: 10px;
	margin-top: 2px;
	color: #ffffff;
}
	div.banner_bottom span.banner_left {
		background-color: #000000;
		opacity: 0.6;
		padding: 10px;
		float: left;
		margin-right: 2px;
		width: 399px;
		display: block;
	}
	
	div.banner_bottom span.banner_right {
		background-color: #000000;
		opacity: 0.6;
		padding: 10px;
		float: left;
		width: 399px;
		text-align: right;
		display: block;
	}
	
	div.banner_bottom a {
		color: #ffffff;
		text-decoration: underline;
	}

/* menu and menu items */
div.menu {
	height: 125px;
	width: 200px;
	padding-top: 15px;
	padding-left: 10px;
}

	div.menu div {
		margin-bottom: 1px;
		height: 25px;
	}
	
		div.menu div a span {
			background-color: #000000;
			opacity: 0.6;
			padding-left: 25px;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-right: 5px;
		}
		
		div.menu div a span {
			color: #ffffff;
		}
		
		div.menu div a span.active {
			background-color: white;
			color: black;
		}
		
		div.menu div a:hover {
			text-decoration: none;
		}

/* center */
div.center {
}

div.content {
}

div.navbar {
	height: 20px;
	vertical-align: middle;
	padding-right: 5px;
}

/* page navigation */
div.pagenav {
	float: right;
	width: 150px;
	text-align: right;
}

div.pagenav span.previous {
	float: left;
}

div.pagenav span.next {
	float: right;
}

div.breadcrumb {
	float: left;
}

/* main container, header and content */
div.main {
	width: 520px;
	min-height: 600px;
	float: left;
	margin-right: 20px;
	background-color: #ffffff;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

div.main_header {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ff5b32;
}

div.main_header div.title {
	float: left;
}

div.main_header div.order {
	float: right;
}

div.main_content {
	margin-bottom: 10px;
	text-align: justify;
	font-size: 12px;
}

div.main_content input[type="text"], div.main_content textarea {
	width: 200px;
}

div.main_content input[type="submit"] {
	width: 150px;
}

div.main_content li {
	margin-left: 20px;
}

/* sidebar */
div.sidebar {
	float: left;
	width: 300px;
}

	div.sidebar div.sidebar_item {
		background-color: #ffffff;
		margin-bottom: 20px;
		padding: 10px;
		padding-top: 20px;
	}
	
		div.sidebar div.sidebar_item h2 {
			font-size: 13px;
			font-weight: bold;
		}

/* contact form in contact */
table.main_contact {

}

	table.main_contact td {
		background-repeat: no-repeat;
		height: 29px;
		margin-bottom: 2px;
		width: 250px;
	}
	
	table.main_contact input, table.main_contact select, table.main_contact textarea {
		padding: 0px;
		margin: 0px;
		border: 0px;
		margin-left: 5px;
		margin-right: 5px;
		color: #ffffff;
	}

/* contact form */
table.contact {
	width: 250px;
}

	table.contact td {
		background-repeat: no-repeat;
		height: 29px;
		margin-bottom: 2px;
		width: 125px;
	}
	
	table.contact input, table.contact select, table.contact textarea {
		padding: 0px;
		margin: 0px;
		border: 0px;
		margin-left: 5px;
		margin-right: 5px;
		color: #ffffff;
		font-size: 11px;
	}
	
	table.contact textarea {
		font-family: Verdana, Arial, Tahoma, Sans-Serif;
		padding-top: 5px;
	}

/* footer */
div.footer {
	text-align: center;
	vertical-align: middle;
}

	div.footer img {
		margin-right: 20px;
		vertical-align: middle;
	}

/* error and message box */
div.error {
	background-color: #FFD8D8;
	border: 2px solid #7F0000;
	padding: 10px;
	color: #7F0000;
	font-weight: bold;
	text-align: center;
}

div.message {
	background-color: #E4FFD8;
	border: 2px solid #007F0E;
	padding: 10px;
	color: #007F0E;
	font-weight: bold;
	text-align: center;
}

/* article */
div.article {
	width: 255px;
	float: left;
	text-align: justify;
	margin-bottom: 10px;
}
	div.article_left {
		margin-right: 10px;
	}
	
	div.article h2 {
		text-align: left;
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 10px;
	}

/* contact form */
td.contact {
	width: 200px;
	vertical-align: top;
}

input.contact, textarea.contact, select.contact {
	width: 200px;
}

span.contact {
	font-size: 9px;
}

/* validation of form */
label.error {
	display: none;
	color: #ff0000;
}

input.error, textarea.error {
	background-color: #FFD8D8;
}

/* date and time dropdown boxes */
select.contact_day, select.contact_month {
	width: 50px;
}

select.contact_year {
	width: 75px;
}

input.euro {
	width: 50px;
}

input.cent {
	width: 25px;
}

select.hour, select.minute, select.time, select.day, select.month {
	width: 50px;
}

select.year {
	width: 75px;
}
