body { 
	font-family: arial, helvetica, sans-serif;
    background-image:url(../img/gelb_apr.jpg);
    background-color: rgb(255, 255, 255);
	margin : 0;
	padding : 0;
}

/*------------  Navigation     ---------------------*/

#navigation { 
	position: absolute;
    text-indent: -30px;
    line-height: 1.4;
    top: 170px;
    left: 18px;
}

#navigation ul { 
	list-style-type: none;
}

#navigation ul li a {
	border-style: solid;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(128, 128, 128) rgb(128, 128, 128);
    border-width: 0px 0px 0px 15px;
    padding: 2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: rgb(120, 120, 120);
}

#navigation ul li a.selected{
	border-style: solid;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(128, 128, 128) rgb(98, 80, 230);
    border-width: 0px 0px 0px 15px;
    color: black;
}

#navigation ul li a:hover { border-style: solid;
    border-color: rgb(198, 198, 198);
    border-width: 1px 1px 1px 15px;
    padding: 2px;
    color: rgb(200, 200, 200);
    background-color: rgb(98, 80, 230);
}

#navigation ul li li a { list-style-type: none;
    font-size: 12px;
    font-weight: normal;
    text-indent: -40px;
}

/*------------  Inhalt     ---------------------*/

#content {
	background-image:url(../img/apr_gelb.jpg);
    top: 170px;
    width: 750px;
    position: absolute;
    left: 235px;
}

#content p {
	padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
}
#content p a {
   color: #00008B;
   text-decoration: none;
}

#content p a:hover {
   color: #0000FF;
   text-decoration: none;
}

#content a { 
	color: rgb(28, 16, 114);
}
#content  a.extern { 
	color: rgb(28, 16, 114);
	background: url(../img/externlnk.gif) no-repeat left;
    padding-left: 16px;
}

#content  a.pdf { 
	color: rgb(28, 16, 114);
	background: url(../img/pdf.gif) no-repeat left;
    padding-left: 20px;
}

#content a:hover { 
	color: rgb(70, 70, 70);
    text-decoration: none;
}

#content table {
	padding-left: 10px;
    font-size: 16px;
    font-weight: normal;
}

#content ul li { 
	font-size: 16px;
    padding: 4px;
    padding-right: 10px;
    font-weight: normal;
}

#content img { 
	position: relative;
    border-style: solid;
    border-color: rgb(200, 200, 200);
    border-width: 3px 3px 3px 3px;
}

#content h1 { 
	margin: 0;
	color: rgb(28, 16, 114);
    background-color:    #F4A460; /*Sandybrown*/
    border-style: solid;
    border-color: rgb(200, 200, 200);
    border-width: 3px 3px 3px 3px;
    font-size: 24px;
    text-align: center;
}

#content h2  { 
	color: rgb(60, 60, 60);
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}


#content h2  a { 
	color: rgb(60, 60, 60);
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

#content h2  a:hover{ 
	color: rgb(0, 0, 255);
}

#content h3 { 
	color: rgb(80, 80, 80);
    padding: 5px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
}

/*------------  Index Schul-ABC     ---------------------*/

#content #spalte1 {
	float: left;
	width: 375px;
	margin: 0px;
	padding-left: 40px;
}

/*------------  Formatierung für Schülertexte     ---------------------*/

#content p.zitat {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
    font-style: italic;
    text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
}

#content table.zitat {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
    font-style: italic;
    text-align: justify;
	border: 0;
	padding-left: 0px;
}

#content table.niko {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	text-align: left;
	border: none;
	margin-top: -30px;
	padding-left: 0px;
	vertical-align: top;
	width: 100%;
}
	
#content h3.zitat { color: rgb(80, 80, 80);
	font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
	font-style: italic;
	margin-top: -20px;
}


/*------------  Kartenreiter für Schul-ABC     ---------------------*/

#content #abc-box {
	float: left;
	width: 750px;
	margin-bottom: 10px;
}
#content #abc-box ul {
	padding-right: 5px; 
	padding-left: 5px; 
	padding-top: 10px; 
	padding-bottom: 0px; 
	margin: 0;
	list-style: none;
}
#content #abc-box li {
	float: left; 
	padding-right: 0px; 
	padding-left: 5px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	background: url(../img/reg_left.gif) no-repeat left top; 
	border-style: solid;
    border-color: #808080;
    border-width: 0px 0px 2px 0px;
}
#content #abc-box a {
	float: left;
	display: block;
	padding-right: 7px; 
	padding-left: 3px; 
	padding-top: 8px; 
	padding-bottom: 4px; 
	font-weight: bold;
	background: url(../img/reg_right.gif) no-repeat right top;
	color: #ffffff;
	text-decoration: none;
}

#content #abc-box a:hover {
	color: rgb(98, 80, 230);
	padding-top: 6px; 
	padding-bottom: 6px; 
}

#content #abc-box a.no_content:hover {
	color: #ffffff;
	padding-top: 8px; 
	padding-bottom: 4px; 
}

#content #abc-box #current{
    border-width: 0px 0px 0px 0px;
}
#content #abc-box #current a {
	background-image: url(../img/reg_right_on.gif); 
	color: #333;
}

/*------------  Footer    ---------------------*/

#content p.footer {
	font-size: 14px;
    font-style: italic;
    text-align: center;
}

/*------------  Logo     ---------------------*/

.headright { 
	border-width: 0px;
    position: absolute;
    top: 0%;
    left: 20px;
}

