@CHARSET "ISO-8859-1";
/*
Dunkelblau: #194590
Mittelblau: #186BB7
*/


body {
	/*margin-top: 10px;*/
	margin: 0px;
	padding-top: 0px;
	font-family: 'Verdana','Arial';
	font-size: 11px;
	color: #000000;
	text-align: center;
	background-color:#d4e0ee;
	
	
}

a:focus {
	outline: none;
}

form {
	margin: 0;
	padding: 0;
}

#StartBox {
	visibility:hidden;
}

.startBox{
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	background-position: center 0;
	padding-top: 10px;
	padding-bottom: 40px;
	margin: 0;
}

#MainBox {
	width: 874px;
	height: 580px;
	border: #cccccc solid 1px;
	background-color: #ffffff;
	padding: 0px;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    /*visibility: none;*/
}

#HeaderBox {
	float: left;
	width: 872px;
	height: 60px;
	border-top: #cccccc solid 1px;
	border-left: #cccccc solid 1px;
	border-bottom: #cccccc solid 2px;
	border-right: #cccccc solid 1px;
	padding: 0;
	background-image: url("images/bannerfloor.jpg");
}

#AreaSelection {
  	float: left;
	position: relative;
	top: 39px;
	left: 0px;
}

#AreaSelection ul  {
	margin: 0;
	padding: 0;
}

#AreaSelection li {
	float: left;
	list-style: none;
	width: 200px;
	text-align: center;
	border-collapse: collapse;
}

#AreaSelection li a {
	display: block;
	padding: 3px;
	border-top: #cccccc solid 2px;
	border-left: #cccccc solid 0px;
	border-bottom: #cccccc solid 2px;
	border-right: #cccccc solid 2px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #cccccc;
}

#AreaSelection li a:hover {
	background-color: #186BB7;
	border-bottom: #cccccc solid 2px;
}

#AreaSelection li.selected a {
	border-bottom: #ffffff solid 2px;
	background-color: #ffffff;
	color: #194590;
}


#FooterBox {
	clear:both;
	font-size: 10px;
	width: 852px;
	height: 20px;
	border: #cccccc solid 1px;
	background-color: #eeeeee;
	padding: 0 10px 0 10px;
}

.copyright {
	color: #333333;
	float: left;
	text-align: left;
	margin-top: 1px;
	padding-top: 3px;
}

.copyright a {
	color: #333333;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.copyleft {
	color: #333333;
	float: right;
	text-align: right;
	margin-top: 1px;
	padding-top: 3px;
}

.copyleft a {
	color: #333333;
	text-decoration: none;
}

.copyleft a:hover {
	text-decoration: underline;
}

#ContentBox {
	float: left;
	position: relative;
	width: 852px;
	border-top: #cccccc solid 0px;
	border-left: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	padding: 10px 10px 10px 10px;
}

#CategorySelectionBox {
	width: 306px;
	height: 32px;
	border: #cccccc solid 0px;
	padding: 0px;
}

#CategorySelectionBox select {
	width: 157px;
	font-family: 'Verdana','Arial';
	font-size: 11px;
	color: #ffffff;
	background-color: #186BB7;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	margin: 7px 0 10px 0;
}

#AdditionalBox {
	width: 298px;
	border-left: #194590 solid 1px;
	border-right: #194590 solid 1px;
	padding: 10px 3px 0 3px;
	background-color: #eeeeee;
	margin-top:-4px;
}

#RoomsceneSelectionBox {
	width: 304px;
	border-left: #194590 solid 1px;
	border-right: #194590 solid 1px;
	padding: 0px 0px 0px 0px;
}

#CurrentProductBox {
	width: 100%;
	padding: 0px;
}

#CurrentProductButtons {
	width: 280px;
	padding-top: 10px;
}

#ProductSelectionBox {
	width: 100%;
	padding: 0px;
}

#AdditionalBox select, #ProductSelectionBox select, #ColorSelectionBox select, #FooterBox select {
	width: 144px;
	font-family: 'Verdana','Arial';
	font-size: 10px;
	color: #000000;
	background-color: #ccddee;
	border: #ffffff 2px solid;
	margin: 0px 0px 5px 0px;
}

#ProductList {
	width: 270px;
	height: 112px;
	margin: 5px;
	font-family: 'Verdana','Arial';
	font-size: 10px;
	background-color: #ffffff;
	overflow: auto;
}

#ProductList ul, #ProductList li, #InstallationBox ul, #InstallationBox li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#ProductList li a:link, #ProductList li a:visited, #ProductList li a:active {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 3px;
	line-height: 12px;
}

