@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #CCCCCC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-attachment: fixed;
	background-image: url(grafiken/bart-simpsons.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.inhalt {
	width: 942px;
	overflow:auto;
	min-height:1210px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navi {
	width: 180px;
	padding-left: 10px;
	float:left;
	font-size: 14px;
	color: #588acd;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
}

.text {
	width: 572px;

	text-align: left;
	float:left;
}
.spalte_rechts {
	width: 190 px;

	text-align: right;
	
}


br.navi {
	line-height: 25px;
}




.copy {
	font-size: 10px;
	color: #999999;
	width: 948px;
}
a:link.copy {
	color: #999999;
	text-decoration:underline;
}

a:visited.copy {
	color: #999999;
	text-decoration:underline;
}
a:hover.copy {
	color: #FFFFFF;
	background-color: #999999;
	text-decoration:none;
}

/* Menu link styles */
.mainMenuLink{
	width:160px;
	text-decoration:none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
a:link.mainMenuLink, a:visited.mainMenuLink{
	color:#2e68f1;
	text-decoration:none;
}

.mainMenuLinkSelected{
	width:160px;
	text-decoration:none;
	background-color:#cccccc;
	color:#0066FF;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
a:link.mainMenuLinkSelected, a:visited.mainMenuLinkSelected{
	color:#0066FF;
	text-decoration:none;
}


.mainMenuLink:hover{
   background-color:#cccccc;
}

.MenuLink{
   width:160px;
   text-decoration:none;
	margin-left:10px;
   line-height: 15px;
   font-weight:bold;
   font-size:12px;
   color:#0066FF;
	padding-right: 5px;
	padding-left: 5px;

}
a:link.MenuLink, a:visited.MenuLink{
	color:#2e68f1;
	text-decoration:none;
}

.MenuLinkSelected{
	width:160px;
	text-decoration:none;
	background-color:#cccccc;
	font-weight: bold;
	margin-left:10px;
	font-size:12px;
	line-height: 15px;
	color:#0066FF;
	padding-right: 5px;
	padding-left: 5px;

}
a:link.MenuLinkSelected, a:visited.MenuLinkSelected{
	color:#ffffff;
	text-decoration:none;
}


.MenuLink:hover{
   background-color:#cccccc;
}

.MenuLinkSelected:hover{
   background-color:#cccccc;
}

.subMenuLink{
   text-indent:20px;
   width:160px;
   text-decoration:none;
   font-size:12px;
   margin-right:10px;
   margin-left:20px;
   line-height: 10px;
}
a:link.subMenuLink, a:visited.subMenuLink{
	color:#2e68f1;
	text-decoration:none;
}

.subMenuLinkSelected{
   width:160px;
   text-decoration:none;
   background-color:#cccccc;
   font-size:12px;
   margin-right:10px;
   margin-left:20px;
   font-weight: bold;
    line-height: 10px;
}
a:link.subMenuLinkSelected, a:visited.subMenuLinkSelected{
	color:#000000;
	text-decoration:none;
}

.subMenuLink:hover{
   background-color:#cccccc;
}

.subMenuLinkSelected:hover{
   background-color:#cccccc;
}
.navi {
	width: 180px;
	padding-left: 10px;
	float:left;
	font-size: 14px;
	color: #588acd;
	line-height: 22px;
	text-align: left;
}
.navi ul{
	list-style-type: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
div.bild {

  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.bild p {
	text-align: center;
	font-style: italic;
	font-size: 10px;
	text-indent: 0;
	color: #666666;
}
#rechts{
float: right;
}
#links{
float: left;
}

