@charset "utf-8";
/* CSS Document */

/*==============================
	GLOBALS
Sets the default document font size, family
and color
===============================*/
body
{	
	background-color:#A7A649;
	background:url('bg.png'); 
	background-repeat:repeat;
	margin-top:1px;
}
.headline {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: 13pt; font-weight: bold; font-variant: normal; text-transform: lowercase; color: #222222; word-spacing: 2pt; letter-spacing: 2px}
.headline-sup {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: 14pt; font-weight: bold; font-variant: normal; color: #222222; word-spacing: 2pt; letter-spacing: 2px}
.runtext {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: 10pt; font-weight: normal; color: #5F5D5E; letter-spacing: 2px; word-spacing: 1pt}
.runerrtext {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: 10pt; font-weight: normal; color: #DD0000; letter-spacing: 1pt; word-spacing: 1pt}
.copytext {  font-family: Arial, Helvetica, sans-serif; font-size: 6pt; font-style: normal; line-height: 7pt; font-weight: normal; color: #666666; letter-spacing: 1px; word-spacing: 1pt}
.link {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-decoration: none; color: #42424A}
.link-na { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-decoration: none; color: #C9C9A5}
.link-small {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: none; color: #42424A}
.link-na-small { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: none; color: #C9C9A5}
A {color: #42424A}
A:hover {color: #BC7501}
.tkochButton { font-family: Arial, Helvetica, sans-serif; background-color:#cfcfcf; color:#696969; width:80px; border:1px solid #696969; 10px; font-style: normal; line-height: 12px;                     font-weight: normal; text-decoration: none; letter-spacing: 1px; padding:0px }
.tkochField { font-family: Arial, Helvetica, sans-serif; background-color:#cfcfcf; width:250px; border:1px solid #696969;}
.gbField { font-family: Arial, Helvetica, sans-serif; background-color:#cfcfcf; border:1px solid #696969;}
.scrollableContent { width: 100%; height: 100%; overflow:auto}

/*==============================
	SITE WRAPPER
===============================*/
.yamba-wrapper
{
	width:793px; 
 
	/* min-height lets your site grow vertically 
	(like in tables). */
	min-height:860px; 
 
	/* By setting these to auto you are centering the 
	site */
	margin-left:auto;  
	margin-right:auto; 
	
 	position:relative;
	border:solid 1px black; 
	background-color:#a7a649;
}
/*==============================
	HEADER WRAPPER
===============================*/
.yamba-header
{
	width:787px; 
	height:139px; 
	
	margin-left:auto;  
	margin-right:auto;
 
	background:url('yambalaya2_header.png'); 
 
	/* css lets you designate how you want an image to 
	repeat. Along the x-axis, y-axis or not at all. */
	background-repeat:no-repeat; 
}
/*==============================
		CONTENT WRAPPER
===============================*/
.yamba-contentwrapper
{
	margin-top:3px; 
 	margin-left:24px;
 
	width:485px; 
	min-height:830px; 
}
.yamba-navi
{
	width:485px;
	text-align:center;
}
.yamba-content-top
{
	width:485px;
	height:15px;
	background:url('yambalaya2_ctop.png'); 
	background-repeat:no-repeat; 
}	
.yamba-content-bottom
{
	width:485px;
	height:50px;
	margin-bottom:30px;
	background:url('yambalaya2_cbot.png'); 
	background-repeat:no-repeat; 
}	
.yamba-content
{
	width:465px;
	min-height:300px;
	background-color:#c0c17f;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:1px;
}
/*==============================
	fixed elements on the side
===============================*/
.yamba-cdpromo
{
	position:absolute;
	top:165px;
	left:538px;
}
.yamba-myspace
{
	position:absolute;
	top:710px;
	left:563px;
	z-index:20;
}
.yamba-sonnenversand
{
	position:absolute;
	top:820px;
	left:572px;
	z-index:20;
}
.yamba-elephant
{
	position:absolute;
	right:5px;
	bottom:1px;
	z-index:10;
}
.yamba-copyright
{
	position:absolute;
	left:30px;
	bottom:2px;
	z-index:10;
}
