/*
// +----------------------------------------------------------------------+
// | Project:  KONTUREN.de                                                |
// | URL:      http://www.konturen.de                                     |
// | File:    /NEU_css/termine.css                                        |
// +----------------------------------------------------------------------+
// | Termine-Style-Sheet der Seite                                        |
// +----------------------------------------------------------------------+
// | Copyright (c) Alfred Schmidt                                         |
// | Authors:  Alfred Schmidt a.schmidt@deutscher-orden.de                |
// | Date:     27.04.2006                                                 |
// +----------------------------------------------------------------------+
*/
.termineWas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	font-weight: bold;
	border: 1px none #CC6600;
	line-height: normal;
	padding-top: 30pt;
}
.monat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	padding: 2px;
	width: auto;
	border: 1px solid #000000;
	text-transform: uppercase;
	margin: 0px;
}
.ausland {
	color: #008000;
	font-weight: bold;
}

.ausland1 {
	color: #008000;
	font-weight: bold;
	font-size: 15px;
}
.ausland1:hover {
	color: #FF0000;
	font-weight: bold;
	font-size: 15px;
}
.titelTermine {
	color: #000080;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
}
.termineMonat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000080;
	padding: 5px;
	width: 120px;
	border: 1px solid #000000;
	text-transform: none;
	margin: 0px;
}
.termineInterTitel {
	color: #9a0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 300px;
}
.termineInterMonat {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9a0000;
	padding: 5px;
	width: 125px;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
}
.p_termine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #000000;
	letter-spacing: 1pt;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bolder;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000080;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
.p_wann {
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	text-decoration: underline;
	font-size: 10pt;
}
.termine_tabelle {
	width: 550px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-left: 20px;
}
#termine {
	position: absolute;
	z-index: 20;
	height: auto;
	width: 630px;
	left: 10px;
	top: 15px;
	background-color: #FFF7D5;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	visibility: visible;
}

