/***************************************************
  ALLGEMEINE DEFINITIONEN
*****************************************************/

body {
 margin-top: 0px;
 margin-bottom: 0px;
 margin-right: 0px;
 margin-left: 0px;
 color:#FFFF4F;
 background-color:#FFFFFF;
 background-image:url('img/bg.jpg');
}

/*********************************************
cont (not a special classes)
**********************************************/


table {
 border-width:  0px;
 border-color: 	#000000;
 border-style: 	solid;
 margin-left:  	0px;
 margin-top:	0px;
 color: 		#000000;
 background-color: transparent;
}

tr{
 margin-left:  	0px;
 margin-top: 	0px;
 background-color: transparent;
}

td {
 border-width: 	0px;
 border-color: 	#000000;
 border-style: 	solid;
 margin-left:  	0px;
 margin-top: 	0px;
 color: #000000;
 background-color: transparent;
 font-family: Arial, sans-serif;
 font-size: 16px;
}

p {
 margin-left:  	0px;
 margin-top: 	0px;
 color: #000000;
 background-color: transparent;
 font-family: Arial, sans-serif;
 font-size: 16px;
}

h1 {
 margin-left:  	0px;
 margin-top: 	0px;
 color: #000000;
 background-color: transparent;
 font-family: Arial, sans-serif;
 font-size: 30px;
}

h2 {
 margin-left:  	0px;
 margin-top: 	10px;
 color: #000000;
 background-color: transparent;
 font-family: Arial, sans-serif;
 font-size: 24px;
}

img {
 border:0px;
 border-color: #000000;
 border-style: none;
 margin-left:  	0px;
 margin-top: 	0px;
}

a{
 color:#0000FF;
 background-color: transparent;
 margin-left: 0px;
 margin-top: 	0px;
 border-width: 0px;
}

a:link{
 color:#0000FF;
 text-decoration:none;
}
a:visited
{
 color:#0000FF;
 text-decoration:none;
}
a:active
{color:#0000FF;
 text-decoration:none;
}
a:hover
{color:#000000;
 text-decoration:none;
}

/*********************************************
Class firstlevel
**********************************************/
table.firstLevel {
 border-width: 0px;
 border-color: #000000;
 border-style: solid;
 margin-left:  0px;
 color: #000000;
 background-color: transparent;
}
td.firstLevel {
 border-width: 0px;
 border-color: #000000;
 border-style: solid;
 margin-left:  0px;
 color: #000000;
 background-color: transparent;
}

