@charset "ISO-8859-1";

	body { 
		background-color:#000; 
		color: #fff; 
		font-size: 12pt; 
		font-family: Arial, sans-serif; 
		line-height: 130% ; 
	}

	p { 
		background-color:#000; 
		color: #fff; 
		font-size: 10pt; 
		line-height: 130% 
	}
	
	table {
		border: 0px; 
		border-spacing: 0px;
}
	 
	
	td { 
		background-color:#000; 
		color: #fff; 
		font-size: 10pt; 
		line-height: 130% 
	}
	
	a:link { 
		background-color:#000; 
		color: #3cf; 
		font-size: 10pt; 
		line-height: 110%; 
		text-decoration: none
	}
	
	a:visited { 
		background-color:#000; 
		color: #3cf; 
		font-size: 10pt; 
		line-height: 110%; 
		text-decoration: none
	}
	
	a:hover { 
		background-color:#000; 
		color: #f39; 
		font-size: 10pt; 
		line-height: 110%;
	}
	
	a:active { 
		background-color:#000; 
		color: #3cf; 
		font-size: 10pt; 
		line-height: 110%; 
		text-decoration: none
	}
	
	.blocksatz { 
		text-align: justify
	}
	
	h1 { 
		background-color:#000; 
		color: #fff; 
		font-size: 16pt; 
		line-height: 160%; 
		text-decoration: none; 
		border-bottom:solid thin #fff;
	}
	
	h2 { 
		font-size: 14pt; 
		font-weight: bold; 
		line-height: 140%; 
		font-stretch: expanded
	}
	
	h3 { 
		background-color:#000; 
		color: #f39; 
		font-size: 14pt; 
		font-weight: bolder; 
		line-height: 120%; 
		font-stretch: semi-expanded; 
		text-decoration: none
	}
	
	h4 { 
		background-color:#000; 
		color: #ccc; 
		font-size: 14pt; 
		font-weight: bolder; 
		line-height: 120%; 
		font-stretch: semi-expanded; 
		text-decoration: none 
	}
	
	h5 { 
		background-color:#000; 
		color:#ffc; 
		font-size: 10pt; 
		font-weight: bold; 
		line-height: 0pt;
	}
	
	h6 { 
		background-color:#000; 
		color:#fff; 
		font-size: 10pt; 
		font-weight: normal; 
		line-height: 0pt;
	}
    
	ul#navigation {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    ul#navigation li {
        margin: 5px;
		padding: 5px;
        width: 80%;
		display: block;
        border: 0px solid #353535;
        background-color:#353535;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-weight: bold;
    }

    ul#navigation li a:link {
		display: block;
        background-color:#353535;
		color: #3cf;
    }

    ul#navigation li a:visited {
		display: block;
        background-color:#353535;
		color: #3cf;
    }
    ul#navigation li a:hover {
		display: block;
        background-color:#353535;
		color: #f39;
    }
	
	ul#navigation li a:active {
		display: block;
        background-color:#353535;
		color: #3cf;
    }
	
	#vorschaucontainer {
	
	}
	
	#vorschaucontainer a img { 
		border-color: #3cf; 
		border-width: 1px; 
		display:inline;
	}

	#vorschaucontainer a:hover img { 
		border-top-color: #f39; 
		border-right-color: #f39; 
		border-bottom-color: #f39; 
		border-left-color: #f39; 
		border-bottom-width: 1px;
		border-top-width: 1px;
	}

	#vorschaucontainer ul { 
		display:inline; 
	}
	
	#vorschaucontainer ul li { 
		display:inline;
	}
	
	#vorschaucontainer ul li img { 
		border-style: solid;
	}
	
	#gemaeldecontainer {
		margin:20px;
		padding-top:15px;
		text-align:center;
		background-color:#000; 
		color:blue;
	}

	#gemaeldecontainer #gross {
		border-style:outset;
		border-width:1px;
	}

	#gemaeldecontainer a img {
		display:inline;
	}

	#gemaeldecontainer p {
		margin:5px 0 0px 0;
	}

	#titel_1 { 
		background-color:#000; 
		color: white; 
		font-size: 16pt; 
		font-weight: bold; 
		line-height: 20pt; 
	}
	
	#titel_2 { 
		background-color:#000; 
		color: white; 
		font-size: 12pt; 
		line-height: 16pt;
	}
		
	.ausstellung { 
		background-color:#000; 
		color:#fc6; 
		font-size: 10pt; 
		font-weight: bold;
	}
	
	.ausstellungsort { 
		background-color:#000; 
		color:#fff; 
		font-size: 10pt; 
		font-weight: normal;
	}