/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	font-size: 1.8em;
	font-weight:bold;
	color: #9CB4CD;
	line-height: 1.3em;
}

#sub_nav a {
	color: #114070;
	font-size: 1em;
	text-decoration:none;
	line-height: 1.8em;
	width: 100%;
	border-bottom: 1px dotted #114070;
	float:left;
}

#sub_nav a:hover {
	color: #9CB4CD;
}

#content a {
	color: #114070;
	font-weight:bold;
	text-decoration: none;
}

#content a:hover {
	color: #9CB4CD;
}

#content .headline {
	font-size: 1.1em;
	font-weight:bold;
}

#sub_content .headline {
	font-size: 1.1em;
	font-weight:bold;
	color: #114070;
}

#sub_nav .headline {
	font-size: 1.1em;
	font-weight:bold;
	color: #114070;
}

#sub_content a {
	color: #114070;
	text-decoration: none;
	font-weight:bold;
}

#sub_content a:hover {
	color: #9CB4CD;
}

#sub_content .inputbox, #sub_content .textinput input {
	font-size: 1em;
	width: 110px;
	border: 1px solid #CCCCCC;
	height: 15px;
	float:left;
	margin-right: 3px;
}

hr {
	border-top: 0px none;
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
}

.headline {
	color: #000000;
	font-size: 1.2em;
}

table tr td, table tr {
	vertical-align: top;
}

ul li {
	list-style-image: url(../elements/buttons/aufzaehlung.gif);
}
