/**
 * Style sheet main
 */
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input
{
	margin:0;
	padding:0;
}
img {
	border:none;
}
a img,
:link img,
:visited img
{
}

a {
	text-decoration:none;
	color: #000;
}
a:hover {
	text-decoration:underline;
	color: #666;
}
.hidden {
	display:none;
}
.clear {
	clear:both;
}
.mime_icon {
	vertical-align: middle;
}

/* TL FORM STUFF */
.error {
	border-left:5px solid #f00;
	padding-left:5px;
	margin-top:2px;
	margin-bottom:2px;
}
.formbody p,.formbody .submit_container {
	margin-top:8px;
}
.formbody table td {
	padding:4px 0px;
	padding-right:10px;
}
.formbody table label {
	margin-right:10px;
}

/* -------------- */

/* TL WIDGET STUFF */
.widget {
	margin:10px 0px;
}
.widget label {
	float:left;
	width:100px;
	font-weight:bold;
}

/* -------------- */

html {
	height:100%;
}
body {
	width: 100%;
	height:100%;
	font-family: Georgia,Arial;
	line-height:1.2em;
	font-size:11px;
	color:#000;
	background-color:#FFF;

}
#wrapper {
	width:100%;
	height:100%;
}
#pagesizefloat {
	width:100%;
	height:100%;
	min-width:900px;
	min-height:300px;

}
#pagesizefloat .inner {
	position:relative;
	height:100%;
}

#pagesizefloattext {
	width:100%;
	height:100%;
	min-width:900px;
	min-height:300px;

}
#pagesizefloattext .inner {
	position:relative;
	height:100%;
}

div.startpage .mod_article {
	position:fixed;
	min-width:800px;
	left:20px;
	bottom:132px;
	right:20px;
	top:0px;
	padding-bottom:60px;
	padding:20px;

}

div.startpage.text .mod_article {
	position:relative;

	margin-right:42px;

	background-color: #eee;
	margin-bottom:133px;
	
}
div.startpage.text.padding .mod_article {
	position:relative;

	margin-right:42px;

	background-color: #eee;
	margin-bottom:133px;
	padding:50px;
	padding-top:40px;
}
div.startpage.text.padding .ce_headline {

	margin-bottom:0px;
}
div.startpage.text.padding .ce_text {

	padding:0;
}
div.startpage.text.padding .ce_text h1 {
	margin:0;
	padding:0;
}


div.startpage .nolines {
	background-color:#fff;
	background-image:none;
}

div.startpage div.ce_text {
	text-align:left;
	font-family: Georgia, Arial;
	font-size: 2em;
	padding-left:20px;
	padding-top:20px;
	line-height:1.5em;
}
div.startpage .ce_text a {
	text-decoration:underline;
}
div.startpage .ce_text a:hover {
	text-decoration:none;
}
div.startpage .ce_text div {
	width:36%;
}
div.startpage .ce_text h1 {
	margin-bottom:0px;
	padding-bottom:0px;
}
div.startpage .ce_text div.h1image {

}
div.startpage .ce_text div.h1image img {

}
div.startpage .ce_text div.line {

}
div.startpage .h1image {
	margin-top:-9px;
	margin-left:0px;
}

div.startpage .backgroundlines {
	position:fixed;
	/*background: url('/images/bg_lines_25.gif') ;	*/
	left:20px;
	right:20px;
	top:0px;
	bottom:132px;
	z-index:0;
	/*background-color:#888;*/
}

div.startpage #picturescontainer .white {
		background-image:none !important;
		background-color:#fff;
}
div.startpage .contentwrapper {
	position:relative;

}

div.startpage {

}
div.startpage .inner {

}
div.startpage #bottombackground {
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	height:55px;
	background-color:#fff;
}
div.startpage #logo {
	position:fixed;
	bottom:27px;
	right:22px;
	left:800px;
	z-index:110;
	text-align:right;


	
}
div.startpage #logo img {
	display:block;
	text-align:right;
	margin-left:auto;
}
div.startpage #picture {
	/*overflow:hidden;*/
	position:absolute;
	left:24px;
	right:24px;
	top:0px;
	background-color:#efefef;
	/*bottom:52px;*/
	bottom:132px;
	/*background-color:#000;*/
}
div.startpage #productimagetext {
	position:absolute;
	z-index:100;
	left:18px;
	top:10px;
}
div.startpage #pictureinner {
	position:relative;
}

