/* MAIN CSS for Showroom */

/*Überschreiben der Stylesheet-Werte aus showroom-category.css, damit diese Seite korrekt dargestellt wird.
Anpassen der Breite und des Paddings, dass auf den Unterseiten anders gesetzt wird. */
#content-top {
	min-height: 320px;
	width: 909px;
	margin: 0 0 0 -4px;
	padding: 0;
	background-color: #000914;
	background: url(../images/background-images/bg-content-showroom.jpg) repeat-y;
}

#categorymenu {
	width: 121px;
	float: left;
	margin: 10px 0px 0px 33px;
	
}

#categorymenu h1 {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 5px;
}

#categorymenu ul {
	list-style: none;
}

#categorymenu li {
	font-size: 12px;
	line-height: 1.7em;
}

#categorymenu a {
	text-decoration: none;
}

#categorymenu a:hover {
	text-decoration: underline;
}

#filmcarousel {
	position:relative;
	width: 490px;
	height: 400px;
	margin: 0 33px 0 165px;
}

#filmcarousel a img{
	border: 1px solid white;
	position: absolute;
}

#infobox {
    display:none;
    text-align:center;
    position: absolute;
    background-color: white;
    padding: 5px 10px ! important;
}
#infobox a {
    /*display: block;*/
    color: #003366;
    text-decoration: none;
}

#additionalText {
	float: right;
	font-size: 11px;
	width: 585px;
	margin: 30px 70px 0 0;
}

#additionalText .column {
	display: inline-block;
	margin-right: 20px;
	width: 270px;
}

