@charset "utf-8";

html, body {
	position: relative;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	min-width: 960px;
	min-height: 560px;
}

html {
	background: #CED5D8;
}


body {
	font-family: 'Microsoft Sans Serif', Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/* JavaScript-Test
       body { border: 5px solid red; }
.js-on body { border: 5px solid green; }
 */
 
#top {
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 870px;
	height: 480px;
	margin: 0 45px -200px 45px;
	z-index: 20;
	overflow: hidden;
}

#home #top,
#werk #top {
	display:block;
}

#container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 51px;
	z-index: 30;
	background: #808080;
}

#header {
	display: none;
}

#col0 {
	margin-top: 6px;
	height: 460px;
	width: 500px;
	overflow: auto;
	outline: none;
}

#col1 .sectionnews2-item,
#col2 .sectionnews2-item,
#col1 .item,
#col2 .item {
	width: 420px;
	height: 125px;
	float: left;
	clear: none;
	display: inline;
	margin: 0 10px 0 10px;
}

#col1 h3,
#col2 h3 {
	margin: 0;
	padding: 0;
}

#col1 h4,
#col2 h4 {
	margin: 0 0 4px 0;
	padding: 0;
}

.scrollcontainer {
	position: absolute;
	left: 10px;
	top: 30px;
	width: 980px;
	height: 125px;
}

.scrollcontainer .prev,
.scrollcontainer .next,
.scrollcontainer .prev_disabled,
.scrollcontainer .next_disabled {
	float: left;
	width: 38px;
	height: 38px;
	margin: 43px 0;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/prev.png) left top;
	text-indent: -99999em;
}

.scrollcontainer .next,
.scrollcontainer .next_disabled {
	background-image: url(../img/next.png);
}

.scrollcontainer .prev_disabled,
.scrollcontainer .next_disabled {
	cursor: default;
	background-position: 0 -100%;
}

.scrollarea {
	float: left;
	width: 880px;
	height: 125px;
	overflow: hidden;
	position: relative;
}

.scrollbody {
	width: 90000px;
	position: absolute;
	top: 0;
	left: 0;
}

#col1, #col2 {
	position: absolute;
	bottom: 52px;
	height: 185px;
	overflow: hidden;
	width: 100%;
	z-index: 50;
	left: -100%;
}

#toggle_col1,
#toggle_col2 {
	position: absolute;
	bottom: 238px;
	width: 225px;
	height: 73px;
	background: right 0;
	overflow: hidden;
	cursor: pointer;
	display: none;

}

#toggle_col1 { 
	left: 0;
	background-image: url(../img/toggle_col1.png);
}

#toggle_col2 {
	right: 0;
	background-image: url(../img/toggle_col2.png);
}

#toggle_col1.current,
#toggle_col2.current { 
	background-position: right -100%;
}

#menu,
#lang {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F5F5F5 url(../img/menu.png) repeat-x left top;
	z-index: 5;
}

#lang {
	z-index: 10;
	left: auto;
	right: 0;
	width: 65px;
	overflow: hidden;
}

#menu ul,
#menu li,
#lang ul,
#lang li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}

#menu span,
#lang span {
	float: left;
	display: inline;
	width: 10px;
	visibility: hidden;
	overflow: hidden;
}
#lang span { float: right; }

#menu ul li ul li {
	float: left;
}

#menu ul li ul li.menu215 {
	background: url(../img/menu215_li.gif) no-repeat left center;
	padding-left: 2px;
}

#menu ul li ul li a,
#lang ul li ul li a {
	float: left;
	display: inline;
	height: 50px;
	width: 45px;
	overflow: hidden;
	text-indent: -99999em;
	background-position: left 0;
}
#lang ul li ul li a { float: right; }

#menu ul li ul li.active a ,
#menu ul li ul li a:active, 
#menu ul li ul li a.current, 
#menu ul li ul li a:focus ,
#lang ul li ul li a:active, 
#lang ul li ul li.current a, 
#lang ul li ul li a:focus {
	background-position: 0 -100%;
}

#menu ul li ul li a:hover,
#lang ul li ul li a:hover {
	background-position: left -200%;
}

#menu ul li ul li ul,
#lang ul li ul li ul {
	display: none;
	position: absolute;
	bottom: 51px;
	left: 0;
	width: 100%;
	height: 26px;
	background: url(../img/menu_ul.png) repeat-x left top;
	background-color: ;
}

#menu ul li ul li.hover ul,
#menu ul li ul li.active ul {
	display: block;
}

#menu ul li ul li ul li a,
#menu ul li ul li.active ul li a {
	height: 25px;
	width: 75px;
	background-position: left 0;
}

#menu ul li ul li.active ul li.active a,
#menu ul li ul li.active ul li a:active, 
#menu ul li ul li.active ul li a.current, 
#menu ul li ul li.active ul li a:focus {
	background-position: 0 -100%;
}

