﻿body
{
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    text-align: inherit;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}


/* 1 HEADER */
h1
{
    position: fixed;
    left: 328px;
    top: 15px;
    text-transform: uppercase;
    font-size: 18px;
}

h2
{
    position: absolute;
    left: 639px;
    top: 28px;
    font-size: medium;
    color: #339999;
    font-weight: bold;
}
h3
{
    font-family: Verdana;
    font-size: x-large;
    font-weight: bolder;
    color: #006699;
    position: relative;
    top: -57px;
    left: 472px;
    width: 890px;
}

/* TITEL */

.titel1 {
	font-size: 14pt }
.titel2 {
	font-size: 13pt }
	
/* HYPERLINKS */

a:link {
	color: #CC0033;
	text-decoration: underline }
a:visited {
	color: #990033;
	text-decoration: underline }
a:hover {
	color: #FF6666;
	text-decoration: underline }
a:active {
	color: #FF6666;
	text-decoration: underline }
	
/* CONTENT */	

.style2 {
    color: #FFFFFF;
	font-size: 9pt }		

/*      --  MASTER PAGE  -- */
/* HEAD */
.HeadLeftColumn
{
    width: 135px;
    height: 106px;
    background-repeat: repeat;
    background-color: #CC0033;
}
.HeadmiddleColumn
{    
    background-color:#CC0033;
    background-repeat: repeat;
}
.HeadRightColumn
{
    background-color:#CC0033;
    background-repeat: repeat;
    width: 165px;
}

/* MIDDLE */
.MiddleLeftColumn
{
    background-color: #EBEBEB;
    background-repeat: repeat;
    color: #FFFFFF;
	font-size: 9pt; 
}
.MiddleCenterColumn
{
    vertical-align: top;    
}
.MiddleRightColumn
{
    background-color: #EBEBEB;
    background-repeat: repeat;
    width: 165px;
    }
/* FOOTER */
.FooterLeftColumn
{
    background-image: url( Images/background_Footer.jpeg);
    background-repeat: repeat;    
    }
.FooterMiddleColumn
{
    background-image: url( Images/background_Footer.jpeg);
    background-repeat: repeat;    
    }
.FooterRightColumn
{
    background-image: url( Images/background_Footer.jpeg);
    background-repeat: repeat;
    }
/*      --  MENU LEFT  -- */	
#MenuLibri ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
    width: 134px;
    font-size: 11px;
}
#MenuLibri ul li
{
    padding-top: 4px;
}
#MenuLibri ul li a
{
    background: transparent url(Images/menu_yellow.gif) left center no-repeat;
    font: normal 11px Verdana;
    text-decoration: none;
    color: #666666;
    background-position: 100% 7px;
    padding-right: 15px;
    padding-top: 4px;
}
#MenuLibri ul li a:hover
{
    background: transparent url(Images/menu_red.gif) left center no-repeat;
    color: black;
    background-position: 100% 7px;
    padding-right: 15px;
    padding-top: 4px;
}
#MenuLibri ul li a:active
{
}
#MenuLibri ul li a:link
{
}
#MenuLibri ul li a:visited
{
}
#MenuLibri #active
{
    background: transparent url(Images/menu_red.gif) left center no-repeat;
    color: black;
    background-position: 100% 7px;
    padding-right: 15px;
    padding-top: 4px;
}
#Copyright
{
    border-style: none;
    border-width: inherit;
    background: transparent;
}
