/*  --------------------------------------------------------  */
/*            Stylsheet fuer www.moonjumper.de                */
/*            Zuletzt aktualisiert am 07.07.08                */
/*  --------------------------------------------------------  */

body {
       color: #000;
       background: #930;
       font-family: verdana, arial, sans-serif;
		 
}

A:link {
	     color: #930;
        text-decoration: none;
}

A:visited {
        color: #930;
        text-decoration: none;
}

A:active {
	     color: #930;
        text-decoration: none;
}
A:hover {
        color: #600;
        text-decoration: none;
}  


h1 {

       font-family: verdana, arial, sans-serif;
       font-size:200%;
       background: #930;
 	    color: #FFFDDD;
}

h2 {
        font-family: verdana, arial, sans-serif;
        font-size:110%;
        text-align: left;
        background: #930;
		  color: #FFFDDD;
        font-weight: bold;
}

h3 {
        font-family: verdana, arial, sans-serif;
        font-size:75%;
        font-style: italic;
        text-align: left;
        background: #930;
		  color: #FFFDDD;
        font-weight: lighter;
}
h4 {
        font-family: verdana, arial, sans-serif;
        font-size:110%;
        text-align: right;
        background: #930;
		  color: #FFFDDD;
        font-weight: bold;
 }
table {
		  text-align: left;
        font-style: normal;
        font-size:  95%;
        line-height: 110%;
}
td {
	background: #FFFDDD;

}

	



/*  --------------------------------------------------------  */
/*                      eigene Classes                        */
/*  --------------------------------------------------------  */

.activ {

        text-decoration: none;
        background: #930;
		  color: #FFFDDD;
        font-weight: bolder;
		  text-align:right;

}

.dashed { 
		  border: 1px dashed black; 
		  }


.emptytable {
		  background: #930;
        text-align: center;
        font-size:  95%;
        line-height: 110%;
		  border-color: #930;	 
}

.iframe {
   width: 100%;
	height: 600px;
}

.blog{
	width: 100%;
	height: 8000px;
}


.hry {
	color: #fffddd;
	background-color: #fffddd;
}
.hrb {
	color: #930;
	background-color: #930;
}
.title1 {

       font-family: verdana, arial, sans-serif;
       font-size:200%;
       background: #930;
 	    color: #FFFDDD;
}

.title2 {
        font-family: verdana, arial, sans-serif;
        font-size:110%;
        text-align: left;
        background: #930;
		  color: #FFFDDD;
        font-weight: bold;
}