div.startpage #pictureinner #leftclick {
	position:absolute;

	opacity:0;

	height:100%;
	width:15%;
	left:0;
	top:0;
	cursor: pointer;
}
div.startpage #pictureinner #leftclick .inner {
	position:absolute;
	top:50%;
	height:20px;
	text-align:center;
	width:100%;
	background-color: #fff;
}
div.startpage #pictureinner #rightclick {
	

	opacity:0;
	position:absolute;
	height:100%;
	width:15%;
	right:0;
	top:0;
	cursor: pointer;
}
div.startpage #pictureinner #rightclick .inner {
	position:absolute;
	top:50%;
	height:20px;
	text-align:center;
	width:100%;
	background-color: #fff;
}
div.startpage #pictureinner #rightclick:hover {
	opacity:0.6;
}
div.startpage #pictureinner #leftclick:hover {
	opacity:0.6;
}
div.startpage #loadingbig {
	position:absolute;
	left:0;
	right:0;
	text-align:center;
	top:45%;

	left:50%;
	width:100px;
	padding-top:13px;
	height:87px;
	margin-left:-50px;
	margin-top:-50px;
	z-index:20000;
	color: #fff;
	visibility: hidden;
	background-image:url('/images/png-loading.png');
	background-repeat:no-repeat;
	background-position:center;

}
div.startpage #loadingbig img {
	margin-top:10px;
}
div.startpage #picture .inner {

}


div.startpage #picture .inner {
margin:auto 0;
margin-left:auto;
margin-right:auto;

}
div.startpage #picture .inner img{

	width:auto;
	height:auto;

}

/* PICTURE INNER */

div.startpage #picturescontainer {
		position:absolute;
		background: url('/images/bg_lines_25.gif');
		bottom:130px;
		top:20px;
		right:24px;
		left:24px;
}



div.startpage #picturedetail1,div.startpage #picturedetail2 {


	position:absolute;
	top:50%;
	left:50%;
	width:550px;
	margin-left:-100px;
	margin-top:-260px;
	height:550px;
	right:15px;
}
div.startpage #picturecontainer1 {
}
div.startpage #picturedetail .inner {

}
div.startpage #picturedetail .inner .rollover {
	cursor:pointer;position:absolute;
}
div.startpage #picturedetail .inner .rollover:hover {
	background-color:black;
	opacity:0.3;
}
div.startpage #picturedetail .inner img{

}

div.startpage #picturespecials {

	position:absolute;
	

	left:50%;
	top: 430px;
	margin-left:270px;
	width:200px;
	z-index:1000;
	text-align:center;	
}

div.startpage #picturespecial1 {

}
div.startpage #picturespecial1 img {
	cursor:pointer;

}
div.startpage #picturespecial1 img:hover {
	cursor:pointer;

}
div.startpage #description {
	position:absolute;
	right:3%;

	width:auto;
	top:50%;
	margin-top:90px;
	text-align:left;
	z-index:9999;
}
div.startpage #description ul {
	padding-left:15px;

}
div.startpage #description ul li {
	list-style:none;
	list-style-image: url('/images/liststyle.png');
}
div.startpage .colors {

}
div.startpage .colors img {
	cursor:pointer;
}
div.startpage .colors img:hover {
}
div.startpage #loadingtextcontainer {
	position:absolute;
	left:20px;
	bottom:132px;
	z-index:1000;
}
div.startpage #shopinfo {
	position:absolute;
	right:15px;
	bottom:121px;
	z-index:9999;
}
div.startpage .sp_arrow {
	position:fixed;
	cursor:pointer;
}

div.startpage .topinfo {
	left:23px;
	right:23px;
	
    height: 80px;
	z-index:1999;
	position:fixed;
	top:0px;
	background-color:none;
	color:#fff;
	cursor:pointer;
}
div.startpage div.tibackground {
	opacity:0.3;
	background-color:black;
	left:23px;
	right:23px;
	z-index:-1;
	position:fixed;
	height: 80px;
}
#topinfotextp {
	padding-left:7px;
	padding-right:7px;
}
div.startpage .topinfo:hover {

}

