/*
Farben:
dunkelblau #2457ac
hellgelb #ffe742
dunkelgelb #ffcf00
*/

a {
	text-decoration: none;
}

a:focus {
	text-decoration: underline;
}


.klein {
	font-size: 8pt
}

body {
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-align: center;
}

strong {
	font-weight: bold;
}

td {
	vertical-align: top;
}

.clear {
	clear: both;
}


.menu {
	margin: 0;
	padding: 12px 0 20px 8px;
	width: 275px;
	background: #dddddd;
}


.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li {
	margin: 3px 0 4px 0;
	position: relative;
	width: 257px;
}

.menu ul ul li {
	margin: 3px 0 4px 0;
	position: relative;
        padding-left: 50px;
	width: 207px;
}


.menu ul li a {
	display: block;
	padding: 3px;
	border: 1px solid #000000;
	background: #CCE0EB;
	color: #2457ac;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.05em;
	text-decoration: none;
}

.menu ul ul li a {
	display: block;
	padding: 3px;
	border: 1px solid #000000;
	background: #cccccc;
	color: #2457ac;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.05em;
	text-decoration: none;
}

.menu a:hover, .menu a:focus {
	background: #ffffff;
	color: #2457ac;
}





.menu ul li ul li a {
	border: none;
	padding: 4px;
	background: #cccccc;
	color: #ffcf00;
}



#container {
	background: #ffffff;
	padding: 0;
	text-align: left;
}


#sideleft {
       position:absolute;
       left:0px; top:0px;
       height:600px;
       float: left;
       width: 285px;
}

#sideright {
       position:absolute;
       left:290px; top:0px;
       float: left;
}


#article {
	color: #000000;
	font-size: 0.8em;
	line-height: 1.3em;
}

#article a {
	color: #2457ac;
	font-weight: bold;
}

#article a:visited {
	color: #2457ac;
}

#article a:hover {
	text-decoration: underline;
}


#article h1 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 0px;
	padding: 2px 3px 2px 0px;
}

#article h2 {
	font-size: 120%;
	margin-bottom: 12px;
	margin-top: 15px;
}


#article p {
	margin-top: 0.8em;
}

#article ul {
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 5px;
}



td {
	border: 1px solid #000000;
}





