/* global */

body{ 
	background:#d4e8f6 url(/images/bg_body.png) repeat-x;
	font:80% "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color:#333;
	line-height:160%;
	margin:0;
	padding:0;
	text-align:center;
}

	/* headings */
		h1{
			font-size:200%;
			font-weight:normal;
		}
		h2, h3, h4, h5, h6{
			font-weight:normal;
			margin:1em 0;
			color:#003678;
		}
		h2{
			font-size:25px;
			font-weight:bold;
			padding-bottom:.5em;
			background:url(/images/bg_line.gif) no-repeat 0 100%;
		}
		h3{ 
			font-size:20px;
			font-weight:bold;
		}
		h4{
			font-size:16px;
		}
	/* // headings */
	
	/* image replacement */
		.graphic{
			margin:0;
			padding:0;
			display:block;
			overflow:hidden;
			text-indent:-8000px;
		}
	/* // image replacement */
	
	/* clearfix */
	
		#content:after, ul:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, ul{
			display:block;
			}
		/*  \*/
		#content, ul{
			min-height:1%;
			}
		* html #content, * html ul{
			height:1%;
		}
	
	/* // clearfix */
		
	/* HTML Tags */
		a{
			text-decoration:none;
			color:#003678;
		}
		a:hover{
			color:#999;
		}
		table, input, textarea, select, li{
			font:100% "Trebuchet MS", Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#333;
		}
		p, blockquote, ul, ol, form{
			margin:1em 0;
		}
		blockquote{
		}
		img{
			border:none;
		}
		.img_left{
			float:left;
			padding:0px 5px 5px 0px;
			width: 120px;
			height: auto;
		}
		hr{
			display:none;
		}
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
		}
		th, td{	
			padding:2px 5px;
		}
		th{	
			text-align:left;
		}
		li{
			display:list-item;
		}
		
	/* // HTML Tags */	
	
/* // global */

/* page setup */

	#container{	
		margin:0 auto;
		width:934px;
		text-align:left;
		position:relative;
	}
	#header{
		height:88px;
		position:relative;
		/* off
		background:url(/images/bg_header.gif) no-repeat 0 0;
		*/
	}
	#subnavigation{
		height:46px;
		position:relative;
	}
	.col{
		float:left;
		display:inline;
		width:290px;
		margin-left:30px;
		padding-bottom:1em;
	}			
	#content{
		margin:55px 0 0 0;
	}
	#contentcenter{
		margin:1em 0;
		text-align:center;
	}
	#main{
		float:left;
		display:inline;
		width:610px;
		margin-left:2px;
		padding-bottom:1em;
	}
	#side{
		float:left;
		display:inline;		
		width:290px;
		margin-left:30px;
		padding-bottom:1em;
		position:relative;
		padding-bottom:1em;
	}
	#big{
		clear:both;
		margin-left:2px;
	}
	#footer{
		background:url(/images/bg_line.gif) no-repeat 0 0;
		padding-top:.5em;
	}

/* //page setup */

