@charset "utf-8";
/* CSS Document */

/************************************************
		D E V
************************************************

#container
{
	background-color: #f00;
}

#content,
#site-10 #coverbar
{
	background-color: #ff0;
}

#site-10 #coverbar .covers
{
	background-color: #0ff;
}

#site-10 #coverbar .btn-container
{
	background-color: #0f0;
}

#samplebar
{
	background-color: #f00;
}

#samplebar .samples
{
	background-color: #0f0;
}

#taglist
{
	background-color: #f00;
}




/************************************************
		G L O B A L
************************************************/

html, body, *
{
	padding: 0;
	margin: 0;
}

html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clearer
{
	clear: both;
	float: none;
}

a,
a *,
input
{
	outline: none;
	border: none;
	text-decoration: none;
}

ul
{
	list-style: none;
}

.small
{
	font-size: smaller;
}

.normal
{
	text-transform: none;
}

cite
{
	font-style: italic;
}

.logo
{
	position: absolute;
}


/************************************************
		C E N T R A L - P E R S P E C T I V E
************************************************/

html, body, .fullscale
{
	width: 100%;
	height: 100%;
}

table.fullscale
{
	text-align: center;
	border-collapse: collapse;
}

.center
{
	vertical-align: middle;
}


/************************************************
		S I T E - S T R U C T U R E
************************************************/

#container
{
	text-align: left;
	
	display: block;
	
	width: 1000px;
	height: 600px;
	
	margin: auto;
}

#content
{
	width: 1000px;
	height: 564px;
	
	position: relative;
	
	overflow: hidden;
}


/*******************
	FOOTER
********************/

#footer
{
	width: 100%;
	height: 36px;
	
	position: relative;
	
	font-size: 14px;
}

#footer a
{
	margin: 0 10px;
}

#footer span
{
	position: absolute;
}

#footer span.breadcrumb
{
	left: 17px;
	bottom: 2px;
	
	text-transform: lowercase;
}

#footer span.lang-de
{
	left: 357px;
	bottom: 2px;
}

#footer span.logo
{
	left: 400px;
	bottom: 2px;
}

#footer span.lang-en
{
	left: 580px;
	bottom: 2px;
}

#footer span.info
{
	right: 110px;
	bottom: 2px;
}

#footer span.live
{
	right: 20px;
	bottom: 2px;
}


/************************************************
		N O S C R I P T
************************************************/

body div.noscript
{
	width: 100%;
	
	color: #000;
	background-color: #ffe;
	border-bottom: 1px solid #666;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	text-transform: none;
}

div.noscript div.showmessage
{
	text-align: left;
	padding: 5px;
	
	min-width: 100%;
	
	font-size: 10px;
}

div.noscript div.showmessage .big
{
	letter-spacing: .1px;
	
	font-size: 12px;
	font-weight: bold;
}

body div.noscript img
{
	float: left;
	padding-right: 5px;
}

body div.noscript a
{
	position: absolute;
	right: 0;
	margin-right: 8px;
}


/************************************************
		W A R N I N G
************************************************/

#warning-div
{
	width: 100%;
	
	color: #000;
	background-color: #ffe;
	border-bottom: 1px solid #666;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	text-transform: none;
	
	padding: 5px;
}

