* {
		font-family: sans-serif, Arial, Verdana, helvetica, lucida;
        font-size: 14px;
        color: #444444;
        text-decoration: none;
        border-color: #cccccc;
}

img {
	border:0;
	}

body {		
	background-color: #ffffff;
	}
	
input {
   	background-color: #ffffff;
    border: 1px solid;
	}
input.checkbox {
	width: 15px;
	margin-right: 5px;
	border: 0;
	
	}	
	
textarea {
	background-color: #ffffff;
    border: 1px solid;
    padding: 5px;
	}	
	
.button {
	background-color: #ffffff;
	padding: 1px;
	margin-left: 5px;
	float: none;
	border: 1px solid;

}

a {
	text-decoration: underline;
	}

a.none {
	text-decoration: none;
	}
a.nonewhite {
	text-decoration: none;
	color: #ffffff;
	}

a:hover {
text-decoration: underline;
}

a.headertab {
	text-decoration: none;
	color: #ffffff;
	display: block;
	}

a.mainblock {
	text-decoration: none;
	height: 100%;
	display: block;
	}

a.main {
	text-decoration: none;
	color: #ffffff;
	font-size: 1em;
	}

a.museum:hover {
	text-decoration: none;
	color: #990019;
	}

a.user:hover {
	text-decoration: none;
	color: #3489cf;
	}

a.self:hover {
	text-decoration: none;
	color: #cc9900;
	}
	
a.offer:hover {
	text-decoration: none;
	color: #999900;
	}
	
a.artist:hover {
	text-decoration: none;
	color: #336633;
	}

a.monument:hover {
	text-decoration: none;
	color: #004400;
	}
	
a.collector:hover {
	text-decoration: none;
	color: #000066;
	}

a.linkbuttonmuseum {
	background-color: #990019;
	color:#ffffff;
	border:0;
	padding: 2px;
	margin-top: 5px;
	text-decoration: none;
	}

/* ------------------------------------- */
/* Form Script */
form {
  margin:0;
  padding:.5em;
}

label, input, select { /* Alle Labels UND Formularelemente auswaehlen */
  display: block;
  margin-bottom: 3px;
  margin-top: 3px;
  float: left;
  width: 100px; /* Breite.*/
  padding-left: 2px;
  }

form br { /* Alle Zeilenumbrueche in Formularen auswaehlen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input.submit { /* den Submit-Button */
  float: none;
  width: auto;
  background-color: #000000;
  border: 1px solid;
  border-color: #cccccc; 
}

input.submitmuseum { /* den Submit-Button */
  float: none;
  width: auto;
  border:0;
  padding: 1px;
  background-color: #990019;
  color:#ffffff;
  
}

input.submitcollector { /* den Submit-Button */
  float: none;
  width: auto;
  border:0;
  padding: 1px;
  background-color: #000066;
  color:#ffffff;
  
}
input#auto {
	width: auto;
	margin-bottom: 3px;
	margin-top: 3px;
}

input#usercheckbox {
	margin-bottom: 3px;
	margin-top: 3px;
}
select.auto {
	background-color: #ffffff;
  	border: 1px solid;
  	width: auto;
	}
input#uploadfile {
	background-color: #000000;
  	border: 1px solid;
  	width: auto;
  	padding: 2px;
  	color: #000000;
	}

label {
 text-align: right; 
 padding-right: 1em; 
}
/* Forms */

form br { /* Alle Zeilenumbrueche in Formularen auswaehlen */
  clear: left; /* das floating der labels und inputs aufheben */
}

form p { 
  margin-top: 4px;
}

form#works input {
	width:70%;
	}
form#works textarea {
	width:69%;
	border-color: #000000;
	}
	
form#works .buttonmonument {
	float: none;
	width: auto;
	border:0;
	padding: 1px;
	margin-top: 2px;
	background-color: #660066;
	color:#ffffff;
	}
form#works .buttonmuseum {
	float: none;
	width: auto;
	border:0;
	padding: 4px;
	margin-top: 2px;
	background-color: #990019;
	color:#ffffff;
	font-weight: bold;
	font-size: 0.9em;
	}
	
form#works .buttonartist {
	float: none;
	width: auto;
	border:0;
	padding: 4px;
	margin-top: 2px;
	background-color: #336633;
	color:#ffffff;
	font-weight: bold;
	font-size: 0.9em;
	}
