@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{
   display:block;
   width:160px;
   text-decoration:none;
   color:#0f83bb;
   border:1px solid #ffffff;
   margin-left:10px;
}

.mainMenuLinkSelected{
   display:block;
   width:160px;
   text-decoration:none;
   color:#0f83bb;
   background-color:#e6e5e5;
   border:1px solid #ffffff;
    margin-left:10px;
}

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

.mainMenuLinkSelected:hover{
   background-color:#f1f1f1;
}

.subMenuLink{
   display:block;
   text-indent:20px;
   width:160px;
   text-decoration:none;
   color:#0f83bb;
   border:1px solid #ffffff;
   font-size:12px;
   margin-right:10px;
}

.subMenuLinkSelected{
   display:block;
   text-indent:20px;
   width:160px;
   text-decoration:none;
   color:#0f83bb;
   background-color:#e6e5e5;
   border:1px solid #ffffff;
   font-size:12px;
       margin-right:10px;
}

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

.subMenuLinkSelected:hover{
   background-color:#f1f1f1;
}

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;
}
