@charset "utf-8";
/* Kommentar */

body {background-color:#ffffff;
	color:#000099;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 19px;
    	margin: 0px;}

body a:link { color: #000099; } 
body a:visited { color: #000099; }

header {width: 100%;
    	background-color:#ffff99;
	color: #000099;
	font-size: medium;
	font-weight: normal;
	max-width: 1024px;
	padding: 0px;
	text-align: center;}

#container {margin: 0px auto;
	 max-width: 1024px;}

aside {float: left;
    	width: 25%;
    	background-color: #ffffff;
	color: #000099;
	text-align: center;}

nav {border-top: 1px solid #000099;
	border-left: 2px solid #000099;
	border-right: 1px solid #000099;
	border-bottom: 2px solid #000099;
        margin: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: center;}

main {float: right;
      	width: 75%;
      	background-color: #ffffff;
      	color: #000099;}

main h1 {font-size: large;
 	margin-bottom: 7px;
	margin-top: 9px;
	text-align: center;}

main h2 {font-size: medium;
 	margin-bottom: 0px;
	margin-top: 7px;}

main h3 {font-size: medium;
 	margin-bottom: 0px;
	margin-top: 7px;}

article {border-top: 1px solid #000099;
	border-left: 1px solid #000099;
	border-right: 2px solid #000099;
	border-bottom: 2px solid #000099;
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: medium;}

figure {position: relative;
    	text-align: center;
    	margin: 0;
    	padding: 0;}

figcaption {text-align: center;}

footer {width: 100%;
    	background-color: #ffff99;
	clear: both;
	color: #000099;
	font-size: medium;
	font-weight: normal;
	max-width: 1024px;
	padding: 0px;
	text-align: center;}

img {max-width: 100%;
    	height: auto;
    	width: auto; /* ie 8 */
    	}

.txt-table-satz {padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;}

hr  {color: #000099;
    	background-color: #000099;
    	height: 2px;
    	margin: 0;
    	border: 1px solid;}

ul#menue {margin: 0;
    	padding: 0;
    	width: 100%;
    	list-style-type: none;
	font-size: medium;}

ul#menue li a {display: block;
    	color: #000099;
    	padding: 1px 2px;
    	margin: 3px 1px;
    	background-color: #ffff99;
    	font-weight: normal;
    	text-decoration: none;
    	border-radius: 10px 10px 10px 10px;
    	border: 1px solid;}

ul#menue li a:visited {color:#000099;}

ul#menue li a:hover,
ul#menue li a:focus,
ul#menue li .current {color: #000000;
    	background-color: #ffff00;}

ul.list {border: 0px solid blue;
	list-style-position: outside;}
ul.list li {margin: 2px;}

#flaggen {border-top: 2px solid #000099; 
	border-left: 2px solid #000099; 
	border-right: 2px solid #000099; 
	border-bottom: 1px solid #000099; 
	background-color: #cccccc; 
	align: center;}

.klein  {font-size: small; 
	line-height: 16px;}

.center {text-align: center; }

.end {text-align: center; 
	color: #CC0000;}
.end a:link { color: #CC0000; } 
.end a:visited { color: #CC0000; }

div.table {display: table;
	width: 100%;}
div.tr {display: table-row;}
div.spalte {display: table-cell;
	padding: 1px;}