#ProductList li a:hover {
	background-color: #ccddee;
}


div#InstallationBox {
	width: 100%;
	padding: 0px;
}

div#Patterns {
	display: block;
	overflow: hidden;
}

div#Patterns ul {
	padding: 0 0 0 5px;
	margin: 0px;
}

div#Patterns li, div#Patterns li a {
	float: left;
    list-style: none;
}

div#Rotation {
	clear: left;
	display: block;
	padding-top: 5px;
}

#Rotation select {
	width: 80px;
	font-family: 'Verdana','Arial';
	font-size: 10px;
	text-align: left;
	color: #000000;
	background-color: #ccddee;
	border: #ffffff 1px solid;
	margin: 0px 0px 5px 5px;
}

#InstallationBox a {
	text-decoration: none;
}


div#ColorSelectionBox {
	float:left;
	width: 100%;
	height: 100%;
	padding: 0px;
	display: block;
}

div#ColorHidden{
	float:left;
	position: relative;
	/*top:-167px;
	width: 100%;
	height: 100%;*/
	height:148px;
	padding: 0px;
	display: none;
}


div#FavoritesBox {
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}

td.favorites {
	font-size: 10px;
	color: #000000;
	padding: 0px 3px 10px 0px;
}

td.favorites a {
	color: #000000;
	text-decoration: none;
}

td.favorites a:hover {
	color: #003366;
}


div#ImageToolBox {
	position: absolute;
	top: 10px;
	left: 326px; 
	width: 534px;
	border: #ccddee solid 0px;
	padding: 0px 0px 0px 0px;
}


div#ImageBox {
	position: absolute;
	top: 53px;
	left: 326px; 
	width: 534px;
	height: 406px;
	vertical-align: middle;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	border-top: #ffffff solid 0px;
	padding: 0px 0px 0px 0px;
}

div#ImageBox img.photo {  
    padding: 10px;  
    border-top:  1px solid #fff;  
    border-left:  1px solid #fff;  
    border-bottom:  1px solid #ccc;  
    border-right:  1px solid #ccc;  
    background-color: #eee;
    z-index:1;
}


img.carousel {
	cursor: pointer;
}


.title {
	display: block;
	font-size: 10px;
	text-align: left;
	padding: 1px 3px 5px 3px;
}

td.key {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	padding: 3px 3px 1px 3px;
}

td.value {
	font-size: 10px;
	text-align: left;
	padding: 1px 3px 1px 3px;
}

a.button {
	width: 110px;
	height: 18px;
	display: block;
	padding: 3px 5px 3px 5px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-image: url("images/button.gif");
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top: 20px;
}

a.buttonSmall {
	width: 100px;
	height: 20px;
	display: block;
	padding: 3px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background-image: url("images/button100x20.gif");
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 5px;
}
a.buttonSmall2 {
	width: 112px;
	height: 20px;
	display: block;
	padding: 3px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background-image: url("images/button112x20.gif");
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 5px;
}

a.buttonSmallDisabled {
	display:none;
    width: 100px;
    height: 20px;
    /*display: block;*/
    padding: 3px 0px 0px 0px;
    text-align: center;
    font-size: 10px;
    color: #cccccc;
    text-decoration: none;
    background-image: url("images/button100x20.gif");
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 5px;
}

a.buttonTiny {
	width: 16px;
	height: 16px;
	display: block;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background-image: url("images/remove.gif");
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 10px 5px 5px 5px;
}

.patternImage {
    width: 40px;
    height: 40px;
    padding: 5px 5px 5px 5px;
}


/****************************************************************
* easybo login
*****************************************************************/

#easyboInfo {
	float: left;
	width: 470px;
	height: 464px;
	padding: 5px 5px 5px 180px;
	background-image: url("images/easybo.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#easyboInfo .title {
	margin-top: 5px;
	display: block;
	font-size: 16px;
	text-align: center;
}

#easyboInfo .text {
}

#easyboInfo .register a {
	float: left;
	margin: 25px;
	padding: 5px 5px 5px 5px;
	border: 2px solid #cc0000;
	color: #cc0000;
	background-color: #ccddee;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
}

#easyboLogin {
	float: right;
	padding: 5px 10px 0px 10px;
	width: 170px;
	height: 469px;
	background-color: #D4D0C8;
}

#easyboLogin .title {
	font-size: 14px;
	text-align: center;
}

.textStart {
	font-weight: bold;
}