#menu ul li ul li ul li a:hover,
#menu ul li ul li.active ul li a:hover {
	background-position: left -200%;
}

#menu ul ul ul .first-child a {
	margin-left: 10px;
}

#menu2 {
	height: 475px;
	width: 370px;
	float: left;
	overflow: auto;
	position: relative;
}

#menu2 li,
#menu2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#menu2 ul li span { display: none; }

#menu2 ul li ul {
	display: block;
	width: 185px;
}

#menu2 ul li ul li span { 
	display: block;
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 15px;
	color: #666666;
	height: 20px;
	overflow: hidden;
	text-indent: -99999em;
	margin-bottom: 2px;
}

#menu2 ul li ul li ul {}

#menu2 ul li ul li ul li {
	display: block;
	padding-left: 13px;
	line-height: 18px;
	background: url(../img/menu2_li.png) no-repeat -4px top;
}

#menu2 ul li ul li ul li a {
	color: #666666;
	text-decoration: none;
	line-height: 18px;
}

#menu2 ul li ul li ul li.active a,
#menu2 ul li ul li ul li a:active,
#menu2 ul li ul li ul li a.current {
	color: #000000;
}

#menu2 ul li ul li ul li a:hover,
#menu2 ul li ul li ul li a:focus {
	color: #1098C5;
}

#menu2 ul li ul li ul li ul {
	position: absolute;
	top: 22px;
	left: 185px;
}

#menu2 ul li ul li ul li.active ul li a {
	color: #666666;
	text-decoration: none;
	line-height: 18px;
}

#menu2 ul li ul li ul li.active ul li a:active,
#menu2 ul li ul li ul li.active ul li a.current {
	color: #000000;
}

#menu2 ul li ul li ul li.active ul li a:hover,
#menu2 ul li ul li ul li.active ul li a:focus {
	color: #1098C5;
}


#lang a.de { background-image: url(../img/lang_de.gif); }
#lang a.en { background-image: url(../img/lang_en.gif); }

#lang ul li ul li.na,
#lang ul li ul li.current {
	display: none;
}


#end {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* --- jquery.scrollpane.js --- */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: none !important;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../img/jScrollPaneTrack.png) left top;
}
.jScrollPaneDrag {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	background: url(../img/jScrollPaneDrag.png) left top;
}
.jScrollPaneDragTop,
.jScrollPaneDragBottom {
	position: absolute;
	top: -2px;
	left: 0;
	overflow: hidden;
	width: 10px;
	height: 10px;
	background: url(../img/jScrollPaneDragTop.png) left top;
}
.jScrollPaneDragBottom {
	top: auto;
	bottom: -3px;
	background-image: url(../img/jScrollPaneDragBottom.png);
}
a.jScrollArrowUp,
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 2px;
	background-image: url(../img/jScrollPaneArrowUp.png);
}

a.jScrollArrowDown {
	top: auto;
	bottom: 0;
	background-image: url(../img/jScrollPaneArrowDown.png);
}
/* --- jquery.scrollpane.js end --- */

.item {
	margin-bottom: 18px;
}

#col0 a {
	color: #000000;
	padding-left: 17px;
	background: url(../img/a.png) no-repeat left center;
	text-decoration: none;
}

#col0 a.image {
	padding: 0;
	background: none;
}

#col0 a:visited,
#col0 a:active { color: #000000; }

#col0 a:hover,
#col0 a:focus { 
	color: #1A88AC;
}
#col0 a.button,
a.button {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 11px 3px 17px;
	line-height: 23px;
	background: #61CCEF url(../img/a_button.png) no-repeat left center;
}

p {
	padding: 0;
	margin: 0 0 16px 0;
	color: #666666;
}

h2 {
	padding: 0;
	margin: 0;
	width: 480px;
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 15px;
	color: #666666;
	height: 20px;
	overflow: hidden;
	position: relative;
	text-indent: -99999em;
}

