/**
 * Framework html, body and main settings
 */

html,body 
{
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	background-color: #eeeeee;

	font-family: Verdana;
	font-size: 12px;
}

div.fixed
{
	
	position: fixed;

	z-index: 1;
}

/**
 * Header settings
 */
div#header
{
	width: 90%;
	height: 27px;

	top: 0px;
	
	background-image: url('images/bg_pixel.jpg');
	background-color: #515C91;

	z-index: 30;
}

div#header-background
{
	width: 100%;
	height: 27px;

	background-image: url('images/bg_pixel.jpg');
	background-color: #515C91;
}

/**
 * Magazine navigation settings
 */
 div#magazine-navi
 {
	width: 285px;
	height: 27px;

	z-index: 40;
 }

 div#magazine-navi ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;

	position: absolute;
}

div#magazine-navi li
{
	display: inline;
}

div#magazine-navi a 
{
	font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
    display: block;
    text-decoration: none;
    color: white;
    text-align: center;
    float: left;
    width: 70px;
    height: 27px;
    line-height: 27px;
    position: relative;
}

div#magazine-navi .art a
{
	background-image: url('images/art.jpg');
	background-repeat: no-repeat;
}

div#magazine-navi .art a:hover
{
	background-image: url('images/art-over.jpg');
	background-repeat: no-repeat;
}

div#magazine-navi .work a
{
	background-image: url('images/work.jpg');
	background-repeat: no-repeat;
}

div#magazine-navi .work a:hover
{
	background-image: url('images/work-over.jpg');
	background-repeat: no-repeat;
}

div#magazine-navi .media a
{
	background-image: url('images/media.jpg');
	background-repeat: no-repeat;
}

div#magazine-navi .media a:hover
{
	background-image: url('images/media-over.jpg');
	background-repeat: no-repeat;
}

div#magazine-navi .spot a
{
	background-image: url('images/spot.jpg');
	background-repeat: no-repeat;
}

div#magazine-navi .spot a:hover
{
	background-image: url('images/spot-over.jpg');
	background-repeat: no-repeat;
}

/**
 * Language navigation settings
 */
div#language
{

	right: 15px;

	width: 150px;
	height: 27px;

	background-image: url('images/language.jpg');
	background-repeat: no-repeat;

	z-index: 41;
}

div#language ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;

	position: absolute;
}

div#language li
{
	display: inline;
}

div#language a
{
	font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
    display: block;
    text-decoration: none;
    color: white;
    text-align: center;
    float: left;
    width: 75px;
    height: 27px;
    line-height: 27px;
    position: relative;
}

div#language a:hover
{
	background-color: #5D689A;
}

/**
 * Quicklink settings
 */
 div#quicklink
 {
	height: 27px;
	width: 200px;
	left: 290px;
	color: white;
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
	font-family: Verdana;
	text-align: right;

	background-image: url('images/quicklink.jpg');
	background-repeat: no-repeat;
	background-position: right;

	z-index: 42;
 }

input#quicklink-input 
{
	border: none;
	background-color: transparent;
	margin-right: 8px;
	margin-left: 5px;
	position: relative;
	font-weight: bold;
	color: white;
	font-size: 12px;
	
	width: 67px;
}

input#quicklink-submit 
{
	border: none;
	opacity: 0;
	position: relative;
	font-weight: bold;
	background-color: transparent;
	cursor: pointer;

	height: 20px;
	width: 20px;
}

/**
* Breadcrumb
*/

div#breadcrumb
{
	height: 27px;
	left: 500px;
	
	line-height: 27px;
	
	
	z-index: 43;
}
div#breadcrumb h2
{
	color: white;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Verdana;
}

/**
 * Pagetitle
 */
div#pagetitle
{
	height: 27px;
	width: 400px;
	left: 500px;

	/*z-index: 42;*/
}
div#pagetitle h1, div#pagetitle a 
{
	margin: 0px;
	padding: 0px;
	color: white;
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
}

/**
 * Global navigation settings
 */
div#global-navi-bar
{
	width: 280px;
	height: 100%;
	background-image: url('images/bg_pixel.jpg');
	background-color: #515C91;

	z-index: 20;
}

div#global-navi-bar img
{
	border: none;
}

div#global-navi-title-image
{
	border: none;
	top: 27px;
}

div#global-navi
{
	top: 427px;
	width: 280px;
}

div#global-navi ul
{
	margin: 0px;
	padding: 0px;

	list-style: none;
}

div#global-navi a
{

	padding:0px;
	margin: 0px;

	padding-left: 70px;

	font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
    text-decoration: none;
    color: white;    
    line-height: 18px;
   /* position: relative;*/
	display: block;
}

div#global-navi a:hover
{
	background-color: #5D689A;
}

.page-item-12, .page-item-16, .page-item-87
{
	background-color: #606eae;
}


/**
 * Content settings three columns content left, middle and right
 */
div#content
{
	position: absolute;
	top: 0px;

	height: 100%;
	width: 100%;
	
	color: #333333;
	
	z-index: 10;
}

div#content-inner
{
	position: absolute;
	width: 100%;
	top: 27px;
}

div#content-left
{
	position: absolute;
	padding: 10px;
	padding-left: 290px;
	padding-right: 250px;
	float: left;
}

div#advert-right
{
	top: 10px;
	right: 0px;
	position: absolute;
	width: 230px;
	float: right;
}

/* Workarounds für den IE6*/
* html, * html body
{
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

* html #header, * html #header-background, * html #magazine-navi, * html #language, * html #quicklink, * html #global-navi-bar, * html #global-navi-title-image, * html #global-navi
{
	position: absolute;
}


* html #content
{
	position: absolute;
	left: 0px;
	top:0px;
	overflow: auto;
}