
/* 
----------------- base
*/

BODY
{
	margin: 0px;
	background-color: #aaaaaa;
	color: #ffffff;
}

TD, DIV { color: #000000; }

TD, DIV, TEXTAREA,INPUT
{
	font-size: 11px;
	font-family: Arial;
	line-height: 14px;
}

/* 
----------------- links
*/

A
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

A:Hover { color: #f15a21; }

/*
alternative
*/

.link1 { color: #ffffff; }
.link1:hover { color: #333333; }
.link2 { color: #f15a21; }
.link2:hover { color: #ffffff; }

/* 
admin
*/

.adminLink { color: #ffffff; }

.adminLink:hover
{
	color: #ffffff;
	text-decoration: underline overline;
}

/*
navigation
*/

.navLink { color: #000; }

.navLink:hover
{
	color: #ffffff;
	background-color: #333333;
}

/* 
----------------- text
*/

h1, .headline { font-size: 14px; }
.small { font-size: 9px; }
.light { font-weight: normal; }

/* 
----------------- boxes
*/

.admin, .admin1
{
	background-color: #dd0000;
	color: #ffffff;
}

.admin2
{
	background-color: #000000;
	color: #ffffff;
}

.active
{
	background-color: #f15a21;
	color: #ffffff;
}
.active2
{
	background-color: #000000;
	color: #f15a21;
}

.content
{
	background-color: #ffffff;
	color: #000000;
}

.content1
{
	background-color: black;
	color: white;
}

.content_orange
{
	background-color: black;
	color: #f15a21;
}

.specs_names
{
	color:  #f15a21;
	font-weight: bold;
}

.specs
{
	color: black;
}

/* 
----------------- backgrounds
*/

.color1 { background-color: #f15a21; }
.color2 { background-color: #333333; }

/* 
standard colors 
*/

.bg, .bg1 { background-color: #E8E8E8; }
.bg2 { background-color: #D2D2D2; }
.white { background-color: #FFF; }
.black { background-color: #000; }
.gray { background-color: #737373; }

/* 
colors
*/

.Cwhite { color: #FFF; }

.orange {
	color: #F15A21;
}

.dark {
	color: #000000;
}