div.startpage .arrowinfo {
	position:fixed;
	right:30px;
	margin-top:58px;
}

div.startpage #sp_arrow_left {
	left:6px;
	top:30%;


	bottom:40%;
	right:90%;
	padding-top:8%;
}
div.startpage #sp_arrow_right {
	right:6px;
	top:30%;


	bottom:40%;
	padding-left:10%;
	padding-top:8%;

}
div.startpage .arrow {
	position:absolute;
	
	z-index:10000;
	width:100px;
	height:60px;
	padding-top:40px;
	text-align:center;
}
div.startpage .arrow:hover {
	cursor:pointer;
}
div.startpage #arrow_left {
	left:50%;
	margin-left:-160px;
	top:50%;
	margin-top:-75px;
}
div.startpage #arrow_right {
	left:50%;
	margin-left:370px;
	top:50%;
	margin-top:-75px;
}
div.startpage #arrow_bottom {
	left:50%;
	margin-left:120px;
	top:50%;
	margin-top:200px;
}
div.startpage #arrow_top {
	left:50%;
	margin-left:120px;
	top:50%;
	margin-top:-320px;
}
#mainnavigation {
	left:24px;
	width:900px;
	position:fixed;
	height: 90px;
	bottom:0px;
	z-index:100;
}

#thirdnavigation {
	left:24px;
	width:900px;
	position:fixed;
	height: 20px;
	bottom:110px;
	z-index:100;
}

#thirdnavigation ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#thirdnavigation ul li {
	float:left;
	margin-right:5px;

	padding-right:3px;
	height:18px;
	padding-top:2px;

}

#mainnavigation ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#mainnavigation ul li {
	float:left;
	margin-right:15px;
	padding-left:3px;
	padding-right:3px;
	height:18px;
	padding-top:2px;

}

#mainnavigation ul li ul.level_2 {
	position: absolute;
	display:none;
	background-color:#efefef;
	top:20px;
	margin-left:-3px;
	padding-bottom:1px;


}
#mainnavigation ul li ul.level_3 {

	padding-left:10px;
	margin-top:-1px;
	float:right;
	height:10px  !important;
	overflow:hidden;
	padding:0 !important;
	margin:0 !important;


}
#mainnavigation ul li ul.level_3  li {
	float:left !important;

	padding:0 !important;
	margin:0 !important;
	margin-left:10px !important;
}




#mainnavigation ul li:hover{
	background-color:#efefef;
}
#mainnavigation ul li.active{
	background-color:#efefef;
}

#mainnavigation ul li.trail{
	background-color:#efefef;
}

#mainnavigation ul li:hover ul.level_2 {
	/* display:block; */
	background-color:#efefef;
}

#mainnavigation ul li ul.level_2 li {
	float:none;
	height:12px;
}
#mainnavigation ul li ul ul {
	float:left;
	height:auto;

}

.ce_gallery {
	left:24px;
	right:24px;
	position:fixed;
	height: 126px;
	bottom:132px;

	background-image:url('/images/smallslide/bg.png');
}

.ce_gallery #container {
	left:70px;
	right:65px;
    height: 126px;
	z-index:999;
	position:fixed;
	bottom:132px;
}
.ce_gallery #toggledown {
	height:17px;
	/*background-image:url('/images/smallslide/down.png');*/
	background-repeat:no-repeat;
	background-position: center;
	cursor:pointer;
}

#toggleup {
	left:70px;
	right:65px;
    height: 126px;
	z-index:999;
	position:fixed;
	bottom:132px;
	/*background-image:url('/images/smallslide/bg.png');*/
	cursor:pointer;
}
.ce_gallery #loading {
	position:absolute;
	left:0;
	right:0;
	text-align:center;
	top:95px;
	background-color: #fff;
	left:50%;
	width:100px;
	padding-top:5px;
	height:20px;
	margin-left:-50px;
	margin-top:-50px;
	z-index:20000;
	color: #000;
    background-repeat: no-repeat;
	background-position:center;

    visibility: hidden; 

}

.ce_gallery #fade-left {
    position:absolute;
	left: -35px;
	top:50px;
	height:83px;
    background-image: url('/images/smallslide/left.png');
    background-repeat: no-repeat;
}

