body
{
	color: black;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: white;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

a, a:link, a:visited, a:active { color: #454545; }
a:hover { color: #0A21A3; }

.page
{
	margin: 0 auto 0 auto;
	width: 882px;
	min-height: 100%;
	height: 100%;
	background-image: url(images/verlauf.gif);
	background-repeat: repeat-x;
	background-position: left 123px;
}

.index
{
	background-position: left bottom;
    background-color: #8693E0;
}


#header
{
	width: 882px;
	height: 123px;
	background-color: blue;
	text-align: left;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
}

#header #menu
{
	width: 332px;
	height: 33px;
	position: relative;
	top: 91px;
	left: 53px;
	padding-left: 25px;
	margin-left: 0px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
}

#header #menu li
{
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

#header #menu li a
{
	color: white;
	text-decoration: none;
}

#header #menu li a:hover { text-decoration: underline; }

#header #menu li.active a
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;;
}


.archivbutton {
    position: relative;
    left: 90px;
}


.archive
{
	width: 392px;
	height: 50px;
	position: relative;
	top: 21px;
	left: 490px;
	color: #E4EEF4;
	text-align: left;
}
.archive a, .archive a:visited, .archive a:link, .archive a:active
{
	color: white;
	font-size: 13px;
}

.abc { padding-left: 0; margin: 0; }

.abc li
{
	display: inline;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 3px;
}

.abc li a, .abc li a:visited
{
	color: white;
	text-decoration: none;
}

.abc li a:hover
{
	/*
	background-color: #FC661B;
	color: white;
	*/
	background-color: #FFE828;
	color: #0C27C0;
	text-decoration: none;
	font-size: 14px;
}

.infoblock {
    /* color: #A0A0A0; */
    color: white;
    display: block;
    font-size: 10px;
}



#sponsor
{
	width: 882px;
	height: 27px;
	background-image: url(images/sponsor.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#main
{
	width: 615px;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	text-align: left;
}

#main ul li { font-size: 13px; line-height: 18px; }

#main-wide
{
	width: 830px;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}


#sidebar
{
	width: 215px;
	float: right;
	padding: 10px;
	background-color: #EFF0F5;
	border-color: #8593DF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	text-align: left;
}

fieldset { border: 0; }

label
{
	font-size: 10px;
	font-weight: bold;
	color: #0A21A3;
	width: 100px;
	float: left;
}

.article
{
	/* background-color: #EFF0F5; */
	border-color: #8593DF;
	border-width: 1px;
	border-style: solid;
	margin: 5px 10px 5px 10px;
	padding: 0 5px 0 5px;
	font-size: 12px;
}

.list .article { cursor: pointer; }
.list .article:hover { background-color: #EFF0F5; }

.article a
{
	color: #0A21A3;
	text-decoration: none;
}

.article h2 { margin: 1px; }


h1, h2
{
	font-weight: bold;
	color: #0A21A3;
}

h1 { font-size: 12px; }
h2 { font-size: 18px; }
p.teaser { color: #2E2E2D; }

h1.index { font-size: 200%; }

#footer
{
	width: 633px;
	height: 24px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	color: #736E65;
	text-align: center;
}

#footer a { text-decoration: none; }

#counter
{
	width: 633px;
	margin-top: 20px;
	text-align: center;
}

#counter img { width: 100px; }


.wrapper:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.wrapper { display: inline-block; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }

.clear {
    clear: both;
    height: 1px;
}