/*
 * grayn CSS file
 * Copyrigt 2006-2007 http://julian.ebytehost.com/
 * Jabber: julian@draugr.de
 */

body
{
	margin: 0;
	padding: 0;
	background-image: url('../images/background.png');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#box1
{
	background-image: url('../images/header_bg.png');
	background-repeat: repeat-x;
}

#box2
{
	background-image: url('../images/shadow.png');
	background-repeat: repeat-y;
	background-position: center;
}

#header
{
	margin: auto;
	width: 760px;
	height: 120px;
	text-align: right;
	background-image: url('../../../images/header1.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#wrapper, #footer
{
	margin: auto;
	width: 760px;
	background-color: #fff;
}

#wrapper
{
	padding: 0px 0px 10px 0px;
}

#content
{
	width: 555px;
	margin: auto;
	float: right;
	text-align: justify;
	padding: 10px 10px 0px 10px;
}

#left
{
	width: 160px;
	padding: 10px;
	text-align: justify;
	float: left;
	border-right: 1px solid #ddd;
}

#footer
{
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 7px 0px 12px 0px;
	clear: both;
}

/*Links*/

a
{
	color: #666;
}

a:hover
{
	text-decoration: none;
}

/*Headlines*/

h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0px 0px 3px 5px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}

h1
{
	border-bottom-width: 5px;
	font-size: 150%
}

h2
{
	border-bottom-width: 4px;
	font-size: 140%
}

h3
{
	border-bottom-width: 3px;
	font-size: 130%
}

h4
{
	border-bottom-width: 2px;
	font-size: 120%
}

h5
{
	border-bottom-width: 1px;
	font-size: 110%
}

h6
{
	border: 0;
	font-size: 100%;
}

/*Navigations*/

/*Top*/

#header ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	padding-top: 78px;
}

#header ul li
{
	display: inline;
}

#header ul li a
{
	padding: 10px;
	color: #333;
	text-decoration: none;
}

#header ul li a:hover
{
	background-image: url('../images/95.png');
}