body {
	margin-top: 50px;
	margin-left: 50px;
	background-color: #333333;
	background-image: url(Bilder/stuff/bgbanners/000.gif) ;
	background-attachment: fixed;
	font-family: verdana;
	}
	
.boxholder {
	background-color: transparent;
	width: 655px;
	}

.main {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 460px;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	padding: 6px;
	border: dotted 2px black;
	float: left;
	}
	
.menu {
	margin-top: 10px;
	width: 150px;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	padding: 6px;
	border: dotted 2px black;
	float: right;
	}
	
A:active, A:link {
    color: #000000;
    font-family: arial;
    font-size: 11px;
    text-transform: none;
    text-decoration: none;
	}
	
A:visited {
	color: #333333;
	text-decoration: line-through;
	font-family: arial;
	font-size: 11px;
	}
      
A:hover{
    font-size: 11px;
    font-family:arial;
	text-transform: lowercase;
    color: #000000; 
    background-color: none;
    font-weight: normal;
    text-transform: none;
    text-decoration: underline;
    cursor: crosshair;
	}

h1 {
	font-family: Trebuchet;
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
	border-bottom: dotted 1px #000000;
	margin-bottom: 1px;
	margin-top: 1px;
	}
	
h2 {
	font-family: Trebuchet;
	font-size: 15px;
	color: #999999;
	text-align: right;
	border-bottom: dotted 1px #666666;
	margin-bottom: 0px;
	margin-top: 1px;
	}
	
h3 {
	font-family: Trebuchet;
	font-size: 15px;
	color: #000000;
	text-align: left;
	border-bottom: dotted 1px #333333;
	margin-bottom: 1px;
	margin-top: 5px;
	}
	
h4 {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	border-top: dotted 1px #666666;
	margin-bottom: 0px;
	margin-top: 3px;
	}