

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.kunstgemeinde.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}


/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #B8CB00;}
.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}
.primColorStrong {background-color: #ffffff;}
.primColorMedium {background-color: #fcb901;}
.primColorLight {background-color: #DCE0EA;}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  blueprint customization layer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

hr {
 color: #cccccc !important;
}

#error {
 -moz-border-radius:0 4px 4px 0;
 -moz-box-shadow:0 0 6px #DDDDDD;
 background-color:#FFFE36;
 border:1px solid #E1E16D;
 color:#000000;
 font-size:12px;
 padding:4px 10px;
}

body#web {
 background-color:#ebf6e2;
 margin:0px auto;
 font-family: Tahoma, Verdana, Arial;
 font-size:75%;
 color: #5f5f5f;
 line-height: 1.5em;
}
div#topLine {
 background:url(http://www.kunstgemeinde.de/common/hintergr.gif) #719759;
 height: 120px;
 width: 100%;
 margin:0px;
}

div#page {
 background:url(http://www.kunstgemeinde.de/common/center.gif) #fcfbfa;
 width:904px;
 margin:0 auto;
 margin-top: -120px;
 background-color: #ffffff;
}
#Header {
 background:url(http://www.kunstgemeinde.de/common/logo.gif) no-repeat #719759;
 height:81px;
 text-align:right;
 padding-right: 10px;
 font-size:9px;
}
#Header a {
 text-decoration:none;
 font-size: 12px;
 font-weight:bold;
 vertical-align: text-bottom;
}

#topNav {
 background:url(http://www.kunstgemeinde.de/common/topbutton.gif) no-repeat #719759;
 position:relative;
 padding-top: 50px;
 height: 50px;
 width: 200px;
 margin: 0px;
}

.button {
 -moz-border-radius:4px 4px 4px 4px;
 background-color:#FFFFFF;
 border:1px solid #CCCCCC;
 padding:2px;
}

.right {
 float: right;
}

.buttonTip {
 text-align: right;
}

.pageSelection {
 float:left;
 width:530px;
 text-align:center;
}

.pw_left {
 margin-bottom: 20px;
 float: left;
 width: 265px;
}
.pw_right {
 margin-bottom: 20px;
 float: right;
 width: 265px;
}
.pw_header {
 background:url(http://www.kunstgemeinde.de/common/pinnwand_top.png) #fff;
 padding: 10px;
 font-weight:bold;
}
.pw_body {
 background:url(http://www.kunstgemeinde.de/common/pinnwand_middle.png) #fff;
 padding: 10px;
}
.pw_footer {
 background:url(http://www.kunstgemeinde.de/common/pinnwand_bottom.png) #fff;
 font-size: 85%;
 padding: 10px;
}

#galerie table {
 width:100%; 
}
#galerie table td {
 padding-right:10px;
 vertical-align: top;
}

.bildrahmen {
-moz-border-radius:4px 4px 4px 4px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
padding:2px;
margin-right: 5px;
}



/* styling for the image wrapper  */
#image_wrap {
	/* dimensions */
	width:530px;
	margin:0px 0 0px 0px;
	padding:15px 0;

	/* centered */
	text-align:center;

	/* some "skinning" */
/*	background-color:#efefef;
	border:2px solid #fff;
	outline:1px solid #ddd;
	-moz-ouline-radius:4px;
*/
}



.searchresult {
 margin-bottom: 30px;
}
#Search {
 text-align:right;
 margin:0px;
 padding:7px;
 vertical-align:middle;
}
#Search input#raw {
 background:#ebf6e2 none repeat scroll 0%;
 border:1px solid #557640;
 color:#557640;
 height:14px;
 margin:0px 10px;
 padding:0px;
 width:116px;
}
#Search input#btnSearch {
 margin:0px;
 margin-top: 5px;
 margin-bottom:0px!important;
 margin-bottom:-3px;
 padding:0px;
 height:12px;
}
div.colborder {border-right:1px solid #ddd;}

#Logo {
 width:294px;
 height:56px;
 padding:8px;
 background:#fff;
 text-align:left;
 float:left;
}
#Logo a {
 text-decoration:none;
}
#Banner {
 text-align:right;
 float:left;
}