h2 span {
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

h3, h4 {
	padding: 0;
	margin: 0 0 8px 0;
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
}

h3.subtitle {
	color: #818283;
	font-style: italic;
}

th {
	font-weight: normal;
	text-align: left;
	color: #333333;
}

td {
	color: #818283;
}

ul {
	padding: 0;
	margin: 0 0 7px 0;
}

li {
	color: #818283;
	background: url(../img/li.png) no-repeat left top;
	padding-left: 16px;
	list-style: none;
}

/*
	-- FORMULARE --
*/
form {
	padding: 0;
	margin: 0;
}

form div.error {
	padding: 5px 5px 5px 26px;
	border: 1px solid #D02020;
	background: url(../img/icons/error.png) no-repeat 5px 5px;
}

form span.required {
	color: #61CCEF;
}

form fieldset {
	position: relative;
	/*padding: 0.5em;
	margin: 3em 0 2em 0;*/
	margin: 3em 0 0 0;
	padding: 1.5em 0 0 0;
	border: none;
	/* border-top: 1px solid #D3D3D3; */
}

form fieldset fieldset {
	margin-top: 5em;
}

form legend {
	padding: 0;
	margin: 0;
}

form img {
	border: none !important;
}

/* form legend span {
	position: absolute;
	display: block;
	padding: 0.125em;
	top: -2.5em;
	left: -1px;
	font-weight: bold;
	color: #534339;
} */

form legend span {
	position: absolute;
	display: block;
	padding: 0.125em;
	top: -2.5em;
	left: -1px;
	margin: 0 0 7px 0;
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
}

form .label {
	float: left;
	display: inline;
	width: 130px;
	margin-right: 10px;
	color: #818283;
}

form .input input {
	float: left;
}

form div {
	clear: both;
}

form .input input,
form textarea {
	width: 298px;
	border: 1px solid #534339;
	margin: 0 2px 2px 0;
	padding: 1px;
	background: #FFFFFF;
	color: #534339;
	font-size: 11px;
	font-family: Tahoma;
	border: 1px solid #FFFFFF;
}

form textarea {
	height: 8em;
}

form .input .s25 { width: 70px; }
form .input .s33 { width: 95px; }
form .input .s34 { width: 96px; }
form .input .s50 { width: 146px; }
form .input .s66 { width: 197px; }
form .input .s75 { width: 222px; }
form .input .s75 { width: 222px; }
form .input .full, 
form .textarea .full { width: 438px }

form .input input:focus,
form .textarea textarea:focus {
	border-color: #61CCEF;
	background: #FFFFFF;
}

form .checkbox input {
	margin-left: 140px;
}

form div span.error {
	clear: both;
	display: block;
	margin: 0 0 2px 140px;
	color: #D02020;
}

form .submit input {
	margin-left: 140px;
	background: #61CCEF url(../img/a_button.png) no-repeat left center;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	clear: both;
	padding: 1px 11px 1px 17px;
	white-space: nowrap;
	border: none;
	cursor: pointer;
}

form .captcha {
	margin: 0 0 18px 0;
}

form .captcha img {
	display: block;
	margin: 0 50px 0 0;
}


/*
	-- FORMULARE end --
*/

/*
	-- KOMMENTARE --
*/
.comment {
	position: relative;
	padding: 0.5em;
	margin: 3em 0 2em 0;
	border: none;
}

.comment .meta {
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #D3D3D3;
}

/*
	-- LAYOUTS --
*/

#ausstellungen #menu2,
.layout1 #menu2 {
	width: 185px;
}


.layout3 #col0,
#galeristen #col0 {
	width: 870px;
}

.layout0 #menu2,
.layout3 #menu2,
#galeristen #menu2 {
	display: none;
}

#ausstellungen #col0 .item {
	background: #ECEEEF;
	width: 480px;
}

#ausstellungen #col0 .csc-textpic-text {
	padding: 10px 13px;
}

#ausstellungen #col0 .csc-textpic-image {
	margin: 0;
	padding: 0;
}

#ausstellungen #col0 * {
	text-align: center;
}

#galeristen #col0 .item {
	background: #ECEEEF;
	margin: 0 10px 10px  0;
	padding: 10px 13px;
	float: left;
	display: inline;
	width: 247px;
	height: 120px;
}

#galeristen #col0 .item h3 {
	padding: 0;
	margin: 0 0 4px 0;
	width: 240px;
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	color: #666666;
	height: 14px;
	overflow: hidden;
	float: left;
	position: relative;
	text-indent: -99999em;
}

#galeristen #col0 .item h3 span {
	display: block;
	width: 100%;
	height: 14px;
	position: absolute;
	left: 0;
	top: 0;
}

#galeristen #col0 .item p,
#galeristen #col0 .item td,
#galeristen #col0 .item th {
	color: #666666;
	line-height: 12px;
}

#galeristen #col0 .item p {
	margin-bottom: 8px;
}

#galeristen #col0 .item th {
	color: #1098C5;
	font-weight: bold;
	width: 20px;
}

/* Fotogalerie */
.tx-chgallery-pi1 {}

.tx-chgallery-pi1 .info {
	position: relative;
	margin-top: -26px;
	margin-right: 15px;
	height: 65px;
}

.tx-chgallery-pi1 .info h4 {
	left: 100px;
	text-transform: uppercase;
}
.tx-chgallery-pi1 .info small {
	display: block;
	left: 275px;
}

.tx-chgallery-pi1 .info h4,
.tx-chgallery-pi1 .info small {
	position: absolute;
	top: 0;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	padding: 0;
	margin: 3px 0 0 0;
}

