/*#############################################################
Name: graphic+
Date: 2008-09-11
Description: Layout 4 graphic+
Author: Dimitar Stoykow jr.
URL: www.design-in-goerlitz.de

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

a:link
{
	color: #CC0000;
	text-decoration: none;
}

a:visited
{
	color: #CC0000;
	text-decoration: none;
}

a:hover
{
	color: white;
	text-decoration: none;
}

a:active
{
	color: #CC0000;
	text-decoration: none;
}


html
{
	height: 100%;
}

body
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px; 
	background-position: center center;
	background-repeat: no-repeat;
	background-color: black;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

table.container
{
	border: 0px none;
	width: 100%;
	height: 100%;
	text-align: left;
	vertical-align: middle;
	background-color: none;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}

table.menu
{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	table-layout: auto;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: white;
	vertical-align: top;
}

td.normal a:link
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: white;
	text-decoration: none;
}

td.normal a:active
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: white;
	text-decoration: none;
}

td.normal a:hover
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: white;
	text-decoration: none;
}

td.normal a:visited
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: white;
	text-decoration: none;
}

*.active a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

td.normal
{
	width: 1px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: black;
}

td.active
{
	width: 1px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #990000;
}

table.container div
{
	float: top;
}

div.header
{
	border: 0px none;
	overflow: hidden;
	height: 100px;
	width: 800px;
/*	background-image: url(./img/bg_header.png);
	background-repeat: no-repeat;	*/
}

div.content
{
	border: 0px none;
	overflow: hidden;
	height: 550px;
	width: 440px;
/*	background-image: url(./img/bg_content.png);
	background-repeat: no-repeat;	*/
}

div.body
{
	margin: 20px;
	border: 0px none;
	overflow-x: hidden;
	overflow-y: auto;
	height: 510px;
	width: 390px;
	font-family: Verdana, sans-serif;
	color: white;
	text-align: left;
}

div.body td
{
	vertical-align: top;
}

div.menu1
{
	border: 0px none;
	overflow: hidden;
	height: 15px;
	width: 800px;
	background-color: black;
	font-size: 6pt;
	text-align: center;
}

div.menu2
{
	border: 0px none;
	overflow: hidden;
	height: 15px;
	width: 800px;
	background-color: black;
	font-size: 6pt;
	text-align: center;
}

*.field_title
{
	text-align: left;
}

input
{
	border: 0px none;
}

*.nr_content li
{
	margin-bottom: 20px;
	width: 320px;
	font-size: 8pt;
}

div.newsreader > a
{
//	display: none;
}
