/* Globales Umbiegen */

a:link { 
  text-decoration: none;
  color: #006699;
}
a:visited { 
  text-decoration: none;
  color: #006699;
}
a:hover { 
  color: #AA0909;
  text-decoration: none;
}
a:active { 
  text-decoration: none;
  color: #006699;
}

body {	
    margin-left:0px;
    margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
/*	background-color:transparent;*/
	background-color:#EAD292;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:#D6D6D6;
/*	scrollbar-face-color:#006699; */
	scrollbar-shadow-color:#EEEEEE;
	scrollbar-highlight-color:#EEEEEE;
	scrollbar-3dlight-color:#EEEEEE;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-arrow-color:#808080;
}

/* Der Framebereich Standard */

.kopfcell {
    background-image:url('../bilder/kopf.jpg');
    background-repeat:no-repeat; 
    background-position:0 0;
}

.menuecell {
    background-image:url('../bilder/steuerung.jpg'); 
    background-repeat:no-repeat; 
    background-position:0 0;
}

.contentcell {
    background-image:url('../bilder/haupt.jpg'); 
    background-repeat:no-repeat; 
    background-position:0 0; 
}

/* Der Framebereich US-Version */

.uskopfcell {
	background-color:#EAD292;
}

.usmenuecell {
	background-color:#EAD292;
}

.uscontentcell {
/*	background-color:#EAD292;*/
	background-color:#F8E9C2;
}

