* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#mainframe {
	margin: 30px auto;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	width: 790px;
	border: 1px dashed;
	border-color: #B5B6B5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#header {
	z-index: 1;
	text-align: left;
	background-image: url(images/sitegrafix/header.gif);
	margin: 0px auto;
	background-repeat: no-repeat;
	height: 123px;
	width: 790px;
}


#main {
	width: 749px;
	height: auto;
	text-align: left;
	padding: 20px;
}

#foot {
	background-image: url(images/sitegrafix/footer_bg.gif);
	background-repeat: repeat-x;
	width: 550px;
	height: 21px;
	float: left;
	margin: 0px auto;
}
#copy {
	background-image: url(images/sitegrafix/copyright.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 240px;
	float: left;
	margin: 0px auto;
}

.antifloat {
	clear: both;
	visibility: hidden
	
}

#nav {
	background-image: url(images/sitegrafix/navbg.gif);
	background-repeat: repeat-x;
	height: 45px;
	margin: 0px auto;
	width: 790px;
}

#navlist
{
	margin: 10px;
	padding: 0 0 20px 5px;
	border-bottom: 1px solid;
	border-color: #666666;
}

#navlist li
{
	margin: 0 28px 10px 8px;
	float:left;
	width:auto;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#navlist a#current:link, #navlist a#current:visited, #navlist a:hover
{
border-bottom: 4px solid #333333;
padding-bottom: 2px;
background: transparent;
color: #333333;
}

#navlist a:hover { color: #666666; }
#navlist a:active {
	color: #666666;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
}

h1 {
	font-size: 12px;
	font-style: italic;
	color: #333333;
}
ul {
	list-style-position: inside;
	list-style-type: disc;
}
li {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 5px;
}

#deutsch,
#englisch {
	margin:0 !important; /* Auf 0 setzen, da sie vorher anders definiert wurden */
	width: 25px;
}
#englisch {
	margin: 0 4px 0 4px!important;
}
.img {
	float: right;
	margin-right: 40px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1386b2;
	text-decoration: underline;
}
