html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	/*font-family: Arial, Helvetica, sans-serif, Shanghai;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif, Shanghai;*/
	font-family : "Trebuchet MS", "Arial Narrow", Arial, sans-serif, Shanghai;
	
	font-size: 12px;
	background: url('img/mk.jpg') no-repeat fixed;	
	height:100%;
	color: #FFFFFF
	
}

image{padding: 1px;border: 0px;}

/*-----------------------------------------------------------------*/
/*Boxes & Areas

FIXED: */
#fixedbox { position:fixed;
	left: 0px;
	top: 0px; 
	height:100%;
}

#menubox {	
	position:absolute ; 
	left: 0px;
	top: 0px;
	width:220px;
	height:80%;	
}

#rightbox {
	position:absolute;	
	top: 0px;
	left: 608px;
	width:360px;
	height:100%;
}


#righttable { 
	width:360px;
	height:100%;
	border:0px none;	
	}

#contentbox {
	position:absolute; 
	left: 251px;
	top: 222px;
	width:300px;
}


/*-------- menu ----------*/

#menu {
clear:left;
float:right;
width:180px;
margin:0 0 0 0;
padding:0;
font-size:11px;

}

#menu ul {
	list-style:none;
	width:180px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align: right;
}

#menu li { /*Abstand vom letzten Unterpunkt zum n�chsten Hauptpunkt */
margin-bottom:0px;
display:block;
color:#ffffff;
}

#menu li a {

height:22px;
text-decoration:none;
color:#ffffff;
display:block;

/*Oben, rechts, unten, links */
padding-left:0; padding-right:15px; padding-top:4px; padding-bottom:1px

}

#menu li a:hover, #menu li a.current, #menu li a.menu-current {
background:  url('http://www.goldankauf-rosenheim.de/media/button1.jpg') repeat-x top left;
color:#ffffff;
font-weight:bold;
padding-right: 30px; /*4px 30px 1px 0; Oben, rechts, unten, links */

}

#menu ul ul {
margin: 0 0 0 15px;
font-size:0.9em;
width:165px;
}

#menu ul ul ul {
margin:0 0 0 15px;
font-size:0.9em;
width:150px;
}

#menu ul ul a {
height:18px;
margin:0;
padding:4px 20px 0 8px;

}

#menu ul ul ul a {
height:18px;
margin:0;
padding:4px 20px 0 8px;
}



/*----- Fonts -------*/
a:link, a:visited, a:active {
	color: #000000;
        text-decoration: none;
}


h2, h3, h4{color: #000000;}
h1{color: #000000;}

h1 {
	font-family:"Century Gothic", Shanghai, "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;	
	margin: 5px 0 20px 0;	
	}
	
h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;	
	font-weight:normal;	
	font-size:18px;	
	line-height: 16px;
	margin: 14px 0 5px 0;
	}
	
strong {
	font-weight:bold;	
	font-size:18px;	
	}
h3 { 
	font-weight:normal;
	margin: 15px 0 0 0;
	font-size:14px;
	
}

h4 { font-weight:normal;
	margin: 15px 0 0 0;
	font-size:12px;
	
}

h5 {
	margin: 15px 30px 0 0;
	font-size:12px;
	text-align: right;
	
}

h6 { font-weight:normal;
	text-align: right;
	margin: 0 30px 0 0;
	font-size:12px;
	
}

p {
	line-height: 160%;	
	margin: 5px 0 5px 0;
	
}

blockquote {
	padding: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 6px solid #fff;
	background-color: #C0C0C0;
	background-image: url('img/blockquotehg.gif');margin-left:0px; margin-right:20px; margin-top:20px; margin-bottom:20px
}


hr{
 border: 0px; /* F�r Firefox und Opera */
 clear:left;
 margin-top: 3px;
 margin-right:15px;
}


li {
	list-style-type: disc;	
	padding-bottom: 0px;
} 

ul {
	font-size: 12px;
	line-height: 160%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;	
}