/********************************************************************************
* Copyright 2008 - 2009 indual GmbH (www.indual.ch)                             *
* Developer: Emanuel Zuber (emanuel.zuber@indual.ch)                            *
********************************************************************************/


/************************ main styles *************************/

body,
body * {
	font-family: Arial, Verdana;
}

a:active,
a:focus {
	outline: none;
	outline: none !important;
}

img {
	border: none;
}
body {
	font-size: 12px;
	color: #555;
	letter-spacing: 0.5px;
	background: #e5e5e5 url(img/background.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 972px;
}

#top {
	padding-bottom: 3px;
	padding-top: 8px;
	text-align: right;
	width: 972px;
	height: 20px;
}

#header {
	background: url(img/header.gif) no-repeat;
	width: 972px;
	height: 133px;
}
#content-container {
	background: white;
	width: 950px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
}

#content {
	float: left;
	width: 720px;
	min-height: 360px;
}

#sidebar {
	float: left;
	width: 230px;
}

#footer {
	background: url(img/footer.jpg) no-repeat;
}

#bluray-icon {
	background: url(img/icons.gif) -83px 0px no-repeat;
	width: 49px;
	height: 22px;
	float: right;
}



.search-button {
	background: url(img/icons.gif) -68px 0px no-repeat;
	width: 15px;
	height: 22px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}

.search-highlighting {
	background: #CCCCCC;
}

.search-submitter {
	background: transparent url(img/search_submitter.gif) no-repeat;
	width: 19px;
	height: 14px;
	text-decoration: none;
	display: block;
	position: absolute;
	margin-top: 5px;
	margin-left: 171px;
}
/************************ /main styles ************************/


/************************ formular styles *********************/

.regular-button {
	padding: 0px;
	background: transparent url(img/button.gif);
	width: 129px;
	height: 26px;
	border: none;
	color: #333;
	line-height: 18px;
	font-weight: bold;
}
.large-button {
	background: transparent url(img/button-large.gif);
	width: 189px;
	height: 26px;
	border: none;
	color: #333;
	line-height: 18px;
	font-weight: bold;
}


/* search form */
#search {
	color: #555;
}

#search-box {
	position: absolute;
	z-index: 1500 !important;
	margin-top: 100px;
	margin-left: 762px;
}

.live-search-result {
	margin: 0px 0px 0px -87px;
	padding: 0px;
	width: 280px;
	background: #f5f4f4;
	border: 1px solid #ccc;
}
.live-search-result li {
	list-style-type: none;
	margin: 0px;
	padding: 2px;
	border-bottom: 1px solid #d0cfcf;
}

#live-search-entry1 {
	padding: 0px;
	margin: 0px;
	height: 0px;
	width: 0px;
	display: block;
	color: #ddd;
	border: none;
}
#live-search-entry2 {
	background: #ddd;
	padding: 4px 2px 4px 2px;
}


.live-search-result img {
	float: left;
	margin-right: 7px;
}
.live-search-result a {
	display: block;
	color: #555;
	text-decoration: none;
	line-height: 15px;
}
.live-search-result a:hover {
	background: #ddd;
}


/************************ /formular styles ********************/






/****************** footer ************************************/
#footer-content {
	padding: 10px;
	color: #888;
}

#footer h2 {
	font-size: 10px;
	color: #555;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 120px;
	float: left;
	line-height: 18px;
}
#footer a {
	font-size: 10px;
	color: #888;
	text-decoration: none;
	line-height: 18px;
}
#footer a:hover {
	color: #555;
}
#footer p {
	font-size: 10px;
	color: #888;
	line-height: 25px;
}
/****************** /footer ***********************************/