form#works .buttonuser {
	float: none;
	width: auto;
	border:0;
	padding: 4px;
	margin-top: 2px;
	background-color: #3489cf;
	color:#ffffff;
	font-weight: bold;
	font-size: 0.9em;
	}
form#works a.cancelbuttonmuseum {
	margin-left: 20px;
	background-color: #990019;
	color:#ffffff;
	border:0;
	padding: 6px;
	margin-top: 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	}
form#works a.cancelbuttonuser {
	margin-left: 20px;
	background-color: #3489cf;
	color:#ffffff;
	border:0;
	padding: 6px;
	margin-top: 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	}

form#works .buttoncollector {
	float: none;
	width: auto;
	border:0;
	padding: 1px;
	margin-top: 2px;
	background-color: #000066;
	color:#ffffff;
	}
form#works input#checkbox {
	width: auto;
	display:block;
	margin-top:3px;
	padding: 0px;
	border: 0;
	float: left;
	}
form#works input#usercheckbox {
	width: 15px;
	padding: 0px;
	border: 0;
	float: left;
	}

form#works input#textshort {
	width: 20%;
	margin-right: 10px;
}

form#works input#date {
	width:auto;
	margin-right: 10px;
}
form#works input#boxtextfield {
	width: 95%;
	float: none;
}

form#works select.maxselect {
	width: 70%;
	
}
	
form#works label.small {
	width: auto;
	}
form#works label {
	width: 150px;
}
form#works textarea.red {
	border: solid 2px #990019;
	}
/* ------------------------------------- */
/* span Definitionen */

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

span.headwhite {
	color: #ffffff;
	font-size: 2em;
	text-decoration: none;
	}
span.headsmallwhite {
	color: #ffffff;
	font-size: 1.5em;
	}
span.headself {
	color: #cc9900;
	font-size: 1.5em;
	text-indent: 10px;
	margin-right: 10px;
	}
span.headbigself {
	color: #cc9900;
	font-size: 2em;
	text-indent: 10px;
	margin-right: 10px;
	}
span.headmonument {
	color: #660066;
	font-size: 1.5em;
	text-indent: 10px;
	margin-right: 10px;
	}
span.headbigmonument {
	color: #660066;
	font-size: 2em;
	text-indent: 10px;
	margin-right: 10px;
	}
span.headcollector {
	color: #000066;
	font-size: 1.5em;
	text-indent: 10px;
	margin-right: 10px;
	}
span.headbigcollector {
	color: #000066;
	font-size: 2em;
	text-indent: 10px;
	margin-right: 10px;
	}
span.headmuseum {
	color: #990019;
	font-size: 1.5em;
	text-indent: 10px;
	margin-right: 10px;
	}
span.headuser {
	color: #3489cf;
	font-size: 1.5em;
	text-indent: 10px;
	margin-right: 10px;
	}
span.headbigmuseum {
	color: #990019;
	font-size: 2em;
	text-indent: 10px;
	margin-right: 10px;
	}
span.headbiguser {
	color: #3489cf;
	font-size: 2em;
	text-indent: 10px;
	margin-right: 10px;
	}
span.headoffer {
	color: #999900;
	font-size: 1.5em;
	text-indent: 10px;
	margin-right: 10px;
	}
span.headbigoffer {
	color: #999900;
	font-size: 2em;
	text-indent: 10px;
	margin-right: 10px;
	}
span.headartist {
	color: #336633;
	font-size: 1.5em;
	
	margin-right: 10px;
	}
span.headbigartist {
	color: #336633;
	font-size: 2em;
	margin-right: 10px;
	}
span.museum {
	color: #990019;
	}
span.user {
	color: #3489cf;
	}
span.footwhite {
	color: #ffffff;
	font-size: 0.9em;
	}
span.bigwhite {
	color: #ffffff;
	font-size: 1.6em;
	}
span.realbigwhite {
	color: #ffffff;
	font-size: 2em;
	}
span.small {
	font-size: 0.7em;
	line-height: 1em;
	}
span.middle {
	font-size: 0.8em;
	}
span.linkbuttonmuseum {
	margin-left: 20px;
	background-color: #990019;
	color:#ffffff;
	border:0;
	padding: 6px;
	margin-top: 3px;
	text-decoration: none;
	}
