/* handmade with love - thebetterstory.com */

body{
	color: #1a171b;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Georgia, Times, serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
a{
	outline: none;
	text-decoration: none;
}

#content{
}

div#single-content{
	line-height: 22px; 
	/*font-size: 12px;*/
	/*background-image: url(../res/neoos.png);
	background-repeat: no-repeat;*/
	background-color: #FFFFFF;
}
div#single-content h1{
	line-height: 30px;
}
div#single-content > div.csc-header h1{
	margin: 15px 0px 15px 15px;
}
div#single-content > p.bodytext{
	margin: 0px 15px 15px 15px;
}

/*___________________________________________ STARTPAGE */
body#neoos-start div.top-navigation{
	display: none;
}

body#neoos-start div#content p span{
	background-color: #FFFFFF;
	color: red;
	padding: 7px 20px 7px 20px;
}
body#neoos-start div#content p{
	margin-bottom: 25px;
}
body#neoos-start div#content p a{
	color: red;
}
body#neoos-start div#content p a:hover{
	color: #000000;
}


/*___________________________________________ HEAD */
#head{
	height: 190px;
}
#head h1#logo a{
	position: absolute;
	left: 0px;
	display: block;
	width: 220px;
	height: 83px;
	background-image: url(../res/neoos.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
	margin-top: 50px;
}
div.top-navigation{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	position: absolute;
	/*background-color: #FFFFFF;*/
	overflow: hidden;
	margin: 50px 0px 0px 100px;
}
div.top-navigation a{
	display: block;
	float: left;
	background-color: #FFFFFF;
	padding: 3px 7px 3px 7px;
	color: #000000;
	text-decoration: none;
}
div.top-navigation a:hover{
	background-color: #1a171b;
	color: #FFFFFF;
}


/*___________________________________________ TEXT */
h1{
	font-family: Georgia, Times, sans-serif;
	font-weight: normal;
	font-size: 22pt;
	padding: 0px;
	margin: 0px;
}

/*___________________________________________ CONTAINER */
div#content{
	margin-left: 157px;
	width: 980px;
	width: 1070px;
	overflow: hidden;
}
div#head,
div#foot{
	margin-left: 157px;
	/*height: 100px;*/
}
div#accordion-left,
div#accordion-right{
	overflow: hidden;
}
div#foot{
	/*margin-left: 157px;*/
	padding-top: 40px;
	position: relative;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	z-index: 100;
}
div#foot a{
	color: #000;
}
div#foot a:hover{
	background-color: #000;
	color: #FFF;
}
span.copyright{
	padding-right: 20px;
}


/*___________________________________________ ACCORDION */
h1.accordion-toggle{
	cursor: pointer;
	padding: 3px 0px 3px 0px;
}
div#accordion-left h1.accordion-toggle:hover,
div#accordion-left h1.active,
div.news-list-item h1{
	color: #8dce48;
}
div#accordion-right h1.accordion-toggle:hover,
div#accordion-right h1.active{
	color: #ac48ce;
}

div#accordion-left h5{
	position: absolute;
	top: 170px;
	margin-left: -46px;
	width: 30px;
	height: 160px;
	text-indent: -99999em;
	background-repeat: no-repeat;
	background-image: url('../res/formgebung.png');
}
div#accordion-right h5{
	margin-left: -46px;
	position: absolute;
	top: 170px;
	text-indent: -99999em;
	width: 30px;
	height: 160px;
	background-image: url('../res/schaufenster.png');
	background-repeat: no-repeat;
}

div#accordion-left{
	width: 420px;
	padding-left: 15px;
	border-left: 1px dotted #999;
}
div#accordion-right{
	width: 420px;
	width: 510px;
	padding-left: 15px;
	margin-left: 70px;
	border-left: 1px dotted #999;
}
div#accordion-right div.accordion-content{
	width: 420px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div#accordion-left div.accordion-content{
	width: 420px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



/*___________________________________________ PROJECT LIST */
.green img{
	border: 2px solid #8dce48;
}
div.project-images{
	overflow: hidden;
	margin-top: 10px;
	float: left;
	height: 145px;
}
div.project-text{
	margin: 7px 0px 0px 160px;
	padding: 0px;
	line-height: 22px;
}
div.
div.project-text p{
	margin: 0px 0px 15px 0px;
}
div.project-images a{
	display: block;
	float: left;
	margin: 0px 15px 15px 0px;
	margin: 0px 10px 10px 0px;
}

