@font-face { font-family: 'Source Sans Pro';
             src: url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype'); }
             
@font-face { font-family: 'Black tea';
             src: url('../fonts/Black tea.ttf') format('truetype'); }

a:link { color: #032d57; font-size: 12pt; font-family: 'Source Sans Pro', Arial; font-weight: normal; text-decoration: none; }
a:visited { color: #032d57; font-size: 12pt; font-weight: normal; text-decoration: none; }
a:hover { color: #032d57; font-size: 12pt; font-weight: normal; text-decoration: none; }
a:active { color: #032d57; font-size: 12pt; font-weight: normal; text-decoration: none; }
h1 { color: #032d57; font-size: 24pt; font-family: 'Black tea', Arial; padding:0 0 12px 0; margin:0px; }
h2 { color: #032d57; font-size: 22pt; font-family: 'Black tea', Arial; padding:0px 0px 8px 0px; margin:0px; }
h3 { color: #032d57; font-size: 16pt; font-family: 'Black tea', Arial; padding:0px; margin:0px;}
p { color: #000; font-size: 12pt; font-family: 'Source Sans Pro', Arial; padding:0px; margin:0px;}
div { color: #000; font-size: 12pt; font-family: 'Source Sans Pro', Arial; padding:0px; margin:0px;}
body { width:100%; height:100%; padding:0; margin:0; background-image: url(../gfx/background.jpg); background-size: cover;}

a#menu {color:rgb(70,61,132); padding:14px; font-size: 26pt; letter-spacing: 0px; 
	font-family: 'Black tea', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;}
a#menu:link {}
a#menu:visited {  }
a#menu:hover { color: rgb(218,138,44); }
a#menu:active {  }

a#footer {color:rgb(70,61,132); padding:2px;font-size: 18pt; letter-spacing: 0px;
	font-family: 'Black tea', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;}
a#footer:link { }
a#footer:visited {  }
a#footer:hover { color: rgb(218,138,44); }
a#footer:active {  }

.div_logo_pos {position:absolute; top:0px; left:0px;}
.img_logo {height:64px;}
.div_navigation { position:absolute; left:0px; top:64px; width:100%; background-color:rgb(242,237,230); padding:0px; opacity:0.9; visibility: visible; display: block;}
