/* Global styles */
body	{
	color: black;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
	font-weight: Bold;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color:#5B0C9C;
	vertical-align: center;
	}

.pagetitel	{
	background-color:FCF5FD;
	}

.pagelogo	{
	color: #7810CD;
	font-size: 32px;
	background-color:#FCF5FD;
	}

.mainmenufont	{
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial;
	font-weight: Bold;
	font-style: normal;
	}

.mainmenu	{
        height:71px;
	background-color:#FCF5FD;
	}

.menuline	{
	border-bottom: 1px solid #5B0C9C;
	}

.submenu	{
	color: white;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial;
	font-weight: Bold;
	font-style: normal;
	background-color:#5B0C9C;
	}

.contentimage1	{
        height:390px;
	background-color:#5B0C9C;
        background-repeat:no-repeat;
	background-image:url(/images/painting1.jpg);
	}

.contentimage2	{
        height:390px;
	background-color:#5B0C9C;
        background-repeat:no-repeat;
	background-image:url(/images/painting2.jpg);
	}

.contentimage3	{
        height:390px;
	background-color:#5B0C9C;
        background-repeat:no-repeat;
	background-image:url(/images/painting3.jpg);
	}

.content	{
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
        text-align: left;
	background-color:FCF5FD;
        height:371px;
	}

.content_txt	{
	width: 530px;
	height: 371px;
	overflow-y: scroll;
	scrollbar-arrow-color: #5B0C9C;
	scrollbar-face-color: #FDF5FE;
	scrollbar-3dlight-color: #CC99FF;
	scrollbar-darkshadow-color:#5B0C9C;
	}

.content_margin	{
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
}

.content_table	{
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
        text-align: left;
	background-color:FCF5FD;
}

.bottom	{
        height:92px;
	background-color:#FFCCFF;
	}

.footer	{
	color: white;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;

        padding-right: 15px;
        height:25px;
	text-align: right;
	vertical-align: bottom;
	background-color:#5B0C9C;
	}

.footer a:link, 
.footer a:hover,
.footer a:visited {
	color: white;
	text-decoration: none;
	}

a:link, a:visited, a:hover, a:active	{
	color: #5B0C9C;
	text-decoration: none;
	}

.mainmenu a:link, .mainmenu a:visited, .mainmenu a:hover, .mainmenu a:active	{
	color: black;
	text-decoration: none;
	}

.submenu a:link, .submenu a:visited, .submenu a:hover, .submenu a:active	{
	color: white;
	text-decoration: none;
	}

.banner			{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #600DA4;
	font-size: 10px;
	font-weight: normal;
}

.banner a:link, .banner a:visited {
	font-size: 10px;
	color: #600DA4;
	text-decoration: none;
	font-weight: bold;
}

.banner a:hover		{
	font-size: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.button			{
	border:white 1px solid;
        height:25px;
	color:white;
	background-color:#5B0C9C;
	font-weight:bold; font-size:90%;
}

/* Admin styles */
input.meta	{
        font: normal 9px Verdana, Arial, Sans-serif;
        color: black;
        width: 470px;
	}