/* Start of CMSMS style sheet 'kunst' */
/***************************************************************************/
/* General Tags                                                            */
/***************************************************************************/
* {
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Tahoma, 'Trebuchet MS', 'Lucida Sans';
	font-size: 12px;
}
body{
    text-align: center;
	margin: 0 auto;
}
/***************************************************************************/
/* Structure Tags                                                          */
/***************************************************************************/
#container {
	margin: 0 auto;
    width:550px;
text-align: left;
}
#header {
	background: url(uploads/images/kunst/grafik/header.jpg) no-repeat;
    padding: 70px 0	20px 80px;
    width:100%;
    font-size: 18px;
    font-weight: bold;
    font-variant: small-caps;
}
#content{
	padding: 10px 20px;
	margin: 20px 20px;
}
#footer {
	margin: 0 auto;
	position: relative;
	bottom: 0; /* wichtig */
    text-align: center;
    width:550px;
    height:40px;
    color: #CFCFCF;
	font-size:9px;
}
/***************************************************************************/
/* Content Tags / Entry                                                    */
/***************************************************************************/
#content {
	border-top:1px solid #000;
    color: #4F4F4F;
}
#contentpic {
	float: left;
    clear: left;
	margin: -11px 0 0 -20px;
    padding: 0 15px 15px 0;
}
#content p {
    margin: 15px 0 15px 0;
}
#content p img {
    margin: 5px;
}
#content p sup {
    font-size: 9px;
}
#content .special {
    clear: left;
	background: url(uploads/images/kunst/grafik/spentry.gif);
    margin: 50px 20px;
    padding: 30px 30px 30px 50px;
}
#content .special h1 {
	margin: 0 0 10px -20px;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
}
#content a {
    color: #9F9F9F;
    text-decoration: none;
}
#content a:hover {
    color: #4F4F4F;
    text-decoration: underline;
}
#back a {    
    font-size: 14px;
    font-weight: bold;
    font-variant: small-caps;
    color: #9F9F9F;
    text-decoration: none;
}
#back a:hover {
    color: #4F4F4F;
    text-decoration: underline;
}
/***************************************************************************/
/* Eingangsmenü                                                    */
/***************************************************************************/
#menuE {
	margin: 0 auto;
	width:294px;
	height:455px;
	position: relative;
	background:url("uploads/images/kunst/grafik/kunsteingang.jpg") no-repeat;
}
#menuE a{position:absolute;text-decoration:none;}
#menuE a:hover{position:absolute;text-decoration:none;}
#menuE a span{
	visibility: hidden;
}
#menuE a#button1{
	top: 5px;
	left: 5px;
    width: 288px;
    height: 350px;
	border:0px solid #FF0060;
}
#menuE a#button2{
	bottom:0px;
	right:0px;
    width: 144px;
    height: 88px;
	border:0px solid #44ab91;
}
/***************************************************************************/
/* Menüauswahl                                                    */
/***************************************************************************/
#menuM {
	margin: 0 auto;
	position:relative;
    list-style: none;
	width:430px;
	height:310px;
	background:url("uploads/images/kunst/grafik/menu.jpg") no-repeat;
}

#menuM a {position:absolute;text-decoration:none;}
#menuM a:hover {position:absolute;text-decoration:none;}
#menuM a span {visibility: hidden; text-indent: -9999;}
/*#menuM a:hover span {visibility: visible; text-indent: 0; color: #FFF;}*/
#menuM a {border:0px solid #C0FF00; width: 100px; height: 70px;}

#menuM a#button01 {top: 0px;left: 0px;}
#menuM a#button02 {top: 0px;left: 110px;}
#menuM a#button03 {top: 0px;left: 220px;}
#menuM a#button04 {top: 0px;left: 330px;}
#menuM a#button11 {top: 80px;left: 0px;}
#menuM a#button12 {top: 80px;left: 110px;}
#menuM a#button13 {top: 80px;left: 220px;}
#menuM a#button14 {top: 80px;left: 330px;}
#menuM a#button21 {top: 160px;left: 0px;}
#menuM a#button22 {top: 160px;left: 110px;}
#menuM a#button23 {top: 160px; left: 220px;}
#menuM a#button24 {top: 160px;left: 330px;}
#menuM a#button31 {top: 240px;left: 0px;}
#menuM a#button32 {top: 240px;left: 110px;}
#menuM a#button33 {top: 240px;left: 220px;}
#menuM a#button34 {top: 240px;left: 330px;}
/***************************************************************************/
/* ThumbViewer                                                   */
/**************************************************************************/
a.thumbnail {
position: relative;
z-index: 0;
}

a.thumbnail:hover {
background-color: transparent;
z-index: 50;
}

a.thumbnail span { /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

a.thumbnail span img { /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

a.thumbnail:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}

/* End of 'kunst' */


