/*
	Duenne graue Linien: #BFBFC1
	News Gelb          : #FFEC00
*/

BODY	{
	background-color : white;
	background-image : url(../p/0-back.gif);
	background-repeat : no-repeat;
	color : black;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	padding : 0px;
	font-family : verdana,helvetica,arial;
	font-size : 12px;
		}

A		{
	color: #000000;
	text-decoration: underline;
		}

A:hover	{
	color: #ff0000;
	text-decoration: underline;
		}

P		{		
	max-width : 580px;
		}

/* stuff */
.tableform1	{		
	font-family : verdana,helvetica,arial;
	font-size : 11px;
	color : black;
	background-color : #FFFFCC;
		}

.tableform2	{		
	font-family : verdana,helvetica,arial;
	font-size : 11px;
	font-weight : bold;
	color : red;
	background-color : #FFFFCC;
		}

.font1	{		
	font-family : verdana,helvetica,arial;
	font-size : 12px;
	font-weight : bold;
	color : #212125;
		}

.font2	{		
	font-family : verdana,helvetica,arial;
	font-size : 12px;
	font-weight : bold;
	color : #808080;
		}

/* container */
#header	{
	position : absolute;
	width : 100%;
	height : 161px;
	padding : 0px;
	z-index : 1;
	background-color : #000000;
	background-image : url(../p/1-back-head-global.gif);
	background-repeat : no-repeat;
	left : 0px;
	top : 0px;
		}

#greyline1	{
	position : absolute;
	width : 100%;
	height : 1px;
	padding : 0px;
	background-color : #BFBFC1;
		}

#greyline2	{
	position : absolute;
	width : 100%;
	height : 1px;
	padding : 0px;
	background-color : #3F3F41;
		}

#greyline3	{
	position : absolute;
	width : 100%;
	height : 1px;
	padding : 0px;
	background-color : #727274;
		}

.team	{
	text-align: left
		}

.team_row	{
	width: 100%;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
		}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="p/overlay.png", sizingMethod="scale");
	}
