/*
 * 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_1
{
	/* border: 1px solid #00FF00; */
	margin: auto; 
	width: 170px;
	/* height: 20px; */
        padding-top: 5px;
	text-align: left;
        
}



#header
{
        /* border: 1px solid #FF0000; */
	margin: 20px 0px 0px 0px;
	width: 571px;
	height: 5px;
	text-align: justify;
        padding-top: 0px;
}

#header_u
{
        /* border: 1px solid #FF0000; */
	margin: 0px 0px 0px 0px; 
	width: 571px;
	height: 5px;
	text-align: justify;
        padding-top: 0px;
}

#footermenu
{
	margin: auto; 
	width: 550px;
	height: 20px;
	text-align: left;
        padding: 15px 0px 10px 190px;
        border-bottom: 0px solid #ccc; 
}


#wrapper_1
{
	margin: auto;
	width: 760px;
	background-color: #fff;
}


#wrapper, #footer
{
	margin: auto;
	width: 760px;
	background-color: #fff;

}

#wrapper
{
	padding: 0px 0px 10px 0px;
}

#content
{
        height: 500px;
	width: 550px;
	margin: auto;
	float: right;
	text-align: justify;
	padding: 10px 10px 0px 0px;
}

#jbl_magic_maincontent{
        /*position: absolute; */
	width: 650px;
        height: 500px;

	top: 130px;
	left: 196px;
	background-color: #fff;
	z-index: 12;
	clear: both;
	text-indent: 20px;
	-moz-opacity: 0.85; 
	filter: Alpha(opacity=85, finishopacity=85, style=1); 
	overflow: auto;
	overflow-x: hidden;
        
}

#content_space{
	padding: 3px 0px 0px 0px;
}

#left
{
	width: 160px;
	padding: 10px;
	text-align: right;
	float: left;
/*	border-right: 1px solid #ddd; */ 
}

#footer
{
	text-align: right;
	border-top: 0px solid #ccc;
	padding: 7px 0px 12px 0px;
	clear: both;
}

/*Links*/

a
{
	color: #666;
align: right;
text-decoration: none;
line-height: 1.5;
}

a:hover
{ font-weight:bold; color:#a8794d; text-decoration: none;
align: right;
line-height: 1.5;
}

/*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: left;
	padding-top: 0px;
}

#header ul li
{
	display: inline;
}

#header ul li a
{
	padding: 10px;
	color: #333;
	text-decoration: none;
}

#header ul li a:hover
{
        text-decoration: bold;
/*	background-image: url('../images/95.png'); */
}
