/*MAIN*/

		body {
 			background-image: url('bg.jpg');
			background-repeat: repeat-y;
			background-color: #000000;
		font-family:Helvetica, sans-serif;
		margin-top: 0px;
		margin-left: 0px;
		font-size: 10pt;
		color: #000000;
		text-align: left;
		}


		b {
            font-size : 9pt;
            color : #8e2444;
 		 }

		i {
            font-size : 9pt;
            color : #999899;
		  }

		u {
            font-size : 9pt;
            color : #bd043c;
            border-bottom : 1px dotted #000000;
		  }



		a img{
		border:0;
		}


a 
{
			color: #930907;
			font-weight: bold;
			text-decoration: none;
}

a:hover 
{			
			color: #000000;
			font-weight: bold;
}


/* LAYOUT */
	
	#content {
	width: 616px;
        top: 303px;
	left: 280px;
        position: absolute;
		 }

	#navigation {
	width: 162px;
         top: 300px;
	left: 120px;
         position: absolute;
		   }
		
	#left{
	width: 300px;
        top: 53px;
	left: 900px;
        position: absolute;
	}



/*SONSTIGES*/

h1{
padding-left: 15px; 
font-family: "Trebuchet MS", Geneva, sans-serif;
text-transform: uppercase;
color: #ffffff;
font-size: 10pt; 
letter-spacing: 1px;
line-height: 20px;
background-image: url(header.jpg);
margin: 0px;
display: block;
}



a.nav
{
	padding-left: 5px; 
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	font-family: arial;
	color: #ffffff;
	text-decoration: none;
	line-height: 19px;
	 text-transform : uppercase;
	background-image: url(linkout.jpg);
	background-repeat: no-repeat;
}

a.nav:hover 
{
	padding-left: 5px;
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
 text-transform : uppercase;
	
	background-image: url(linkin.jpg);
	background-repeat: no-repeat;
}

.head {
padding-left: 1px; 
font-family: "Trebuchet MS", Geneva, sans-serif;
text-transform: uppercase;
color: #ffffff;
font-size: 8pt; 
letter-spacing: 1px;
line-height: 28px;
padding: 1px 1px 1px 1px;
background-image: url(head.jpg);
margin: 0px;
display: block;
}