#Micronavigation {
 margin-left:0px;
 font-size:80%;
}

div#contentWrapper2 {
 width:460px!important;
 width:450px; /* IE6 */
}

body#web div#contentWrapper2 div#content {
 margin:0px;
 padding:0px 0px 0px 10px;
 width:450px; /* IE6 */
}

html>/**/body#web div#contentWrapper2 div#content {
 padding:0px 0px 0px 20px; /* only FF */ 
 width:430px!important;
 }


#pageregionLeft {
 width:160px;
 float:left;
}

#pageregionCenter {
 width:532px;
 padding:8px;
 float: left;
 color: #5f5f5f;
}

#pageregionRight {
 width:160px;
 padding:4px;
 float:left;
}

#pageregionBottom {
 background:url(http://www.kunstgemeinde.de/common/bottom.gif) #fcfbfa;
 height: 80px;
 text-align:right;
 margin:0px;
 padding:0px;
 text-align:center;
 vertical-align:middle;
 horizontal-align: bottom;
 color:#bfbebd;
 clear:both;
}
#pageregionBottom a {
 color:#bfbebd;
 font-weight:bold;
}
#pageregionBottom a:hover {
 color:#a3a3a2;
 font-weight:bold;
}

h1 {
 color:#557640 !important; 
 font-size:130%;
 font-weight:bold;
 margin-top:2em;
 line-height:1.3em;
}
h2 {
 color:#557640; 
 font-size:110%;
 font-weight:bold;
 margin-top:2em;
 line-height:1.3em;
 border-bottom: 1px dashed #fcb901;
 width: 100%;
}
h3 {
 color:#3f8cd9 !important; 
 font-size:120%;
 font-weight:bold;
 margin-top:2em;
 line-height:1.3em;
}

p.emphasis {
 background-color:#eee;
 padding:4px 6px;
 font-size: 10px;
 border: 1px solid #eee;
}

p.description {
 line-height: 16px;
 font-weight:bold;
 color:#5f5f5f;
 margin-top:0.5em;
}

p.creator {
	font-size:9px;
	margin:5px 0px;
	font-style: italic;
}


a:link, a:visited
{
font-weight: normal;
color:#557640;
text-decoration:none;
}
a:hover
{
font-weight: normal;
color:#E7B664;
text-decoration:none;
}

ul 
{
line-height: 15px;
list-style-image:  url(http://www.kunstgemeinde.de/common/bullet.gif);
text-align:left;
margin-bottom: 10px;
}


#anmeldebutton {
float: left;
width: 280px;
}


#social {
 text-align: center; 
 height: 80px; 
 margin-top: 10px;
}
#social img {
 border: 0px;
 cursor:pointer;
 opacity:0.3;
}
#social a:hover img {
 opacity:1;
}

.modal 
{
		background-color:#fff;
		display:none;
		width:350px;
		padding:15px;
		text-align:left;
		border:2px solid #333;
	
		opacity:0.8;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
}
	
.modal h2 
{
		background:url(/img/global/info.png) 0 50% no-repeat;
		margin:0px;
		padding:10px 0 10px 0px;
		font-size:20px;
}




.btn {
background-color:transparent;
background-image:url("http://www.kunstgemeinde.de/common/btns.png");
background-repeat:no-repeat;
border:0 none !important;
cursor:pointer;
height:16px;
margin:1px 0;
padding:0;
width:16px;
}
.edit    {background-position:  -96px   -8px;}
.add     {background-position:  -187px  -128px;}
.delete  {background-position:  -157px  -8px;}

