/* (en) overflow method for clearing floats */
/* (de) Overflow-Methode zum Clearen der Float-Umgebungen */
.floatbox { overflow:hidden }

/* Left column */
.LeftBox
{
	float: left;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 5px;	
	margin-right: 5px;
}

.LeftBoxRoundedCorners
{
	width: 198px;
}

.LeftBoxHeader
{
	background-image: url(images/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: top, left;
	height: 20px;
	font-weight: bold;
}
.LeftBoxHeader1
{
	background-image: none;
	background-position: top, left;
	height: 20px;
	font-weight: normal;
}

.LeftBoxTitle
{
	padding-left: 10px;
	padding-top: 0px;
}
.LeftBoxTitle a
{
	color: #444444;
	text-decoration: none;
}
.LeftBoxTitle a:hover
{
	color: #444444;
	text-decoration: underline;
}

.LeftBoxBody
{
	background-image: url(images/grey-bg.jpg);
	background-repeat: repeat-x;
	width: 188px;
	padding: 10px 5px 2px 5px;
	float: left;
	border-left: solid 1px Silver; 
	margin-left: -1px;
	border-right: solid 1px Silver;
}

/**************************/
/*  Web Parts  */

.WebPartChromeCss {	/*Css does not work here, edit in properties*/ }
.WebPartZoneCss
{
}
.WebPartTitleCss 
{
	background-image: url(images/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: top, left;
	height: 20px;
	font-weight: bold;
	border-top-color: #E6E6FA;
	border-top-style: solid;
	border-top-width: 1px;
}
.WebPartCss
{
	border-style: none ;
	float: none;
	padding-bottom: 25px;
}
.WarningLinkColors a
{
	color: #CC3300;
	text-decoration: none;
}
.WarningLinkColors a:focus, .WarningLinkColors a:hover, .WarningLinkColors a:active
{
	color: #FF0000;
	text-decoration: underline;
}
.WarningLinkColorsBold a
{
	color: #CA3300;
	text-decoration: underline;
}
.WarningLinkColorsBold a:focus, .WarningLinkColors a:hover, .WarningLinkColors a:active
{
	color: #FF0000;
	text-decoration: underline;
}



/**************************/
/* Right Column */

.RightBoxSeat
{
	margin-bottom: 10px;
	border: 1px solid silver;
}

.RightBox
{
	width: 200px;
	margin-bottom: 10px;
	margin-left: 5px;	
	margin-right: 5px;
	border: 1px solid silver;
}

.RightBoxHeader
{
	background-image: url(images/headline_bg.gif);
	background-repeat: repeat-x;
	height: 24px;
	font-weight: bold;
}

.RightBoxTitle
{
	padding-left: 5px;
	padding-top: 5px;
	color: #444444;
}

.RightBoxBody
{
	background-image: url(images/grey-bg.jpg);
	background-repeat: repeat-x;
	padding: 10px 5px 5px 5px;
}

.RightBoxSeatBody
{
	background-image: url(images/grey-bg.jpg);
	background-repeat: repeat-x;
}

.RightBoxSeatBodyContent
{
	height: 200px;
	background-image: url(images/seat.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.RightBoxBodySmall
{
	background-image: url(images/grey-bg.jpg);
	background-repeat: repeat-x;
	padding: 2px 5px 5px 5px;
}


/**************************/
/* Right Column Ad Space */
.RightBoxAd
{
	width: 200px;
	margin-bottom: 0px;
	margin-left: 5px;	
	margin-right: 0px;
	border: 1px solid silver;
}
.RightBoxHeaderAd
{
	background-image: url(images/headline_bg.gif);
	background-repeat: repeat-x;
	height: 21px;
	font-weight: bold;
}
.RightBoxBodyAd
{
	background-image: url(images/grey-bg.jpg);
	background-repeat: repeat-x;
	padding: 7px 0px 0px 0px;
}


.PartTitleStyle 
{
	background-color:#C1D4E3;
	
	height:25px;
	font-size:8px;
	padding:0px 0px 5px 10px;
	background-image:url(../images/boxHeaderTopLeft.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	}
.PartTitleStyle table                    
{
	background-image:url(../images/boxHeaderTopRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
	}
.PartTitleStyle table tr td 
{
	padding:10px 10px 0 10px;
	}

.PartTitleStyle table tr td span 
{
	font-size:12px;
	font-weight:bold;
	 background-color:#C1D4E3;                 
	 padding-right: -10px; }
.PartStyle                 
{
	background-color: #F8F8f0;                  
	border: solid 1px #DDDDDD; }
.PartZone                
{
	border:dashed 1px #DDDDDD; }
.PartZoneHeader               
{
	height:0px;              
	display:none; }
