/* loginbox */
#loginbox input.input_searchbox    {padding:1px; background-color:#FFFFFF; width:50px; border:1px solid #444959;}

/* contact */
#contact {padding: 5px;}
#contact td {padding: 4px 10px 4px 4px;}
#contact th {padding: 4px 10px 4px 4px; text-align: right;}
#contact .b {font-weight: bold;}
#contact .s {border-bottom: 1px solid #333333;}
#contact .e {border-right: 1px solid #333333;}
#contact .n {border-top: 1px solid #333333;}
#contact .w {border-left: 1px solid #333333;}

h1 {
	padding:     10px 5px 10px 5px;
	font-weight: bold;
	font-size:   22px;
	color:       #a70505;
	line-height: 30px;
}

h2 {
	padding:     10px 5px 10px 5px;
	font-weight: bold;
	font-size:   18px;
	color:       black; 
}

h4 {
	padding-top: 5px;
	font-weight: bold;
	font-size:   13px;
}

h5 {
	padding-top: 10px;
	font-weight: bold;
	font-size:   13px;
}

td, th {
	padding:  2px 5px 2px 5px;
	vertical-align:top;
}

.beitragstabelle {
	width: 80%;
	margin-bottom: 10px;
	border-top: 1px solid black;
	border-left: 1px solid black;
}

.beitragstabelle td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.tabelle, .trainingstabelle {
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid black;
	border-left: 1px solid black;
}

.tabelle th, .trainingstabelle th {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.tabelle td, .trainingstabelle td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.select-year {
	width: 60px;
}

.select-dept {
	width: 75px;
}

hr {
	width: 100%;
	background-color: #a70505; 
	height:     1px;
	margin:     10px 0px 10px 0px;
	border: 0;
}

p {
	margin:	5px 0px 10px 0px;
}

.error {
	color: red;
}