.match0  {border:0 !important; margin:0; padding:0 25px 0 0; background-image: url(http://www.kunstgemeinde.de/common/blts.png); background-repeat: no-repeat;}
.match1  {border:0 !important; margin:0; padding:0 25px 0 0; background-image: url(http://www.kunstgemeinde.de/common/blts.png); background-repeat: no-repeat;}
.blt0    {background-position: right -8px;}
.blt1    {background-position: right -68px;}
.blt2    {background-position: right -128px;}
.blt3    {background-position: right -188px;}


.bilder_links {
 width:100%; 
 text-align: center;
 margin-left: 3px;
}
.bilder table {
 width:100%; 
 border-collapse:separate;
 border-spacing:10px;
 text-align: center;
 -moz-border-radius:4px 4px 4px 4px;
 background-color:#FFFFFF;
 border:1px solid #CCCCCC;
}
.bilder table tbody tr td {
 padding:2px;
 margin-right: 5px;
 width: 125px;
 vertical-align: top;
}
.seiten table {
 width:100%; 
 border-collapse:separate;
 border-spacing:10px;
}
.seiten table tbody tr td {
 -moz-border-radius:4px 4px 4px 4px;
 background-color:#FFFFFF;
 border:1px solid #CCCCCC;
 padding:2px;
 margin-right: 5px;
 width: 130px;
 padding:5px;
 vertical-align: top;
 text-align: center;
}

/***************/
/*ListBox Table*/
/***************/
.ListBox table {
border:0 none;
font-size:11px;
line-height:14px;
margin:0;
padding:0;
width:100%;
}
.ListBox thead tr th {
background:url("http://www.kunstgemeinde.de/common/bg_box_top.png") repeat-x scroll center top transparent;
color:#333333;
font-weight:normal;
height:22px;
margin:0;
padding:3px;
text-align:left;
text-decoration:none;
vertical-align:top;
white-space:nowrap;
}
.ListBox thead tr th.hover {
background:url("http://www.kunstgemeinde.de/common/bg_box_top.png") repeat-x scroll 0 -50px transparent;
}
.ListBox thead th.sort, .ListBox thead th.filter {
cursor:pointer;
}
.ListBox thead th.sort span {
background-image:url("http://www.kunstgemeinde.de/common/sort.gif");
background-position:right -3px;
background-repeat:no-repeat;
padding-right:14px;
}
.ListBox thead th.asc span {
background-image:url("http://www.kunstgemeinde.de/common/sort.gif");
background-position:right -23px;
background-repeat:no-repeat;
padding-right:14px;
}
.ListBox thead th.desc span {
background-image:url("http://www.kunstgemeinde.de/common/sort.gif");
background-position:right -43px;
background-repeat:no-repeat;
padding-right:14px;
}
.ListBox thead th span {
white-space:nowrap;
}
.ListBox thead th span img {
border:0 none;
vertical-align:middle;
}
.ListBox thead th.center {
text-align:center;
}
.ListBox thead th.left {
text-align:left;
}
.ListBox thead th.right {
text-align:right;
}
.ListBox tbody tr.odd {
background:none repeat scroll 0 0 #EBF6E2;
cursor:pointer;
}
.ListBox tbody tr.odd.hover {
background:none repeat scroll 0 0 #D9EF95;
}
.ListBox tbody tr.even {
background:none repeat scroll 0 0 #C1D9B2;
cursor:pointer;
}
.ListBox tbody tr.even.hover {
background:none repeat scroll 0 0 #D9EF95;
}
.ListBox tbody tr.even.selected, .ListBox tbody tr.odd.selected {
background:none repeat scroll 0 0 #B8B5CF;
cursor:pointer;
}
.ListBox tbody tr.odd.trans {
background:none repeat scroll 0 0 #EEEEEE;
cursor:pointer;
}
.ListBox tbody tr.even.trans {
background:none repeat scroll 0 0 #DDDDDD;
cursor:pointer;
}
.ListBox tbody tr.odd.trans.hover {
background:none repeat scroll 0 0 #D9EF95;
}
.ListBox tbody tr.even.trans.hover {
background:none repeat scroll 0 0 #D9EF95;
}
.ListBox tbody tr.trans td {
color:#666666;
}
.ListBox tbody tr td {
height:22px;
margin:0;
padding:3px;
vertical-align:top;
white-space:nowrap;
}



/*End AH*/

abbr {border-bottom:0px !important;}

/*-----------------*/
/*--  ZMSTeaser  --*/
/*-----------------*/

div#teaser {
 padding:0px !important;
 margin-top:130px;
 width:100%;
 color: #ffffff;
/* width:auto!important;
 width:190px;
 overflow:visible!important;
 overflow:hidden;
*/
}
div.ZMSTeaserContainer {
 margin:0px;
 margin-bottom:2em;

}
div.ZMSTeaserElement {
 padding-bottom:1px;
}
div.ZMSTeaserElement div.title { 
 font-weight:bold; 
}
div.ZMSTeaserElement div.title, 
div.ZMSTeaserElement div.text {
 font-size:11px;
 padding: 0.2em 0.5em !important;
}

/*----------------*/
/*--  ZMSTable  --*/
/*----------------*/
table th, table.ZMSTable th {
background-color:#d1e5f8; 
}

/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/

/*--  Menu ---------------------------*/

div#Menu {
	float: left;
	clear: both;
        width: 100%;
        height:38px;
	margin:0px;
	padding:0px;
	background-color: #97b783;
	white-space:nowrap;
        border-bottom: 1px solid #888987;
 }
div#Menu ul {
	margin:0px;
	padding:0px;
	font-size:small;
	white-space: nowrap;
}
div#Menu ul li {
	display: inline;
	padding:0px;
	margin:0px;
}
div#Menu ul li a {
	float: left;
	font-family: verdana,tahoma, arial,helvetica,sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color: #557640;
	text-decoration: none;
	padding: 10px;
	font-size: 12px;
        border-left: 1px solid #888987;
        height:18px;
}
div#Menu ul li a:hover,
div#Menu ul li a.current,
div#Menu ul li a.active {
	background-color:#C1D9B2;
        height:18px;
}