span.linkbuttonuser {
	margin-left: 20px;
	background-color: #3489cf;
	color:#ffffff;
	border:0;
	padding: 6px;
	margin-top: 3px;
	text-decoration: none;
	}
span.linkbuttonmuseumleftzero {
	background-color: #990019;
	color:#ffffff;
	border:0;
	padding: 6px;
	margin-top: 3px;
	text-decoration: none;
	margin-right: 30px;
	}
span.redtitle {
	color:#990019;
	} 
span.linkbuttonartist {
	
	background-color: #336633;
	color:#ffffff;
	border:0;
	padding: 6px;
	text-decoration: none;
	display: block;
	}

.linkbuttonartist a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	}
.linkbuttonmuseum a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	}
.linkbuttonuser a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	}

.linkbuttonmuseumleftzero a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	}
/* ------------------------------------- */
/* DIV Definitionen */

/* ------------------------------------- */
/* Kopf */

div.headleft {
	padding: 10px;
	padding-left: 15px;
	}

div.headerstart {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	background-color: #bbbbbb;
}
div.headerself {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	background-color: #cc9900;

}
div.headermonument {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	background-color: #660066;

}
div.headercollector {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	background-color: #000066;

	}
div.headeruser {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	background-color: #3489cf;

	}
div.headermuseum {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	background-color: #990019;

}
div.headeroffer {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	background-color: #999900;
}
div.headerartist {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	background-color: #336633;
	
}

/* Footer */

div.footerstart {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	padding: 6px 0px 6px 0px;
	background-color: #bbbbbb;
	text-align: center;
}
div.footeruser {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	padding: 6px 0px 6px 0px;
	background-color: #3489cf;
	text-align: center;
}
div.footerself {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	padding: 6px 0px 6px 0px;
	background-color: #cc9900;
	text-align: center;
}
div.footermonument {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	padding: 6px 0px 6px 0px;
	background-color: #660066;
	text-align: center;
}
div.footercollector {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	padding: 6px 0px 6px 0px;
	background-color: #000066;
	text-align: center;
}
div.footermuseum {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	padding: 6px 0px 6px 0px;
	background-color: #990019;
	text-align: center;
}
div.footeroffer {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	padding: 6px 0px 6px 0px;
	background-color: #999900;
	text-align: center;
}
div.footerartist {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	padding: 6px 0px 6px 0px;
	background-color: #336633;
	text-align: center;
}

/*
Museum divs
*/

div.exhibitionteaser {
	padding-left: 5px;
	margin-bottom: 5px;
	
	}
div.lastexhibitionteaser {
	padding-left: 5px;
	margin-bottom: 5px;
	padding-right: 320px;
	
	}


div.museumhinticons {
	float:right;
	width: 100px;
	text-align: right;
	}

div.newspicture {
	float: right;
	width: 410px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	

#map {
	width: 800px; 
	height: 600px; 
	border: 2px solid #990019;
	text-align: left;
	margin-top: 4px;
}

div.main {
	width: 100%;
	color: #000000;
	margin:0;
	padding:0;
	border:0;
	}
div.mainright {
	width: 19%;
	margin:0px;
	padding:0px;
	float: right;
	border: 0px;
	
	}
div.mainleft {
	float:left;
	width: 80%;
	border: 0px;
	margin:0px;
	padding:0px;
	}
div.indent {
	width: 95%;
	padding: 2px 0px 2px 0px;
	margin-left: 10px;
	border:0px;
	}

div.iconpic {
	width: auto;
	margin-bottom: 4px;
	margin-right: 4px;
	float: left;
	
	}
div.apic {
	width: auto;
	margin-bottom: 8px;
	margin-left: 8px;
	float: right;
	}
div.apictitle {
	float: left;
	font-size: 0.9em;
	color: #990019;
	width: 300px;
	}
div.google {
	width: 300px;
	}
div.googlepic {
	align:left;
	height: 55px;
	padding: 2px;
	float:left;
	}
div.googleright {
	padding: 2px;
	width: 300px;
	margin-right: 5px;
	float: right;
	}
/* andere Divs */


#window { /* Text in Pop-Up-Balloons */
   font-size:12px;
}

div.cancelbutton {
	margin-top: 5px;
	}

