html {
    color: #444444;
    font-size: 100.01%;
	background-color: #dfdfdf;
}

body {
    font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	letter-spacing: 0.1px;
	word-spacing: 0.1px;
}

a {
	text-decoration: none;
	color: #444444;
}

a:hover {
	color: #e52c31;
	text-decoration: underline;
}

a:visited {
	color: #444444;
}

#pfeil_container {
	position: absolute;
	top: 150px;
	z-index: 10;
	width: 100%;
}
#pfeil {
	position: relative;
	width: 1067px;
	margin: auto;
}

#container {
	background-color: #FFFFFF;
}

#main {
	padding-bottom: 10px;
}

#nav ul {
	margin-top: 20px;
}

#nav li {
	list-style: none;
	padding-right: 0;
	margin-top: 0;
}

#nav a:link {
	color: #444444;
}

#nav a:visited {
	color: #444444;
}

#nav a:hover {
	color: #e52c31;
	text-decoration: none;
}

.sep {
	border-bottom: 2px solid #e52c31;
	margin: 0px 10px 8px 10px;
	line-height: 8px;
}

.cat {
	background-image:url(../images/cat-pfeil.png);
	background-repeat:no-repeat;
	padding-left: 10px;
}

.small {
	font-size: 0.85em;
}

.large {
	font-size: 1.25em;
	line-height: 1.8em;
}

.sub {
	font-size: small;
	padding-left: 30px;
	line-height: 1.8em;
}

.active {
	font-weight:bold;
	font-style:italic;
}

#content {
	margin-top: 20px;
	margin-bottom: 40px;
}

#sidebar {
	margin-top: 25px;
}

#footer {
	padding-top: 20px;
	background-color: #FFFFFF;
	border-top: 2px solid #e52c31;	
}

.description {
	text-align:center;
}

#overall {
	border-bottom: 2px solid #e52c31;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header {
	border-top: 2px solid #e52c31;
}

#logo {
	padding-top: 50px;
}

#breadcrumb {
	padding-top: 15px;
	z-index: 99;
}

#login label {
	padding: 0px 5px 0px 0px;
	margin: 0px;
}

#login input {
	padding: 0px;
}

#login, #meta {
	margin-top: 12px;
	margin-bottom: 12px;
}

#meta {
	padding: 2px 0px 0px 20px;
}

#meta li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

.border-left {
	border-left: 1px solid #000000;
	padding-left: 5px;
}


.footercontent {
	padding-left: 10px;
}

.right {
	float: right;
}

#solidfoot {
	float: right;
}

#solidfoot img {
	padding-bottom: 9px;
}

.clear {
	clear: both;
}

h4 {
	font-size:small;
	font-weight:bold;
}

table td {
	padding: 10px;
}

.grey {
	background-color: #f2f2f2;
}

.input, .btn, .select {
	color: #23295a;
	background-color: #f7f7f7;
	border: 1px solid #23295a;
}


.error {
	color: #23295a;
	background-color: #ffe3e3;
	border: 1px solid #ff0000;
}

.error_msg {
	color: #ff0000;
	padding: 20px 0px 10px;
}

.btn {
	font: 1em 'trebuchet ms',helvetica,sans-serif;
	padding: 3px;
	margin: 5px 0px;
}

.input {
	font: 1.2em 'trebuchet ms',helvetica,sans-serif;
	padding: 3px;
	margin: 3px 6px 3px 0px;
}

.select {
	font: 1.2em 'trebuchet ms',helvetica,sans-serif;
	margin: 5px;
	padding: 3px;

}

#table-vorstand td {
	vertical-align:top;
}