@charset "utf-8";
/* CSS Document */

@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation based on "Sliding Door II" from von "A List Apart"
 * (de) Horizontale Navigationsliste basierend auf "Sliding Door II" von "A List Apart"
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media all
{

.tabellen_container h2 {
color:#4ba1d1;
font-size:25px;
font-weight:normal;
font-family: 'Pontano Sans', sans-serif;
padding-bottom:10px;

}
.tabellen_container
{
	padding-bottom:30px;
	margin-top:30px;
}

.tabelle_kopfzeile {
font-weight:bold;
color:#FFF;
height:60px;
margin-bottom:45px;
}

.abstand_kopfzeile {
padding-bottom:5px;
}

.tabelle_kopfzeile a:link, .tabelle_kopfzeile a:active, .tabelle_kopfzeile a:visited {
font-weight:bold;
color:#FFF;
}

.tabelle_kopfzeile a:hover {
font-weight:bold;
color:#FFF;
text-decoration:none;
}

a.zeile_verlinkung, a.zeile_verlinkung:active, a.zeile_verlinkung:visited {
font-weight:normal;
color:#000;
}

a.zeile_verlinkung:hover {
font-weight:normal;
color:#000;
text-decoration:none;
}

a.infolink:link, a.infolink:active, a.infolink:visited {
font-weight:bold;
color:#152983;
}

a.infolink:hover {
font-weight:bold;
color:#152983;
text-decoration:none;
}

.tabelle_feldname {
/*border-bottom:#006 3px solid;*/
font-weight:bold;
height:45px;
vertical-align:bottom;
padding-bottom:6px;
}

.spalte_linker_einzug {
padding-left:15px;
}

.spalte_rechter_einzug
{
	padding-right:15px;
	text-align:right;
}

.linie_1px_vertikal {
border-right:#fff 1px solid;
}

border-right:#FFF 1px solid;

.tabelle_linie_unten {
border-bottom:#006 3px solid;
}

.tabelle_kopfzeile_abtrenner {
border-right:#fff 3px solid;
padding-left:15px;
padding-bottom:10px;
}

.border_bottom {
border-bottom:#006 3px solid;
}

/*Leidheiser*/
table.border_both
{
	border-bottom:#006 3px solid;
	border-top:#006 3px solid;
}

table td {
height:24px;
}

table {
color:#000;
font-size:12px;
/*float:left;*/
}

.boxMessageHead
{
	padding:0 5px 0 5px;
}
.messageHead > a
{
	color: #4ba1d1;
}
ol#messageList
{
	list-style:none;
	margin:0;
	margin-top:10px;
	height:200px;
	overflow:auto;
	border-top:3px solid #000066;
	border-bottom:3px solid #000066;
	padding: 5px 0;
}

.messageBody a
{
	color:#4ba1d1;
}

.messageDate
{
	float:right;
	font-weight:normal;
	color:#4ba1d1;
	font-family:'Pontano Sans';
}

.messageBody
{
	clear:both;
	padding:0 5px 5px 5px;
}

.messageHead, .messageImg
{
	vertical-align:middle;
}

.messageHead
{
	font-weight:normal;
	color:#4ba1d1;
	font-family:'Pontano Sans';

}

.message
{
	padding-bottom:30px;
}

.message p
{
	margin-top:0px;
}

#latestEvals
{
	border-top: solid #000066 3px;
	border-bottom: solid #000066 3px;
	margin:0;
	margin-top:10px;
	padding:5px 0;
}
#latestEvals li
{
	list-style: none;
	padding-bottom:6px;
	font-size:12px;
}

#latestEvals a
{
	text-decoration:none;
}

/* Leibeling: häufige Buttons*/
#mw-cancel
{
	cursor:pointer;
	margin-top:10px;
	background: #0066A2;
	color: white;
	border-style: outset;
	border-color: #0066A2;
	height: 50px;
	padding: 10px;
	font: bold 15px arial, sans-serif;
	text-shadow:none;
}
#mw-submit
{
	cursor:pointer;
	margin:10px 10px 0 0;
	background: #51b31a;
	color: white;
	border-style: outset;
	border-color: #0066A2;
	height: 50px;
	padding: 10px;
	font: bold 15px arial, sans-serif;
	text-shadow:none;
}
#mw-sendResultInfo
{
	display: block;
	float: right;
	width: 400px;
	font-size: 12px;
	font-family: sans-serif;
	line-heigth: 6px;
	line-height: 16px;
}