/* navigation elements */

	/* main nav */
		
		ul#nav,  
		ul#nav li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#nav{
			position:absolute;
			right:0;
			top:44px;
			height:32px;
			}			
		ul#nav li{
			float:left;
			display:inline;
			height:32px;		
			line-height:32px;			
			margin-left:5px;
			}	
		ul#nav li a{
			float:left;
			display:inline;
			height:32px;		
			line-height:32px;			
			font-size:17px;
			color:#fff;
			padding-left:11px;
			}	
		ul#nav li a span{
			float:left;
			height:32px;		
			line-height:32px;			
			padding-right:11px;
			cursor:pointer;
			}							
		ul#nav li.selected a, ul#nav li a:hover{
			background:url(/images/bg_nav1.gif) no-repeat 0 0;
			}				
		ul#nav li.selected a span, ul#nav li a:hover span{
			background:url(/images/bg_nav2.gif) no-repeat 100% 0;
			}												
	
	/* //main nav */
	
	/* sub nav */
		
		ul#subnav,  
		ul#subnav li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#subnav{
			position:absolute;
			right:0;
			top:8px;
			height:32px;
			}			
		ul#subnav li{
			float:left;
			display:inline;
			height:32px;
			line-height:32px;
			margin-left:5px;
			}	
		ul#subnav li a{
			float:left;
			display:inline;
			height:32px;
			line-height:32px;
			font-size:17px;
			color:#fff;
			padding-left:11px;
			}
		ul#subnav li a span{
			float:left;
			height:32px;
			line-height:32px;
			padding-right:11px;
			cursor:pointer;
			}
		ul#subnav li.selected a, ul#subnav li a:hover{
			background:url(/images/bg_nav1.gif) no-repeat 0 0;
			}
		ul#subnav li.selected a span, ul#subnav li a:hover span{
			background:url(/images/bg_nav2.gif) no-repeat 100% 0;
			}
	
	/* //sub nav */
	
/* //navigation elements */

/* header */

	#header h1{
		position:absolute;
		float:left;
		left:0;
		top:0;
		height:64px;
		width:256px;
		line-height:76px;
		font-size:30px;
		font-weight:bold;
		color:#fff;
		margin:0;
		padding-left:10px;
		background:url(/images/pclogo1.png) no-repeat 0 0;
		}
	#header h1 a{
		float:left;
		height:76px;
		line-height:76px;	
		color:#fff;
		padding:0 20px 0 10px;
		display:none;
		}
	#header #pclogo2{
		left:265px;
		bottom:-40px;
		height:125px;
		width:125px;
		position:absolute;
	}
/* // header */

/* content */

	#content a, .col a{
		text-decoration:underline;
		font-weight:bold;
		}	
	.first{
		margin-left:2px;
		}
	/* off
	.col img{
		background:url(/images/bg_colimg.gif) no-repeat 0 0;
		padding:12px;
		}
	*/
		
	/* intro */
	
		#slogan{
			margin:0;
			background:url(/images/bg_slogan.png) no-repeat 0 0;
			padding-top:25px;
			padding-bottom:2px;
			line-height:59px;
			color:#2c728a;
			font-size:25px;
			font-weight:bold;
			text-indent:32px;
			}
		#intro{
			margin:10px 0;
			height:159px;
			position:relative;
			background:url(/images/bg_intro1.jpg) no-repeat 0 0;
			}
		#intro h2{
			margin:0;
			position:absolute;
			left:30px;
			top:40px;
			font-size:35px;
			line-height:40px;
			color:#fff;			
			padding-bottom:0;
			background:none;			
			}
		#intro p{
			margin:0;
			position:absolute;
			left:30px;
			top:80px;
			color:#fff;
			font-size:18px;
			width:530px;
			line-height:110%;
			}	
		#intro p.link{
			left:709px;
			top:88px;			
			width:196px;
			height:47px;
			background:url(/images/bg_introLink.png) no-repeat 0 0;
			}
		#intro p.link a{
			display:block;
			margin:0 10px;
			overflow:hidden;
			color:#2c728a;
			height:45px;
			line-height:45px;
			text-align:center;
			font-size:22px;
			font-weight:bold;
			text-transform:lowercase;
			}	
		#intro p.link a:hover{
			color:#940000;
			}
	
	/* // intro */
	
	/* side list */
	
		ul.list, ul.list li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.list{
			}
		ul.list li{
			padding-top:.5em;
			background:url(/images/bg_line.gif) no-repeat 0 0;
			}	
		ul.list li.first{
			padding-top:0;
			background:none;
			}
		ul.list li h3{		
			margin:.5em 0;
			font-size:15px;
			}
		ul.list li p{
			margin:.5em 0;
			}
	
	/* // side list */	
	
	/* item list */
	
		ul.items, ul.items li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.items{
			}
		ul.items li{
			padding:.5em 0;
			background:url(/images/bg_line.gif) no-repeat 0 0;
			position:relative;
			min-height:120px;
			}	
		ul.items li.first{
			background:none;
			}
		ul.items li h4, ul.items li p{
			margin:.5em 0 .5em 130px;
			}
		ul.items li img{
			position:absolute;
			top:1em;
			left:0;
			background:url(/images/bg_itemimg.gif) no-repeat 0 0;
			padding:12px;
			}
	
	/* // item list */
	
	/* form */
	
		form{
			margin:1.5em 0;
			padding-top:.5em;
			}
		fieldset{
			margin:0;
			padding:0;
			border:none;
			}			
		legend{
			display:none;
			}
		label{
			float:left;
			width:120px;
			}
		/*
		input, textarea{
			width:250px;
			border:1px solid #dbd3b6;
			padding:5px;
			}			
		textarea{
			height:120px;
			overflow:auto;
			}
		form p{
			clear:both;
			margin:0;
			padding:8px 0;
			}
		button{
			border:none;
			padding:4px 10px;
			margin:0;
			background:#2c728a;	
			color:#fff;
			font-weight:bold;
			font-size:15px;
			cursor:pointer;
			margin-left:10px;
			}
		*/
	
	/* // form */
	