div.left30 {
	width : 32%;
	float: left;
	padding-left: 10px;
}
div.left70 {
	width : 70%;
	float: left;
}

div.left20 {
	width : 20%;
	float: left;
	padding-left: 10px;
}

div.leftnews45 {
	width : 45%;
	float: left;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/* border-left: 2px solid #990019; */
	padding-left: 5px;
}

div.left105px {
	width : 125px;
	float: left;
	text-align: center;
}
div.left150px {
	width : 150px;
	float: left;
}
div.left10 {
	width : 10%;
	float: left;
	padding-left: 10px;
}

div.left125pxmargin {
	width: 90%;
	margin-left: 125px;	
	}


div.left15px {
	float: left;
	padding-left: 15px;
}

div.left10px {
	float: left;
	padding-left: 10px;
}

div.right20 {
	width : 20%;
	float:right;
	padding-right:10px;
	margin-top: 0.2em;
	text-align: right;
}

div.plainright {
	width : auto;
	height: 2em;
	float:right;
	
}

div.plainleft {
	width : auto;
	height: 2em;
	float:left;
	
}


div.right60 {
	width : 60%;
	float:right;
	padding-right:10px;
	margin-top: 0.2em;
	text-align: right;
}

div.errors {
	background-color: #dddddd;
	padding-left: 3px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	}
div.collectoricon {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 150px;
	
	}
div.bigpicturemuseum {
	width: 100%;
	margin-top: 10px;
	}
div.bigpicturemuseum img {
	max-width: 100%;
	height: auto;
	border: 2px solid #990019;
	}

div.pager {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	}
div.point {
	float: left;
	width: 17px;
	margin-right: 3px;
	}
/* */
/* rechte Boxen */
/* */


div.boxcollector {
	width: 100%;
	margin:0px;
	padding:0px;
	float: right;
	border: 1px solid #000066;
	margin-bottom: 3px;
}
div.boxartist {
	width: 100%;
	margin:0px;
	padding:0px;
	float: right;
	border: 1px solid #336633;
	margin-bottom: 3px;
}
div.boxmuseum {
	width: 100%;
	margin:0px;
	padding:0px;
	float: right;
	border: 1px solid #990019;
	margin-bottom: 3px;
	}
div.boxmonument {
	width: 100%;
	margin:0px;
	padding:0px;
	float: right;
	border: 1px solid #660066;
	margin-bottom: 3px;
	}

div.boxoffer {
	width: 100%;
	margin:0px;
	padding:0px;
	float: right;
	border: 1px solid #999900;
	margin-bottom: 3px;
	}
	
div.boxself {
	width: 100%;
	margin:0px;
	padding:0px;
	float: right;
	border: 1px solid #cc9900;
	margin-bottom: 3px;
	}
div.boxsublineartist {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #336633;
	font-size: 1.0em;
	font-weight: bold;
	}
div.boxsublinemuseum {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #990019;
	font-size: 1.0em;
	font-weight: bold;
	}
div.boxsublineself {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #cc9900;
	font-size: 1.0em;
	font-weight: bold;
	}
div.boxsublinemonument {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #660066;
	font-size: 1.0em;
	font-weight: bold;
	}
div.boxsublinecollector {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000066;
	font-size: 1.0em;
	font-weight: bold;
	}
div.boxsublineoffer {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999900;
	font-size: 1.0em;
	font-weight: bold;
	}
div.boxsublineuser {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #3489cf;
	font-size: 1.0em;
	font-weight: bold;
	}

div.boxuser {
	width: 100%;
	margin:0px;
	padding:0px;
	float: right;
	border: 1px solid #3489cf;
	margin-bottom: 3px;
	}
	
div.boxtitleartist {
 	padding: 8px;
   	background-color: #336633;
   	color: #ffffff;
   	font-size: 0.9em;
   	margin: 0px;
   	font-weight: bold;
}
div.boxtitlemonument {
 	padding: 8px;
   	background-color: #660066;
   	color: #ffffff;
   	font-size: 0.9em;
   	margin: 0px;
   	font-weight: bold;
}
div.boxtitlecollector {
 	padding: 8px;
   	color: #ffffff;
   	font-size: 0.9em;
   	background-color: #000066;
   	margin: 0px;
   	font-weight: bold;
}
div.boxtitlemuseum {
 	background-color: #990019;
   	padding: 8px;
   	color: #ffffff;
   	font-weight: bold;
   	font-size: 0.9em;
   	
}
div.boxtitleoffer {
 	padding: 8px;
   	background-color: #999900;
   	color: #ffffff;
   	font-size: 0.9em;
   	font-weight: bold;
}
div.boxtitleuser {
 	padding: 8px;
   	background-color: #3489cf;
   	color: #ffffff;
   	font-size: 0.9em;
   	font-weight: bold;
}
div.boxtitleself {
 	padding: 8px;
   	background-color: #cc9900;
   	color: #ffffff;
   	font-size: 0.9em;
   	font-weight: bold;
}