/*--  Macronavigation ----------------*/

#Macronavigation {
 width: 100%;
 padding:0px;
 margin-top:60px;
 }
#Macronavigation ul { 
 width: 180px;
 margin:0px; 
 padding:0px;
 list-style-type: none; 
 overflow: hidden;
 font-weight: bold;
}
#Macronavigation li { 
 list-style-type: none; 
 float:left; 
 width: 100%; 
 margin:0; 
 padding: 0;
 line-height:2em; 
}

#Macronavigation li.restricted a span { 
background:url(http://www.kunstgemeinde.de/common/restricted.gif) no-repeat right 10px
}


#Macronavigation a,
#Macronavigation strong {
 display:block;
 width: 95%;
 /*padding: 3px 0px 3px 5%;*/
 text-decoration: none;
}

/* Menu Title */
#Macronavigation li#title {
 width: 95%;
 padding: 3px 0px 3px 5%;
}

#Macronavigation li span {
 display:block;
 width: 95%;
 height: 35px;
 text-align: center;
 padding: 0px 0px 0px 0px; 
 cursor:pointer;
}

/* Level 1 */
#Macronavigation li a { 
 width: 100%; 
 padding-left: 0%;
 color: #4a0a05;
}

#Macronavigation li.current {
 /*background-image:url(http://www.kunstgemeinde.de/common/menuBGActive.gif);*/
}
#Macronavigation li a.active,
#Macronavigation li a.current {
 color: #f58b01; 
 text-decoration:none;
}

#Macronavigation li a:hover,
#Macronavigation li a:active { 
 color: #f58b01; 
 /*background-image:url(http://www.kunstgemeinde.de/common/menuBGActive.gif);*/
}

/* Level 2 */
#Macronavigation li ul li a,
#Macronavigation li ul li#active,
#Macronavigation li ul li strong,
#Macronavigation li ul li span { 
 /* width: 87%;*/ 
 height: 35px;
 padding: 0px 0px 0px 5%; 
 border:0; 
 font-weight:bold;
}
#Macronavigation li ul li a { }
#Macronavigation li ul li a:focus,
#Macronavigation li ul li a:hover,
#Macronavigation li ul li a:active { }

/* Level 3 */
#Macronavigation li ul li ul li a,
#Macronavigation li ul li ul li#active,
#Macronavigation li ul li ul li strong,
#Macronavigation li ul li ul li span { 
 /* width: 87%;*/ 
 padding: 1px 0em 1px 13%; 
 font-weight:normal;
}

#Macronavigation li ul li ul li a { 
 line-height:1.6em; 

}
#Macronavigation li ul li ul li a:focus,
#Macronavigation li ul li ul li a:hover,
#Macronavigation li ul li ul li a:active { }

