* {
	padding: 0;
	margin: 0;
}

/* ----------------------- siter */
#sitenumbers{margin-top:10px;}
#sitenumbers a {color: #2E2E2E;text-decoration:none;
	border: 1px solid #fff;
	border-radius: 15px;
	padding: 5px;
	margin-left: 5px;
	background-color: #fff;
}
#sitenumbers a:hover {color: #5C5C5C;}
#sitenumbers a.currentlink {text-decoration:underline;}
.arrowlink,.arrowlink_inactive{width:15px;height:15px;display:block;float:left;margin-left:4px;}
.nextone{background-image:url("img/arrow_nextone.jpg");}
.prevone{background-image:url("img/arrow_prevone.jpg");}
.firstsite{background-image:url("img/arrow_firstsite.jpg");}
.lastsite{background-image:url("img/arrow_lastsite.jpg");}
.arrowlink_inactive{background-image:url("img/arrow.jpg");}

.extrasitenumbers{display:block;margin:10px;float:left;width:100%;}
.extrasitenumbers #sitenumbers{width:300px;margin-left:250px;}

/* ----------------------- shop */
.box{
	position: relative;
	font-family: verdana,arial;
	font-size: 12px;
	float: left;
	border: 1px solid #BEBEBE;
	margin: 10px;
	width: 150px;
	height: 150px;
	overflow: hidden;
	text-align: center;
}
.boxtitle, .boxdescription, .layertitle, .layerdescription{
	position: absolute;
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity = 80);
}
.boxtitle, .layertitle{
	top: 0px;
	font-weight: bold;
}

/* ----------------------- basket */
.basketbox{
	position: relative;
	font-family: verdana,arial;
	font-size: 12px;
	float: left;
	border: 1px solid #BEBEBE;
	margin: 2px;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.basketbox table{width:100%;}
.baskettitle{
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity = 80);
	padding: 4px;
	font-weight: bold;
}

/* ----------------------- layer */
.layertitle{
	font-size: 14px;
	text-align: center;
}
.boxdescription, .layerdescription{
	bottom: 0px;
}
.layerdescription{min-height: 170px;}
.layerdescription table{width: 90%; margin-left:10px;}
.layerdescription table table{width:auto;margin-left:0px;}

#bglayer {position: absolute;z-index:3;width:100%;height:100%;top:0px;left:0px;background-color: #EFEFEF;display: none;
	opacity: 0.6; /* modern browser */
	-moz-opacity: 0.6; /* older Mozilla browser */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";/* IE8 in Standard Compliant Mode */
	filter: alpha(opacity = 60); /* IE5.x -7.0 */
}
#layer {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 500px;
	width: 350px;
	margin-left: -175px;
	margin-top: -550px;
	border: 1px solid #818181;
	display: none;
	background-color: #F2E0F7;
	z-index: 4;
}
#layerimg{height:330px;width:330px;margin: 10px; border:1px solid #818181;text-align:center;}

a.btn{
	padding: 10px;
	box-sizing: border-box;
	border-radius: 0px 15px 0px 15px;
	background: #E6E0F8;
}

a.button,a.button_active{
	border-radius: 15px;
	padding: 5px;
	margin: 2px;
	display: block;
	float: left;
}
a.button{background-color: #fff;color:#6A0888;}
a.button_active{background-color: #6A0888;color:#fff;}
a.button_active:hover{color:#fff;}
#btn_close{
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 50%;
	margin-left: -25px;
	border: 1px solid #6A0888;
	background-color: #E6E0F8;
	font-size: 30px;
	font-weight: bold;
	padding: 2px;
	display: none;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius:50%;
}

.boxlist{float:left;border:1px solid #BEBEBE;margin-top:10px;padding:2px;width:90%;background-color:#fff;}
.boxlist h2{color:#404040;margin:0px;font-size:12px;background-color:#E8E8E8;border-bottom:1px solid #BEBEBE;padding:2px;}


.boxbox{float:left;border:1px solid #BEBEBE;margin-top:10px;padding:2px;width:250px;height:200px;background-color:#fff;overflow:hidden;}
.boxbox h2{color:#404040;margin:0px;font-size:12px;background-color:#E8E8E8;border-bottom:1px solid #BEBEBE;padding:2px;}
.img_container_paintings{width:100px;}



.warenkorbtabelle{
	border-collapse: collapse;
}
.warenkorbtabelle td{
	padding: 4px;
	border: 1px solid grey;
}
.warenkorbtabelle table td{
	padding: 0px;
}
.warenkorbtabelle td.nob{
	border-left: none;
	border-right: none;
}
.warenkorbtabelle td table td{
	border: none;
}
.warenkorbtabelle td.tit{
	background-color: #fff;
	font-weight: bold;
	text-align: left;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity = 80);
}
body {
	background-color: #E6E0F8;
	color: #1A1A1A;
	font-family: verdana, arial;
	font-size: 12px;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}


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

#topwrapper,#logo,#navigation,#navigation2,#banner{
	/*border: 1px solid red;*/
}
#topwrapper{
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 90px;
	overflow: hidden;
}
#logo{
	height: 100px;
	width: 133px;
	background-image: url(./_design/logo.png);
	background-size: auto 90px;
	background-repeat: no-repeat;
	float: left;
}
#navigation2{
	position: absolute;
	left: 140px;
}
#navigation {
	position: absolute;
	top: 50px;
	left: 140px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1pt;
}