div.boxcontent {
		/* border: 1px solid #cccccc; */
		border-top: 0;
		margin-top: 0;
    	padding: 5px;
    	margin-bottom: 3px;
    	font-size: 0.8em;
}

.boxfullpic img {
	width: 100%;
	}

.boxcontent a {
	font-size: 1em;
	}
.boxcontent p {
	margin:0;
	padding:0;
	font-size: 0.9em;
	}
.boxcontent input {
	width: 75%;
	margin: 0px;
	padding:0px;
	margin-bottom: 3px;
	font-size: 0.8em;
	}
.boxcontent input.radio {
	border: 0px;
	width: auto;
	display: inherit;
	}
.boxcontent ul {
	margin:0px;
	padding-left:5px;
	list-style-type: none;
	}
.boxcontent ul a {
	font-size: 0.8em;
	}
.boxcontent ul li {
	margin-bottom: 3px;
	}

.boxcontent .submitmuseum {
	background-color: #990019;
	color: #ffffff;
	width: 20%;
	margin-top: 0px;
	border:0px;
	margin-left: 2px;
	}
.boxcontent .submitoffer {
	background-color: #999900;
	color: #ffffff;
	width: 20%;
	margin-top: 0px;
	border:0px;
	margin-left: 2px;
	}
.boxcontent .submituser {
	background-color: #3489cf;
	color: #ffffff;
	width: 20%;
	margin-top: 0px;
	border:0px;
	margin-left: 2px;
	}
.boxcontent .submitself {
	background-color: #cc9900;
	color: #ffffff;
	width: 20%;
	margin-top: 0px;
	border:0px;
	margin-left: 2px;
	}
.boxcontent .submitmonument {
	background-color: #660066;
	color: #ffffff;
	width: 20%;
	margin-top: 0px;
	border:0px;
	margin-left: 2px;
	}
.boxcontent .submitcollector {
	background-color: #000066;
	color: #ffffff;
	width: 20%;
	margin-top: 0px;
	border:0px;
	margin-left: 2px;
	}

.boxcontent .submitartist {
	background-color: #336633;
	color: #ffffff;
	width: 20%;
	margin-top: 0px;
	border:0px;
	margin-left: 2px;
	}

div.adrectangle {
	float: right;
	width: 302px;
	height: 250px;
	margin-top: 10px;
	margin-left: 10px;
	}