/* Level 4 */
#Macronavigation li ul li ul li ul li a,
#Macronavigation li ul li ul li ul li#active,
#Macronavigation menu li ul li ul li ul li strong,
#Macronavigation li ul li ul li ul li span { 
 /* width: 82%;*/ 
 padding: 1px 0em 1px 18%; 
 font-weight:normal;
}

#Macronavigation li ul li ul li ul li a { 
 line-height:1.6em; 
}
#Macronavigation li ul li ul li ul li a:focus,
#Macronavigation li ul li ul li ul li a:hover,
#Macronavigation li ul li ul li ul li a:active { }  


/* ---- INDEX ----- */

#Standardindex ul li  {
margin-bottom:0.75em;
}


/* ---- BROAD PAGE ----- */
div#bodyWrapper.broad {
 background:url(http://www.kunstgemeinde.de/common/BGbroad.gif) #fff;
}
#pageregionRight.broad {
display:none;
}
div#contentWrapper2.broad {
 width:660px!important;
 width:650px; /* IE6 */
}
body#web div#contentWrapper2 div#content.broad {
 margin:0px;
 padding:0px 0px 0px 10px;
 width:650px !important;
}

/*---- BO UCT calendar css -----*/
table#calTabs,
table#calContentTabs,
table#calContent {
margin:0em;
width:620px !important;
}

form#calTabSearch {
width:620px;
}

html>/**/body#web form#calTabSearch {
width:610px;
}


table#calContentTabs table#calContentBatch span.date {
width:370px
}

table#calTabs {
margin-top:1.5em;
}
table#calContent td#calContentNext {
	background-color:#dee;
}
table#calGrid {
	margin:0em 0em 1em 0em;
}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  print customization layer
 * +-  more: print.css
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

