/* Generelles */
body {
    background-color: #e0e4e7;
    font: 12px Verdana;
}
p {
	margin-top: 0px;
}
img {
    border: none;
}
a {
    text-decoration: none;
	color: #6e0000;
}
a:hover {
	text-decoration: underline;
}
table td {
	vertical-align: top;    
	font: 12px Verdana;
}

/* Header */
#header {
    border: 1px solid silver;
	background: #f7f7f7 url(../images/kfg_head2.jpg) no-repeat top right;
}
#header_deco1 {
    position: absolute;
    top: 0px;
    right: 0px;
}
#header_deco_img {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* Module */
.module, .submodule, .newsmodule {
    border: 1px solid silver;
}

.module .module_header {
    background-color: #6e0000;
    color: white;
    padding: 0.2em 0.2em 0.2em 0.2em;
}
.module , .module .module_content {
    background-color: #f7f7f7;
}


.submodule .module_header {
    background-color: #44448e;
    color: white;
    padding: 0.2em 0.2em 0.2em 0.2em;
}
.submodule, .submodule .module_content, .newsmodule .module_content {
    background-color: #DDDDFF;
}
.module_subheader {
    font-size: smaller;
    background-color: #8888CF;
    text-align: right;
}

/* Sprachauswahl */
#lang div.module_content {
    text-align: center;
}

/* Suche */
#search div.module_content {
    text-align: center;
}

/* Lat. Witze */
#module_jokes a {
    color: yellow;
    text-decoration: underline;
}
.translation_link:hover {
   cursor: help;
}

/* Termine */
#module_schedule a {
    color: yellow;
    text-decoration: underline;
}
#module_schedule .module_content a {
	color: #6e0000;
}
table#pastDates td, table#futureDates td {
   vertical-align: top;
   border-top: 1px solid black;
   margin: 0px;
}

/* Bilderseite */
#mainImage:hover {
   cursor: pointer;
}

/* Lat. Witze */
.latinWord {
	cursor: help;
	text-decoration: underline;
}

/* Suche */
.searchResult {
	font-weight: bold;}