/*#banner {
	height: 100px;
	background-size: auto 100px;
	background-image: url(../_design/banner2.jpg);
	background-color: #E6E0F8;
	opacity: 0.5;*/
	/*background-repeat: no-repeat;*/
}




#contentwrapper{
	overflow: hidden;
	margin-top: 10px;
}
#content {
	max-width: 90%;
	margin-left: 20px;
	overflow: auto;
	overflow-x: hidden;
}



#footerwrapper{
	margin-top: 20px;
	overflow: hidden;
	background-color: #000;
	color: #fff;
}
#footer {
	max-width: 550px;
}
#footer a{
	color: #fff;
	font-weight: normal;
}



/* menue hor ------------------------------------ */
.linkdiv{
	margin-left: 10px;
	margin-top: 10px;
	width: auto;
}
#navigation .linkdiv{
	float: left;	
}
/* menue ------------------------------------ */

.submenu{
	position: absolute;
	margin-top: 265px;
	margin-left: -140px;
	display: none;
}
.submenu a{
	/*color: grey;*/
}

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


h1,h2,h3,a {
	color: #6A0888;
}

h1,h2,h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h2 a {
	font-size: 18px;
}

h3 {
	font-size: 12px;
}

a {
	text-decoration: none;
	outline: none;
}

a.moreless1,a.moreless2{
	background-repeat: no-repeat;
	padding-left: 15px;
}

a.moreless1{
	background-image: url('_design/btn_moreless1.jpg');
}
a.moreless2{
	background-image: url('_design/btn_moreless2.jpg');
}
a.activelink{
	text-decoration: underline;
}
a:hover {
	color: #B404AE;
	text-decoration: underline;
}

a.iconlink:hover {
	border-bottom: 1px solid;
}

p {
	margin-top: 10px;
}

ul {
	margin-top: 10px;
}

#content ul {
	margin-left: 15px;
}

#content li {
	margin-left: 15px;
}





/* pagination ------------------------------------ */
.pagination {
	border-top: 1px solid;
	margin-top: 20px;
}

.pagination li {
	list-style: none;
	float: left;
	font-size: 11px;
	margin-left: 10px;
}

.pagination ul {
	margin: 0px;
}

.pagination .counter {
	margin: 0px;
	float: right;
	font-size: 11px;
	float: right;
	margin-right: 50px;
}

/* newsfeed ------------------------------------ */
ul.newsfeed {
	list-style-type: none;
	float: right;
	width: 450px;
}

ul.newsfeed li {
	margin-top: 10px;
	border-left: 5px solid #808080;
	padding-left: 5px;
}

ul.newsfeed li:hover {
	border-left: 5px solid #C0C0C0;
}

h5.feed-link {
	font-size: 11px;
}

img.symbol {
	height: 40px;
}

img.vorschau {
	width: 140px;
	border: 1px solid #808080;
}

a.link_download,a.link_demo {
	text-decoration: none;
	display: block;
	height: 60px;
	width: 150px;
}

a.link_demo {
	background-image: url(./_design/btn_demo1.jpg);
}

a:hover.link_demo {
	background-image: url(./_design/btn_demo2.jpg);
}

a.link_download {
	background-image: url(./_design/btn_download1.jpg);
}

a:hover.link_download {
	background-image: url(./_design/btn_download2.jpg);
}

/*
a.button{
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	border: 1px solid;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

a.inactive{
	border: none;
}*/

/* tabellen-liste ------------------------------------ */ /*
.sectiontableheader {
	background-color: #404040;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 2px solid #000000;
}

.sectiontableheader a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a:hover {
	text-decoration: underline;
}

.contentpane td {
	padding: 3px;
}

.contentpane td a {
	text-decoration: none;
}

.contentheading {
	font-weight: bold;
	font-size: 18px;
	color: #9B0000;
}

.componentheading {
	font-weight: bold;
	font-size: 18px;
	color: #9B0000;
}
*/ /* joomla 1.7 */
div.display-limit {
	padding: 2px;
}

table.category {
	width: 100%;
}

#tableOrdering {
	background-color: #404040;
	border-bottom: 2px solid #000000;
	text-align: left;
	padding: 2px;
}

#tableOrdering a {
	color: #FFFFFF;
	font-weight: bold;
}

#tableOrdering a img {
	margin-left: 4px;
}

.filters div {
	float: left;
	margin-left: 40px;
}