body.print { 
	background-color:#fff; 
	text-align:left;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  sitemap customization layer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div#div_content {
padding-bottom:3em;
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  Keyword Block
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.keyword-block {
  border-top: 1px dotted #f58b01;
  border-bottom: 1px dotted #f58b01;
}
.kb0 {font-size: 10px;}
.kb1 {font-size: 11px;}
.kb2 {font-size: 12px;}
.kb3 {font-size: 13px;}
.kb4 {font-size: 14px;}
.kb5 {font-size: 15px;}
.kb6 {font-size: 16px;}
.kb7 {font-size: 17px;}
.kb8 {font-size: 18px;}
.kb9 {font-size: 19px;}


.tooltip { 
    display:none; 
    background:transparent url(http://www.kunstgemeinde.de/common/yellow_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#000;     
}
.tooltip.bottom { 
    display:none; 
    background:transparent url(http://www.kunstgemeinde.de/common/yellow_arrow_bottom.png); 
    font-size:12px; 
    height:50px; 
    width:160px; 
    padding:25px; 
    padding-top: 40px;
    color:#000;     
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  Thumbnails
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
/* the thumbnails */
#triggers {
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  overlay basic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(http://www.kunstgemeinde.de/common/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(http://www.kunstgemeinde.de/common/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}



/* black version of the overlay. simply uses a different background image */
div.apple_overlay.black {
	background-image:url(http://www.kunstgemeinde.de/common/transparent.png);		
	color:#fff;
}

div.apple_overlay h2 {
	margin:10px 0 -9px 0;
	font-weight:bold;
	font-size:14px;
}

div.black h2 {
	color:#fff;
        border: 0px;
}
	
#alteMeister {
	margin-top:10px;
	text-align:left;
}
	
#alteMeister img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:2px 5px;
	cursor:pointer;
	text-align:left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.details {
  text-align:left;
}

/* -- SOCIAL BOOKMARKS -----------------------------*/
/* --- Social Bookmarks --- */
.social {
  position:relative;
  float:left;
  width:100%;
  margin:50px 0 0 0;
  padding:0 0 8px 0;
  background:#fff url('http://www.kunstgemeinde.de/common/left_sprite.gif') -266px bottom no-repeat;
  clear:both;
  border: 1px solid #CCCCCC;
  border-collapse: separate;
  border-radius: 4px 4px 4px 4px;
  border-spacing: 10px;
}
.sbTitle {
  width:227px;
  height:18px;
  padding:11px 5px 6px 14px;
  background:transparent url('http://www.kunstgemeinde.de/common/left_sprite.gif') -798px 0 no-repeat;
  color:#557640;
  font-weight:bold;
}
.sbLike {
  position:relative;
  float:left;
  width:250px;
  padding:10px 8px 4px 8px;
  background:#fff url('http://www.kunstgemeinde.de/common/left_HG.gif') top left repeat-y;
}
.sbBkmk {
  position:relative;
  float:left;
  width:250px;
  padding:4px 8px;
  background:#fff url('http://www.kunstgemeinde.de/common/left_HG.gif') top left repeat-y;
}
.sbBkmk ul {
  position:relative;
  float:left;
  margin:0;
  padding:0;
  list-style:none;
}
.sbBkmk li {
  position:relative;
  float:left;
  width:16px;
  height:16px;
  margin:6px 4px;
  border:1px solid #eee;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding:2px;
  background-color:#fff;
  list-style:none;
}
.sbBkmk li a, .sbBkmk li a:link, .sbBkmk li a:visited {
  position:relative;
  float:left;
  width:16px;
  height:16px;
  background-image:url('http://www.kunstgemeinde.de/common/social_sprite.gif');
  background-repeat:no-repeat;
}

.sbBkmk li a.twitter, .sbBkmk li a.twitter:link, .sbBkmk li a.twitter:visited {background-position:-32px -96px;}
.sbBkmk li a.facebook, .sbBkmk li a.facebook:link, .sbBkmk li a.facebook:visited {background-position:-96px 0px;}
.sbBkmk li a.myspace, .sbBkmk li a.myspace:link, .sbBkmk li a.myspace:visited {background-position:0px -64px;}
.sbBkmk li a.delicious, .sbBkmk li a.delicious:link, .sbBkmk li a.delicious:visited {background-position:0px 0px;}
.sbBkmk li a.digg, .sbBkmk li a.digg:link, .sbBkmk li a.digg:visited {background-position:-32px 0px;}
.sbBkmk li a.folkd, .sbBkmk li a.folkd:link, .sbBkmk li a.folkd:visited {background-position:-128px 0px;}
.sbBkmk li a.google, .sbBkmk li a.google:link, .sbBkmk li a.google:visited {background-position:0px -32px;}
.sbBkmk li a.kledy, .sbBkmk li a.kledy:link, .sbBkmk li a.kledy:visited {background-position:-32px -32px;}
.sbBkmk li a.linkarena, .sbBkmk li a.linkarena:link, .sbBkmk li a.linkarena:visited {background-position:-96px -32px;}
.sbBkmk li a.wong, .sbBkmk li a.wong:link, .sbBkmk li a.wong:visited {background-position:-128px -32px;}
.sbBkmk li a.newsvine, .sbBkmk li a.newsvine:link, .sbBkmk li a.newsvine:visited {background-position:-32px -64px;}
.sbBkmk li a.oneview, .sbBkmk li a.oneview:link, .sbBkmk li a.oneview:visited {background-position:-64px -64px;}
.sbBkmk li a.reddit, .sbBkmk li a.reddit:link, .sbBkmk li a.reddit:visited {background-position:-96px -64px;}
.sbBkmk li a.stumbleupon, .sbBkmk li a.stumbleupon:link, .sbBkmk li a.stumbleupon:visited {background-position:0px -96px;}
.sbBkmk li a.microsoft, .sbBkmk li a.microsoft:link, .sbBkmk li a.microsoft:visited {background-position:-64px -96px;}
.sbBkmk li a.yahoo, .sbBkmk li a.yahoo:link, .sbBkmk li a.yahoo:visited {background-position:-96px -96px;}
.sbBkmk li a.yigg, .sbBkmk li a.yigg:link, .sbBkmk li a.yigg:visited {background-position:-128px -96px;}
.sbBkmk li a.email, .sbBkmk li a.email:link, .sbBkmk li a.email:visited {background-position:-64px 0px;}

.sbBkmk li a span, .sbBkmk li a:link span, .sbBkmk li a:visited span {
  display:none;
}
.sbBkmk li a:hover span, .sbBkmk li a:active span {
  text-decoration:none;
}



