BODY 
{	
	margin: 0 0 0 0; 
 	background-color: #000000; 
	/* 	background-color: #031152; */
}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2,TABLE,TH,TD 
{
	font-family: verdana, arial;
	font-size: 11px;
	color: white;
}
H1 { font-size: 20px; }
H2 { font-size: 16px; }

LI {list-style-type:circle;margin-left:15px}

.menumain {text-align:left;margin-top:3px;}

/*
  ************* Textbereich ******************
*/

#content_main {
// position: relative;
left: 20px;
top: 10px;
width: 400px;
min-width: 400px;
height: 400px;
min-height: 400px;
// width: 575px;
// height: 425px;
padding-right: 15px;
text-align:justify;
overflow: auto;
}

#content_sub {
position: relative;
left: 5px;
top: 1px;
width: 590px;
height: 430px;
// width: 565px;
// height: 415px;
padding-right: 10px;
text-align:justify;
overflow: auto;
}

/*
  ************* Frame - Table ******************
*/

table#frame
{
   background-image:url(http://www.koenigreich-albernia.de/frame_design/design.jpg);
   background-repeat:no-repeat; 
	margin-top:10px;
	width: 955px;
}

table#frame_en
{
   background-image:url(http://www.koenigreich-albernia.de/frame_design/design_en.jpg);
   background-repeat:no-repeat; 
	margin-top:10px;
	width: 955px;
}

/*  		
		Menü         
*/

TD#frame_header
{
	width: 955px;
	height: 100px;
   border-spacing:0px;
	padding-left: 	0px;
	padding-right: 	0px;
	padding-top: 	0px;  
}

TD#frame_ringsection
{
	width: 955px;
	height: 100px;
  	border-spacing:0px;
	padding-left: 	0px;
	padding-right: 	0px;
	padding-top: 	0px;  
}

TD#frame_menu
{
	vertical-align: top; 
	width: 170px;
	height: 470px;
      border-spacing:0px;
	padding-left: 	10px;	// Innenabstand linker Rand zu Text
	padding-right: 	0px;
	padding-top: 	0px;  	// Innenabstand oberer Rand zu Text
}

/*  		
		Textspalte            
*/

TD#textbox
{
	vertical-align: top; 
	width: 635px;
	height: 470px;
      border-spacing:0px;
	padding-left: 	0px;	// Innenabstand linker Rand zu Text
	padding-right: 	0px;
	padding-top: 	0px; 	// Innenabstand oberer Rand zu Text
}


/* 		
		Rechte Spalte		 
*/
TD#frame_right
{	
	vertical-align: top; 
	width: 150px;
	height: 470px;
      border-spacing:0px;
	padding-left: 	0px;	// Innenabstand linker Rand zu Text
	padding-right: 	0px;
	padding-top: 	0px; 	// Innenabstand oberer Rand zu Text
}


TD#frame_footer 
{
	width: 955px; 
	height: 30px;
      border-spacing:0px;
	padding-left: 	0px;
	padding-right: 	0px;
	padding-top: 	0px; 
}

TD#frame_footer P 
{
	font-size: 9px;
	text-align: center;
}


/*
=============================================================
	Menüs
=============================================================
*/
.menu_main 
{
	text-align:left;
	margin-left:0px;
	font-weight:bold;
}

.menu_sub 
{
	text-align:left;
	margin-left:7px
}

a:link {color:#edefA0; text-decoration:none } 
a:visited {color:#edefA0; text-decoration:none } 
a:focus {color:#FFFFFF; text-decoration:none; background-color:"#0080ff" }
a:hover {color:#EEEE00; text-decoration:underline; background-color:"#0080ff" } 
a:active {color:#FFFFFF; text-decoration:none; background-color:"#0080ff" } 

