﻿/*
Theme Name: Martini-Tier Silver
Version: 1.11
Author: Websteven Webdesign
*/

body {
	background: #F3F3F3;
	height: 100%;
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin:  0px;
	padding: 0;
}

table {
	border-collapse: collapse;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
	background: #E1E1E1;
}

.hyperlink {
	color: #800000;
}

a:link {
	color: #800000;
	font-weight: bold;
}

a:visited {
	color: #800000;
	font-weight: bold;
}

h4 {
	font-size: 12pt;
	text-align: center;
	text-decoration: underline;
}

h5 {
	font-size: 10pt;
	text-align: center;
}

h6 {
	font-size: 8pt;
	text-align: center;
}

#head {
	height: 205px;
	background: url('img/header.jpg');
}

#footer {
	height: 100px;
	background: url('img/footer.gif');
}

#main {
	height: 100%;
	width: 800px;
}

#menu a {
	color: #800000;
	font-weight: normal;
	text-decoration: none;
}

#menu a:visited {
   color: #600000;
   font-weight: normal;
   text-decoration: none;
}

#news {
	font-size: 10pt;
	text-align: left;
}

.quote {
	font-size: 8pt;
	text-align: center;
	color: #333333;
}

.philo {
	font-size: 8pt;
	color: #666666;
}

ul.menu, ul.menu ul {
    list-style-type: none;
    margin-right: auto;
	margin-left: 45px;
	padding: 5px;
}

ul.menu a {
    display: block;
    padding: 2px 10px 2px 10px;
    font-weight:normal;
}

ul.menu ul a {
    padding: 0 10px;
}

ul.menu li {
    padding:0;
    margin:0;
    background-image: none;
    background-color: #C9C9C9;
    float:left;
    border:1px solid #E1E1E1;
}

ul.menu ul {
    margin-left:0;
    padding: 0 0 0 0;
    position: absolute;
    background-color: #c1c1c1;
    border:1px solid #E1E1E1;
    display:none;
    min-width:150px;
}

ul.menu li a:hover { 
background: #878787; 
}

/* IE-Hack für die Breite */
*html ul.menu ul {
    width:150px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
}

ul.menu ul li {
    float:none;
    background-color: transparent;
}