.ce_gallery #fade-right {
    position:absolute;
	right: -35px;
	top:50px;
	height:83px;
    background-image: url('/images/smallslide/right.png');
    background-repeat: no-repeat;
	
}

.ce_gallery #arrow-left {
    position:absolute;
	left: -18px;
	top:110px;
	height:4px;
	width:4px;
    background-image: url('/images/smallslide/small_slide.png');
    background-repeat: no-repeat;
}

.ce_gallery #arrow-right {
    position:absolute;
	right: -15px;
	top:110px;
	height:4px;
	width:4px;

    background-image: url('/images/smallslide/small_slide.png');
    background-repeat: no-repeat;	
}

.ce_gallery #slider {
    position: fixed;
    height: 3px;
	left:65px;
	right:65px;
    z-index: 15;
	bottom:144px;

}

.ce_gallery #slider-knob {
    position: fixed;
    top: -1px;
    height: 4px;
    width: 93px;

	background-color:#7b7b7b;
	z-index:10000000;
	cursor:pointer;
}

.ce_gallery #list-container {

	left:60px;
	right:60px;
    height: 83px; 
    overflow: hidden;


}

.ce_gallery #list {

    width: 30000px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
.ce_gallery .item {
    list-style: none;
    float: left;
	padding: 0px 5px 0px 5px;
	cursor:pointer;
}

.ce_imageslider .item img {
    position: relative;
    float: left;
	background-color:#fff;
}

.ce_gallery .firstimage {
	position: relative;
    float: left;
    padding: 0px 0px 0px 0px;
}

.ce_gallery .fade {
    position: absolute;
    height: 250px;
    width: 15px;
    top: 15px;
    z-index: 5; 
    background-repeat: repeat-y;
}

/* imagebox */

/* IE6 */
#ie6info {
	position:absolute;
	top:50%;
	left:50%;
	width:160px;
	margin-left:-100px;
	height:160px;
	margin-top:-100px;
	padding:20px;
	z-index:100000;
	background-color:#fff;
	color:#f44;
}
#playbutton {
	position:fixed;
	left:50%;
	right:50%;
	margin-left:-6px;
	bottom:102px;
	z-index:1000;
	width:20px;
	cursor:pointer;
	visibility:hidden;
}
#imagedescription {
	position:fixed;
	left:50%;
	right:50%;
	margin-left:25px;
	color:#000;
	z-index:1;
	width:38%;
	height:20px;
	bottom:127px;
	overflow:hidden;
}
#myImage {
    position: relative;
}

#entry {
		position:fixed;
	top:50%;
	left:50%;
	right:50%;
	margin-top:-68px;
	margin-left:-338px;
	text-align:center;
}
p {
	margin-bottom:12px;
}
h1 {
	margin-bottom:20px;
}


#whitespace {
	position:fixed;
	background-color:#fff;
	width:100%;
	bottom:0px;
	height:132px;
	z-index:1;
}

.centerpic {
	/*overflow:hidden;*/
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	/*bottom:52px;*/
	/*background-color:#000;*/
	text-align:center;


}
.center {
	/*overflow:hidden;*/
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;

	/*bottom:52px;*/
	/*background-color:#000;*/
	text-align:center;


}

.centerpic img {

margin-left:auto;
margin-right:auto;
height:100%;
width:auto;

}
.linkimage {

margin-left:auto;
margin-right:auto;
width:auto;
width:800px;

}
.leftfloat {
	float:left;
	margin-left:90px;
	margin-top:80px;
}
.rightfloat {
	float:right;
}

.googlemap {
position:absolute;
top:100px;
right:20%;
}

.contactcontainer img {
	padding-right:700px;
}
div.mod_newslist div.ce_text {
	padding:0px;
	font-size:1.4em;
	line-height:1.2em;
}
div.mod_newslist div.image_container {
	margin-bottom:10px;
}
div.mod_newslist {
	padding:30px;
	margin-top:-50px;
}	
div.mod_newslist div.layout_full {
	border-top:1px solid #aaa;
	margin-bottom:20px;
	padding-top:20px;
}

div.mod_newslist div.layout_full.first {
	border-top:0px;
	padding-top:0px;
}

div.mod_newslist p.info {
	font-size:1.2em;
}



