/* Formatierungen */
img { border: none; }
h1#logo span { display: none; }

h2 {
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: -0.02em;
	line-height: 1.2em;
	font-size: 18px;
	font-weight: bold;

	background-color: #EBF0F5;
	text-transform: uppercase;

	padding: 13px 0 7px 20px;
	width: 395px; /* abzgl. padding */
}
h3
{
	font-family: Arial;
	color: #333333;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.25em;
	font-size: 16px;

	padding: 10px 0 5px 20px;
}
h4
{
	font-family: Arial;
	color: #333333;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	margin: 10px 0;
	font-size: 13px;
}

a { color: #2E5B89; text-decoration: none; font-weight: bold; }
a:hover { color: #2E5B89; text-decoration: underline; }
a:visited { font-style: italic; color: #892E89; }

p, ul, form { margin: 10px 5px 10px 20px; }
li { margin-left: 25px; }

/* Special Classes */
.clearfix
{
	clear: both;
}
.error {
	font-weight: bold;
	color: #CC0000;

}