/* // content */

/* footer */

	#footer a{
		color:#555;
		text-decoration:underline;
		}
	#footer a:hover{
		color:#940000;
		text-decoration:underline;
		}		
	#footer ul{
		float:right;
		margin:1em 0;
		padding:0;
		}
	#footer li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		list-style:none;
		}

/* // footer */
/* anythingSlider */
.anythingSlider                         { width: 934px; height: 344px; position: relative; margin: 15px auto 0px auto; padding-bottom:20px; background:url(/images/bg_line.gif) no-repeat 0 100%;}
																					/* 934 - 2x40 margin = 854 */
.anythingSlider .wrapper                { width: 854px; overflow: auto; height: 340px; margin: 0 40px; position: absolute; top: 0; left: 0; }
/* .anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 2px solid #00337B; border-bottom: 2px solid #00337B; margin: 0; padding: 0;} */
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; padding: 0;}
.anythingSlider ul li                   { width: 854px; height: 320px; display: block; float: left; padding: 0; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(/images/slider/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }
																					/* height ul li + 2x Rahmendicke */
#thumbNav                               { top: 320px; position: relative; text-align: center;}
#thumbNav a                             { color: white; font-size: 11px; display: inline-block; padding: 2px 8px 3px 8px; height: 18px; margin: 0 5px 0 0; background: #00337B url(/images/slider/cellshade.png) repeat-x; text-align: center; text-decoration:none; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #7BADBD; }
																					/* height ul li + 2x Rahmendicke .wrapper ul = 320 + 2x 2 = 324 */
#start-stop                             { text-decoration:none; top: 320px; background: #00337B; background-image: url(/images/slider/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { text-decoration:none; background-color: #00337B; }
#start-stop:hover                       { background-image: none; }
/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
/*
    For Specific Slides
*/
#textSlide                              { background: url(/images/slider/banner_xmas2009.jpg) no-repeat; width:854px; height:320px;}
#textSlide img                          { position:absolute; padding-left:200px; padding-top:90px;}
#textSlide h3                           { margin:0; padding-left:555px; padding-top:70px; color: #000; text-align:center; font: 25px Georgia, Serif; line-height:170%;}
#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }
/* // anythingSlider */
/* countdown */
#countdown {
	width:360px;
	padding-left:300px;
	padding-top:50px;
}
.hasCountdown {
	/* border: 2px solid #0099e5; */
	padding: 3px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	color: #ccc;
	display: block;
	float: left;
	font-size: 20px;
	text-align: center;
	padding-top:3px;
	line-height: 30px;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
/* // countdown */

