a
{
	outline		: none;
	color		: #818181;
	text-decoration	: none;
	letter-spacing	: 1px;
	font-family	: "arial";
}
a:hover
{
	color		: #fff;
}

body
{
	margin		: 0px;
	padding		: 0px;
	background-color: #000;
	color		: #fff;
	font-family : "Helvetica";
	font-size	: 12px;
	overflow-y	: scroll;
}

div#page
{
	width		: 900px;
	margin		: 0px auto;
	
	border-top	: 3px;
	border-top-color: #ff5400;
	border-top-style: solid;
}

div#banner
{
	background-image: url(http://layout.schauble.de/banner.jpg);
	height		: 250px;
}

div#banner_space
{
	clear		: both;
	height		: 10px;
}

div#menu
{
	width		: 900px;
	padding		: 5px 0px 5px 0px;
	margin-top	: 10px;
	clear		: both;

	text-align	: left;
	font-weight	: bold;
	font-size	: 16px;
	letter-spacing	: 2px;
}
div#menu a
{
	clear		: both;
	text-decoration : none;
	padding		: 0px 5px 2px 5px;
	margin		: 0px 2px 0px 2px;
}
div#menu a:hover
{
	border-color	: #ff5400;
	color		: #000;
	border-top-width: 10px;
	border-top-style: solid;
	text-decoration : none;
	background-color: #fff; 
}

p.right
{
	text-align	: right;
}
p.block
{
	text-align	: justify;
}

div#main
{
	float		: left;
	width		: 600px;
	padding		: 5px;
}

/* NAVIGATION ON RIGHT SIDE */
div#nav
{
	float		: left;
	width		: 280px;

	padding-top	: 10px;
	padding-bottom	: 10px;
	padding-left	: 10px;

	text-align	: left;
}

div#nav a
{
	border-bottom	: 1px;
}

div#nav a.active
{
	border-bottom-color	: #ff5400;
	border-bottom-style	: solid;
}
/*******************************
Navigation end
*******************************/
/*******************************
WCMS Syles
*******************************/
div.wcms_menu
{
	float		: left;
	padding		: 0px 2px 0px 2px;
}
div.blog_post
{
	border-bottom		: 1px;
	border-bottom-style	: dotted;
	border-bottom-color	: #fff;
}

div.blog_post a.blog_headline
{
	font-family	: "tahoma";
	font-size	: 16px;
	font-weight	: bold;
	letter-spacing	: 2px;
}

div.blog_post p.block a
{
	font-family	: "courier new";
	letter-spacing	: 0px;
}

div.blog_post input, textarea
{
	margin-right	: 4px;
	background	: #000;
	border-width	: 0px 0px 1px 1px;
	border-bottom-color: #999;
	border-style	: dashed;
	color		: #fff;
}
/**********************
SOCIAL NETWORKS
**********************/
div#social
{
	width		: 600px;
	background-color: #fff;
}
