/**
 * Allgemeine CSS-Formate für Wakagi Eichstätt
 * 
 * @author Reinhold Schmidt
 * @package Wakagi Eichstätt
 * Ursprüngliches Design: Matthias Bschleipfer
 */

/***** Allgemeine Elemente *****/
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 10px;
	font-family: Arial, Helvetica;
}
 
h1 {
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 0.5em;
}

a:link {
    font-weight:bold;
    color:white;
    text-decoration:none;
}

a:visited {
    font-weight:bold;
    color:white;
    text-decoration:none;
}

a:focus {
    font-weight:bold;
    color:gray;
    text-decoration:underline;
}

a:hover {
    font-weight:bold;
    color:gray;
    text-decoration:underline;
}

a:active {
    font-weight:bold;
    color:silver;
    text-decoration:underline;
}

ul {
    list-style-type:disc;
    list-style-position:outside;
}


/***** Seitenelemente *****/
#header {
	margin-bottom: 20px;
}

#content {
	vertical-align: top;
	background-color: #C0C0C0;
	margin-bottom: 20px;
	padding: 1em;
}

#footer {
	margin-top:20px;
	margin-right:20px;
}

#footer p {
	text-align: right;
	font-size: small;
}

.contentheader {
	margin-bottom: 10px;
}


/***** Das Navigationsmenü. *****/	
#menu {
	background-color: #808080;
	list-style-type: none;
	font-size: 1.2em;
	padding: 6px;
}

#menu li {
	padding: 6px;
	display: inline;
	color: white;
 }

#menu a:focus {
    font-weight: bold;
    color: silver;
    text-decoration: underline;
}

#menu a:hover {
    font-weight: bold;
    color: silver;
    text-decoration: underline;
}


/***** Einzelne Elemente *****/
#header p {
	font-size: 48px;
	font-weight: bold;
}

#header img {
	width: 110px;
	height: 111px;
	vertical-align: middle;
}

#header span {
	vertical-align: middle;
}

#content p {
	margin-bottom: 1em;
}

.minorHeading {
	text-decoration: underline;
}

.point {
	font-weight: bold;
}