/* COLORCELL STYLESHEET -- copyright 2002 by ueli preisig */

/* BASICS ---------- */

body, p, i, em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #E0E0E0;
}

p {	color: #E0E0E0;}
i { font-style : italic; color: #E0E0E0}
.legende {
	font-size: 10px; font-weight: normal;
}
.legende2 {
	font-size: 9px; font-weight: normal;
}

/* Table zentrierung */
div.centered {text-align: left;} 
div.centered table {margin: 0 auto; text-align: centered;}



/* HEADERS ----------*/

h1, h2, h3, h4 {font-family: Arial, sans-serif;  font-weight: bold;}

h1      {font-size: 13px; color: #E0E0E0; }
h2      {font-size: 12px; color: #E0E0E0;}
h3 {font-size: 11px; color: #E0E0E0;}
th      {font-size: 8px; font-weight: bold; text-align: center; }
.h1     {font-size: 12px; font-weight: bold; }
.h2     {font-size: 10pt; font-weight: bold; }
.label  {font-size: 8px; font-weight: bold; }
.normal {font-size: 8px;  color : #E0E0E0;  }
.notice {font-size: 11px; color: #E0E0E0; }
.small { font-size: 9px; color: #E0E0E0; }
.xsmall { font-size: 8px; color: #E0E0E0; }
hr 	{
    border: 0 px;
	color: #666666;
	height: 1px;
}

/* LINKS ----------*/

a {  font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#DBDBDB; 
	text-decoration: underline;
}

a:link {color: #DBDBDB;}
a:visited {color: #DBDBDB;}
a:active {color: #FF6347;}
a:hover {	color: #FF6347;}

/* HEADER  -----------*/
.head{
	font-size: 10px; 
	color: #D7D7D7; 
}


/* NAVIGATION -----------*/

/* login / register */

.log {
	color: #D3D3D3;
	text-decoration: none;
	font-size: 11px
}

/* navigation subcategories */
.nav{
	vertical-align : baseline;
}

.nav1{ 
	font-size: 10px; 
	color: #181818; 
	text-decoration: none;
	vertical-align : top;
}

.nav1td{ 
	background : #B1B1B1;
	padding : 0px 0px 0px 3px;
}

a:link.nav1{color : #181818;}
a:visited.nav1 {color: #181818;}
a:active.nav1 {color: #EDEDED;}
a:hover.nav1 {color: #EDEDED; text-decoration: underline}

/* navigation topcategories */
.nav2{ 
	font-size: 11px; 
	color: #E0E0E0; 
	text-decoration: none;
	font-weight : bold;
}

.nav2td{ 
	background : #464646;
	padding : 0px 0px 0px 3px;
}

a:link.nav2{color : #EDEDED;}
a:visited.nav2 {color: #EDEDED;}
a:active.nav2 {color: #DBDBDB;}
a:hover.nav2 {color: #000000;;}

/* TABLES -----------*/

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align : top;
} 

/* explanation  table --> for explanations on each side */

table.expl  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align : top;
	border: 1px solid #888888;
	padding : 3px 3px 3px 3px;
} 

table.centered  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	vertical-align : top;
	border: 1px solid #888888;
	padding : 3px 3px 3px 3px;
} 

table.disp {
	border: 1px solid #363636;
	padding : 5px 5px 5px 5px;
	background-color : #010101;
}

th.expl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D3D3D3;
	background-color : #383838;
}

/* statistics  table --> for explanations on each side */

table.stats  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align : baseline;
	border: 1px solid #888888;
	padding : 3px 3px 3px 3px;
} 

/* outer table --> for border */

table.rahmen {
	border : 1px solid #343434;
	text-align: center;
} 

/* inner  table --> for all content */

table.inhalt {
	text-align: center;
} 

td {
	font-weight: normal;
	text-align : left;
} 

/* button */

input.rahmen1 { 
   border: 1px solid #E0E0E0; 
   background-color: #313131;
   color : #E0E0E0;
}

