/* CSS Document START */

/*

HTML-Tags
ID
class

body
table
tr
th
td
div
font
span
p
br
li
ul
ol
iframe
a
input
select
option

*/

/*********************************************************************/
/* 							html									 */
/*********************************************************************/

body 
{
 padding			: 0px;
 margin				: 0px;
 min-width			: 1000px;
 background-image	: url(http://ikariam.ogame-world.de/images/bg_stone.jpg);
 color				: #542C0F;
 font-size			: medium;
}

/* 							/html									 */
	
/*********************************************************************/
/* 							div										 */
/*********************************************************************/

div#header 
{
 width				: 100%;
 height				: 100px;
 padding			: 0px;
 margin				: 0px;
 background-image	: url(http://ikariam.ogame-world.de/images/header-bg.JPG);	
}

div#header-navi
{
 width				: 100%;
 height				: 20px;
 background-image	: url(http://ikariam.ogame-world.de/images/header-navi.JPG);
 padding-top		: 3px;
 padding-bottom		: 3px;
 font-size			: 12px;
}		
	
div#navi
{
 width				: 140px;
 height				: 600px;
 float				: left;  
 margin-bottom		: 10px;
}
	
div#main
{
 float				: none;
 width				: 100%;
 height				: 100%;
 min-height			: 600px;
 min-width			: 700px;
 padding-top		: 10px;
/*
padding-left		: 150px;
 padding-top		: 10px;
 margin-right		: 120px;
 margin-left		: 240px; 
 margin-right		: 120px;
 padding			: 10px;
*/
 
 
}
	
div#extra 
{
 float:right;
 
/*
position:fixed;
 width				: 160px;
 
*/
 height				: 100%;
 min-height			: 600px;
 padding-top		: 10px;
 
}	

div#banner 
{
 background-image	: url(../images/header.JPG);
 height				: 100px;
 background-repeat	: no-repeat;
}

/* 							/div									 */
		
/*********************************************************************/
/* 							iframe									 */
/*********************************************************************/

iframe#intern
{
 border				: none;
 width				: 100%;
 height				: 100%;
 min-height			: 600px;
 min-width			: 720px;
}	

/* 							/iframe									 */

/*********************************************************************/
/* 			Links navibar div#navi div#header-navi					 */
/*********************************************************************/	

#navi ul
{
 list-style-type	: none;
 padding			: 0px;
 margin				: 10px 10px;
 background-color	: #F6EBBC;
}

#navi li 
{
 text-align         : center;
 width				: auto;
 list-style-type	: none;
 border-width		: 1px;
 border-top-width	: 0px;
 border-color		: #BB9765;
 border-style		: solid;
}

#navi li.head 
{
 font-weight        : bold;
 color              : #542C0F;
 background-image	: url(http://ikariam.ogame-world.de/images/li_head.jpg);
 width				: 118px;
 border-style		: none;
 padding			: 3px 0px 3px 0px;
 border-width		: 1px;
 border-color		: #BB9765;
 border-style		: solid;
}

#navi li a 
{
 text-decoration    : none;
 color				: #542C0F;
}

#navi li a:hover 
{
 color				: #000000;
 text-decoration	: underline;
}

div#header-navi li 
{
 list-style-type	: none;
 float				: left;
 padding-left		: 20px;
}
	
/* 					/div#navi /div#header-navi						 */

/*********************************************************************/
/* 							a										 */
/*********************************************************************/

a
{
 color				: #542C0F;
 text-decoration:none;
 background-color	: transparent;
}

a:hover
{
 text-decoration:underline;
 color              : #000000;
 background-color	: transparent;
}

a.lang
{
 color				: #5DAFE1;
 text-decoration:none;
 background-color	: transparent;
}

a.lang:hover
{
 text-decoration    : none;
 color              : #FFFFFF;
 background-color	: transparent;
}

/* 							/a										 */

/*********************************************************************/
/* 							tr										 */
/*********************************************************************/

tr.abheben 
{
 background-color	: #FDF1D4;
}

/* 							/tr										 */

/*********************************************************************/
/* 							td										 */
/*********************************************************************/
/*
td 
{
 background-color	: #F6EBBC;
}
*/

td.head 
{
 background-color	: #E0B16D;
 text-align			: center;
 font-size			: large;
 border-color		: #BB9765;
 border-style		: solid;
 border-width		: 1px;
}

td.body
{
 background-color	: #F6EBBC;
 border-color		: #000000;
 padding-left		: 5px;
 padding-right		: 5px;
}

td.body_center
{
 background-color	: #F6EBBC;
 border-color		: #000000;
 padding-left		: 5px;
 padding-right		: 5px;
 text-align			: center;
}

td.body_number
{
 background-color	: #F6EBBC;
 border-color		: #000000;
 text-align			: right;
}

td.inseln
{
 width				: 5px;
 height				: 5px;
 size				: 1;
}

td[class*="body"]:hover 
{
 background-color:	#DB9E4B;
}

/* 							/td										 */

tr[class*="body"]:hover 
{
 background-color	: #E0B16D;
}

/*********************************************************************/
/* 							input									 */
/*********************************************************************/

input:hover 
{
 background-color	: #E0B16D;
}

input:focus 
{
 background-color	: #F9F2D3;
}

input.submit
{
 border				: 3px double #5d4c2f;
 border-top-color	: #c9a584;
 border-left-color	: #c9a584;
 padding			: 2px 0px;
 background			: #eccf8e url(../images/button.gif) repeat-x;
 font-weight		: bold;
 font-size			: 12px;
 text-align			: center;
 color				: #542c0f; /*Default Brown*/
 width				: 100px;
 cursor:auto;
}

input.submit:hover 
{	
 color				: #FFFFFF; 
 text-decoration	:none;	
}

input.submit:active
{
 border				: 3px double #c9a584;
 border-top-color	: #5d4c2f;
 border-left-color	: #5d4c2f;
 padding			: 3px 1px 1px 3px;
} 

select:hover
 {
  background-color:#E0B16D;  
 }
 
select:focus
 {
  background-color:#F9F2D3;  
 }
 
/* 							/input									 */

/* CSS Document  ENDE */