div.skyscraper {
	width:100%;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.addbanner {
	width: 98%;	
	text-align: center;
	margin-bottom: 3px;
	height: 80px;
	padding-top: 30px;
}

div.userhead {
	width: 98%;	
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	color: #ffffff;
	float: left;
	margin-bottom: 10px;
	}

div.userpreview {
	border: 1px solid #3489cf;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	}

.userhead .nav {
	background-color: #3489cf;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	width: 20%;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
	float: left;
	}
.userhead .navselect {
	background-color: #3489cf;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	width: 20%;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	font-weight: bold;
	}
.userhead a {
	display: block;
	text-decoration: none;
	}
div.googlemapnavi {
	width: 804px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: right;
	}
div.allright {
	width:100%;
	text-align: right;
	float: right;
	}
div.allrightmuseum {
	width:100%;
	text-align: right;
	float: right;
	}
div.allrightmuseum img {
	border: 1px solid #990019;
	}
div.all50 {
	width: 49%;
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
	}
div.all50right {
	width: 49%;
	float:right;
	margin:0px;
	padding:0px;
	border:0px;
	}
.all50 a {
	font-size: 1em;
	}
div.all50picture {
	width: 50%;
	float:right;
	margin:0px;
	padding:0px;
	border:0px;
	margin-bottom: 10px;
	text-align: right;
	}
div.bannerposition {
	width: 310px;
	height: 490px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	text-align: right;
	}

div.all50picture img {
	max-height: 350px;
	max-width: 300px;
	}
div.all20picture {
	width: 20%;
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
	margin-bottom: 10px;
	text-align: center;
	}
div.empfpicture {
	width: 450px;
	float:right;
	margin:0px;
	padding:0px;
	border:0px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	}
div.artistindexpic {
	width: 150px;
	float:left;
	margin:0px;
	padding:5px;
	border:0px;
	}

div.artistworkpic {
	width: 100%;
	float:left;
	margin:0px;
	padding:5px;
	border:0px;
}


div.clear {
clear: both;
}

/* Bilder */

.percent90 {
max-width: 95%;	
}

/* tooltip */

a.tooltip {
	text-decoration:none;
	}
.tooltip span.infomuseum {
	display:none;
	}
.tooltip span.infouser {
	display:none;
	}
.tooltip:hover span.infomuseum {
	display:block;
	position:absolute; 
	width:300px; 
	height:auto;
	margin: 10px;
	padding: 5px;
	border: 5px solid #990019;
	background-color: #ffffff;
	}
.tooltip:hover span.infouser {
	display:block;
	position:absolute; 
	width:300px; 
	height:auto;
	margin: 10px;
	padding: 5px;
	border: 5px solid #3489cf;
	background-color: #ffffff;
	}

.tooltip span.infocollector {
	display:none;
	}
.tooltip:hover span.infocollector {
	display:block;
	position:absolute; 
	width:auto; 
	height:auto;
	padding: 5px;
	border: 5px solid #000066;
	background-color: #ffffff;
	}

/* tabellen */

table.mainsite {
	width: 100%;
	border:0;
	
}
table.mainsite td.museum {
	background-color: #990019;
	height: 120px;
	padding: 10px;
}
table.mainsite td.self {
	background-color: #cc9900;
	height: 120px;
	padding: 10px;
}
table.mainsite td.monument {
	background-color: #660066;
	height: 120px;
	padding: 10px;
}
table.mainsite td.artist {
	background-color: #336633;
	height: 120px;
	padding: 10px;
}
table.mainsite td.collector {
	background-color: #000066;
	height: 120px;
	padding: 10px;
}
table.mainsite td.offer {
	background-color: #999900;
	height: 120px;
	padding: 10px;
}

table.advertising {
	width: 100%;
	border: 1px solid #cc9900;
	table-layout: auto;
	border-spacing: 0px;
	}
table.advertising th {
	background-color: #cc9900;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	}
table.advertising .lastcell {
	border-right: 0px;
	}
table.advertising .lastrow {
	border-bottom: 0px;
	}
table.advertising .lastrowcell {
	border-right: 0px;
	border-bottom: 0px;
	}
table.advertising td {
	border-bottom: 1px solid #cc9900;
	border-right: 1px solid #cc9900;
	padding: 3px;
	}
/* Head Navigation */
.navi {
	width: 100%;
	overflow: hidden;
	clear:both; 
	float:left;
}

#navigation {
	position: relative;
	left: 50%;
	list-style-type: none;
	}

#navigation li {
	 float:left;
     position:relative; 
     right:50%;
     width: 16%;
     border-top: 1px solid #ffffff;
     border-right: 1px solid #ffffff;
     
     
}
#navigation a {
     color: #ffffff;
     text-decoration: none;
     display:block;
     margin: 8px;
     font-weight: bold;
     text-align: center;
 }

#navigation .none {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	
}
#navigation .empty {
	margin: 8px;
	display:block;
	}
#navigation li.collector {
	background-color: #000066;
	
	}
#navigation a.linkselect {
	color: #cccccc;
	
	}
#navigation li.museum {
	background-color: #990019;
	border-left: 1px solid #ffffff;
	}

#navigation li.artist {
	background-color: #336633;
	}
#navigation li.self {
	background-color: #cc9900;
	}
#navigation li.offer {
	background-color: #999900;
	}
#navigation li.monument {
	background-color: #660066;
	}
#navigation li.last {
     border-right: 1px solid #ffffff;
     border-top: 1px solid #ffffff;
 }
 
/* Listen */
ul.advertising {
	list-style-type: circle;
}
ol.advertising {
	list-style-type: circle;
}