/*___________________________________________ PRODUCT LIST */
div.product-list ul{
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
div.product-list ul li{
	display: block;
	float: left;
}
div.product-list ul li a{
	display: block;
}
a.list-image img{
	width: 70px;
	height: 70px;
	margin: 0px 15px 15px 0px;
	margin: 0px 10px 10px 0px;
}
.violet img{
	border: 2px solid #ac48ce;
}
span.list-title,
span.image-count{
	display: none;
	font-size: 8pt;
	color: #FFFFFF;
	padding: 1px 3px 1px 3px;
}
span.list-title{
	background-color: #ac48ce;
}
span.image-count{
	background-color: #8dce48; 
}
a.list-image:hover span.list-title,
a.project-list-image span.image-count{
	display: block;
	position: absolute;
}


/*___________________________________________ PRODUCT SINGLE */
div.single-infos{
	margin: 10px 20px 0px 20px;
	float: left;
	overflow: hidden;
	width: 200px;
}
h1.single-title{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ac48ce;
}
div.tx-tbsprojects-pi1 h1.single-title{
	color: #8dce48;
}
p.single-price{
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
	color: #ac48ce;
}
table.single-footer a,
div.single-text a{
	color: #ac48ce;
}
div.tx-tbsprojects-pi1 table.single-footer a,
div.tx-tbsprojects-pi1 div.single-text a{
	color: #8dce48;
}
table.single-footer a:hover,
div.single-text a:hover{
	background-color: #ac48ce;
	color: #FFFFFF;
}
div.tx-tbsprojects-pi1 table.single-footer a:hover,
div.tx-tbsprojects-pi1 div.single-text a:hover{
	background-color: #8dce48;
	color: #FFFFFF;
}
p.favorites-list-title{
	color: #ac48ce;
} 
div.single-text{
	margin-left: 220px;
	margin: 10px 20px 0px 0px;
}
p.more{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a#want.inactive{
	display: block;
	padding: 11px 0px 0px 45px;
	background-image: url(../res/favlink.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 29px;
	width: 110px;
}
a#want.inactive:hover{
	background-position: 0px -40px;
	background-color: transparent;
	color: #ac48ce;
	text-decoration: underline;
}
a#want.active,
a#want.active:hover{
	background-position: 0px -80px;
}
table.single-footer{
	border-collapse: collapse;
	width: 780px;
	margin: 10px 10px 0px 10px;
}
td.favorite{
	width: 200px;
}
td.more{
	width: 400px;
}
td.price{
	text-align: right;
}
td.vat{
	vertical-align: top;
}
td.vam{
	vertical-align: middle;
}



/*___________________________________________ FAVORITES */
div#favorites{
	position: absolute;
	top: 125px;
	left: 646px; 
}
div#favorites a{
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 42px;
	height: 28px;
	color: #FFFFFF;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
}
div#favorites a.heart-inactive{
	background-image: url(../res/fav.png);
	cursor: help;
}
div#favorites a.heart-active{
	background-image: url(../res/fav_act.gif);
}
div#favorites-overview{
	margin: 20px 0px 0px 20px;
}
ul.products-favorites{
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
ul.products-favorites li{
	display: block;
	float: left;
	margin: 0px 20px 20px 0px;
}
ul.products-favorites li img{
	border: 2px solid #ac48ce;
}
ul.products-favorites li p{
	margin: 0px;
	padding: 0px;
}
p.favorites-list-title{
	font-weight: bold;
}
p.favourites-list-delete a{
	width: 15px;
	height: 16px;
	display: block;
	text-indent: -9999em;
	position: absolute;
	margin-top: -95px;
	margin-left: 2px;
	color: #ac48ce;
	background-image: url(../res/delete.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
}
p.favourites-list-delete a:hover{
	text-decoration: underline;
	background-position: bottom left;
}
div#favorites-overview form dl{
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
div#favorites-overview form dl dt{
	display: block;
	float: left;
	overflow: hidden;
	width: 100px;
}
div#favorites-overview form dl dd{
	margin: 0px 0px 10px 0px;
} 
div#favorites-overview form dl dd input{
	padding: 3px 5px 3px 5px;
}
div#favorites-overview form dl dd input,
div#favorites-overview form dl dd textarea{
	width: 400px;
	background-color: #ac48ce;
	border: 2px solid #ac48ce;
	color: #FFFFFF;
	font-family: Georgia, Times, serif;
	font-size: 1.3em;
}
div#favorites-overview form dl dd input:focus,
div#favorites-overview form dl dd textarea:focus{
	background-color: #740597;
	border: 2px solid #ac48ce;
}
div#favorites-overview form dl dd textarea{
	width: 410px;
	height: 80px;
}
dd.intelligence span{
	font-size: 1.5em;
	color: #ac48ce;
}
div#favorites-overview form dl dd input.int{
	width: 20px;
}
p.error{
	margin-left: 100px;
	color: red;
}
p.mail{
	font-size: 1.5em;
	color: #ac48ce;
}

/*___________________________________________ NEWS */
div.news-list-item{
	margin: 20px 20px 20px 20px;
	overflow: hidden;
	border-top: 1px dotted #999;
	padding-top: 20px;
}
div.news-list-item h1{
	font-size: 1.5em;
	line-height: 1.5em;
}
div.news-list-image {
	float: left;
}
div.news-list-image img{
	display: block;
	margin: 0px 0px 20px 0px;
}
div.news-list-text{
	margin-left: 320px;
}

/*___________________________________________ TBS-BOX */
#tbs-box-shadow{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#tbs-box-container{
	position: absolute;
	top: 0px;
	width: 800px;
	height: 500px;
	margin: 50px 0px 100px -400px;
	left: 50%;
	z-index: 9999;
}
#tbs-box{
	top: 0px;
	height: 500px;
	background-color: #fff;
	background-image: url(../res/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px dotted #999;
}
#tbs-frame{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: none;
}
#tbs-close{
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	background-color: #000;
	float: right;
}

/*___________________________________________ SHADOWBOX */
div#shadowbox_loading{
	display: none;
}
div#shadowbox_body_inner{
	/*background-image: url(../res/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
}
iframe#shadowbox_content{
	background-color: #FFF;
}
div#shadowbox_body{
	background-image: url(../res/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px dotted #999;
}
div#shadowbox_nav_next,
div#shadowbox_title,
div#shadowbox_nav_previous{
	display: none;
}