/*-- Deckard-Worldwide.com --------------------*/
/*-- Version: v.1.1 (09.03.08)-----------------*/
/*-- author: Felix Berger (felixberger.info) --*/
/*-- Main Stylesheet --------------------------*/

/*-- Body Settings (Centered Container) --*/
body {
	background: #000; 
	text-align: center;
}
/*-- Clearing --*/
p:after {
	content: "";
	clear: both;
  	display: block;
  	height: 0;
  	clear: both;
  	visibility: hidden;
}

/*-- IDs --*/
#container { 
	margin: 0px auto; 
	text-align: left; 
	width: 38.4375em; /*-- Equals 615px --*/ 
}
#header { 
	margin-top: 2em; /*-- Equals 20px --*/
}
#content {
	margin-top: 1em;
	font-size: 0.625em; /*-- Equals 10px --*/
}
#content a, h2, li, p {
	font-family: verdana, arial, sans-serif;
	line-height: 1.3em; /*-- Equals 13px --*/
}
#content a, li, p {
	font-weight: normal; 
	text-decoration: none;
}
#content h2, li, p {
	color: #ccc; 
}
#content h2 {
	line-height: 1.3em; /*-- Equals 13px --*/
	font-size: 1em; /*-- Equals 10px --*/
	font-weight: bold;
}
#column_left {}
#column_center {}
#column_right {}
#item_news {}
#item_history {}
#item_history ul { /*-- History list put inside --*/
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
#item_history li {
	margin-bottom: 1em; /*-- Equals 10px --*/
}
#item_news img,
#item_history img {
	float: right;
	width: 5em; /*-- Equals 50px --*/
	height: auto; /*-- Equals 50px --*/
	margin: 0 0 0.5em 0.5em; /*-- Equals 5px --*/
	border: 0.1em solid #ccc; /*-- Equals 1px --*/
}
#item_about {}
#item_contact {}
#item_links_network {}
#item_links_other{}
#item_banner {}

/*-- Main Classes --*/
.column {
	float: left;
	width: 20.5em; /*-- Equals 205px --*/
}
.item {
	margin: 0 1em 1em 0; /*-- Equals 10px --*/
}
.linklist ul { /*-- Link clouds put inside --*/
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
.linklist li { /*-- Link cloud items formatted inline --*/
	display: inline;
}

/*-- Blue Links (Standard) --*/
a.link_blue {
	color: #000; 
	background-color: #0066ff;
}
a.link_blue:active {
	color: #fff; 
	background-color: #0066ff;
}
a.link_blue:focus {
	color: #0066ff; 
	background-color: #000;
}
a.link_blue:hover {
	color: #0066ff; 
	background-color: #000;
}
a.link_blue:visited {
	color: #0066ff; 
	text-decoration: line-through; 
	background-color: #000;
}

/*-- Black Links (Graphics) --*/
a.link_black {
	color: #000; 
	background-color: #000;
}
a.link_black:active {
	color: #000; 
	background-color: #000;
} 
a.link_black:focus {
	color: #000; 
	background-color: #000;
}
a.link_black:hover {
	color: #000; 
	background-color: #000;
}
a.link_black:visited {
	color: #000; 
	background-color: #000;
}