.tx-chgallery-pi1 .info span.desc {
	display: block;
	color: #666666;
	padding-top: 1em;
}


.tx-chgallery-pi1 .pagination {
	text-align: right;
	margin: 0 25px 5px 0;
}

.tx-chgallery-pi1 .pagination a {
	padding: 0 !important;
	margin: 0;
	background: none !important;
}

.tx-chgallery-pi1 .info .pagination {
	text-align: left;
}

.tx-chgallery-pi1 .info .pagination a {
	position: absolute;
	top: 20px;
	right: 0;
	display: block;
	padding: 0;
	margin: 0 5px 0 0;
	background: url(../img/gallery_overview.png) no-repeat left top !important;
	width: 135px;
	height: 40px;
	overflow: hidden;
	text-indent: -99999em;
}
 

#gallery {
	margin: 0;
	padding: 0;
	/* padding: 10px 0 0 10px; */
	width: 850px;
	overflow: hidden;
}

#gallery:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


#gallery li {
	padding: 0;
	position: relative;
	margin: 0 5px 5px 0;
	list-style: none;
	float: left;
	overflow: hidden;
	width: 79px;
	height: 79px;
	background: none;
}

#gallery.list li {
	width: 160px;
	height: 150px;
	margin: 0 10px 10px 0;
}

#gallery li a,
#gallery li img,
#gallery li span {
	padding: 0;
	margin: 0;
	border: none;
	display: block;
	text-decoration: none;
	background: none;
	height: auto;
}

#gallery li span.title { color: #000000; }
#gallery li span.size { color: #666666; }


/* highslide override */
.highslide-loading {
	width: 36px !important;
	height: 36px !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	text-indent: -99999em !important;
	background: url(../img/loading.gif) no-repeat left top !important;
}

.highslide-thumbstrip-horizontal img {
	height: 60px !important;
}

.highslide-marker {
	top: 67px !important;
}

/* section news */

.sectionnews2-item {
	margin-bottom: 2.5em;
}

.sectionnews2-item h3 {
	margin: 0.5em 0 0 0;
}

.sectionnews2-item p  {
	margin-bottom: 0.5em;
}


#home .sectionnews2-item {
	height: 125px;
}

#home .sectionnews2-item img {
	float: left;
	display: inline;
	margin-right: 10px;
}

.tx-veguestbook-pi1 .pagination {
	text-align: right;
}

.tx-veguestbook-pi1 .pagination a {
	text-decoration: none;
	padding: 0 !important;
	background: none !important;
}


.tx-veguestbook-pi1 .item {
	position: relative;
	padding: 0.5em 0.5em 0.01em 0.5em;
	margin: 3em 0 2em 0;
	border: none;
	background: #ECEEEF;
}

.tx-veguestbook-pi1 .item h4 {
	position: absolute;
	top: -1.75em;
}

#social{
	background: url(../img/facebook.png) no-repeat left top;
	width: 140px;
	height: 20px;
	position: absolute;
	right: 40px;
	top: 15px;
	display: block;
	z-index: 20;
}

#social a{
	float: left;
	display: inline;
	height: 20px;
	width: 20px;
	text-indent: -999em;
	margin-right: 6px;
}




#toggle_col1,
#toggle_col2 {
	width: 240px;
	bottom: 243px;
	z-index: 100;
	background-image: url(../img/toggle_col.png);
}

#toggle_col1 {
	background-position: left top;
}

#toggle_col1.on {
	background-position: left bottom;
}

#toggle_col2 {
	background-position: right top;
}

#toggle_col2.on {
	background-position: right bottom;
}

#home_bg {
	position: absolute;
	width: 100%;
	background: url(../img/home_bg.png) repeat-x left top transparent;
	height: 190px;
	left: -100%;
	bottom: 52px;
}

#mobile_logo{
	position: absolute;
	background: url(../img/mobile_logo.png) no-repeat left top transparent;
	right: 0;
	top: 0;
	width: 389px;
	height: 273px;
	
}

#home #end IMG.hide {
	display: none;
}

#home #end IMG {
	display: block;
}

#switch {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 110px;
	height: 24px;
	background: url(../img/switch_flash_1.png) no-repeat left top;
	z-index: 2000;
	cursor: pointer;
}

.flash #switch {
	background: url(../img/switch_html_1.png) no-repeat left top;
}

#top {
	display: block !important;
}

body#home #top{
	display: none !important;
}

body#werk #end {
	display: none !important;
}

body#werk.flash #end{
	display: block !important;
}

body#werk #top {
	display: block !important;
}

body#werk.flash #top{
	display: none !important;
}

.flash object {
	display: block !important;
}

#end img {
	display: none;
}
/*
.layout0 #top, .layout1 #top, .layout2 #top, body#galeristen #top, body#ausstellungen #top {
	display: block !important;
}*/
