ul{
	float:left;
	width:100%;
}
h1{
	font-size: 50px;
	color:#222222;
	font-weight:bold;
	height:35px;
	font-family:helvetica;
}
h4{
	font-size:25px;
	margin:10px 0 15px 0;
	font-family:"Times New Roman", Times, serif;
	line-height:30px;
	font-style:normal;	
}
#left {
	float:left;
	clear:both;
	margin:0 20px 10px 0;
	display:inline;
}

#station {
	float:left;
	clear:both;
	display:inline;
	margin:0 0 20px 0;
	width:100%;
}
	#station h2 {
		margin:10px 0 5px 0;
		float:left;
		clear:both;
		font-weight:normal;
		font-size:20px;
		font-style:normal;
	}
	#station #gray_box {
		clear:both;
		margin:0;
	}
	#station #videos {
		float:left;
		clear:both;
		width:500px;
	}
		#station h3 {
			margin:0;
		}
		#station .image {
			float:left;
			margin:10px 10px 10px 0;
			display:inline;
		}
		#videos #gray_box_140 {
			margin:5px 10px 0 0;
		}
		#videos a.video {
			float:left; 
			width:200px;
		}
			#videos a.video .title {
				float:left;
				font-size:14px;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				color:#FFF;
				background:url(../images/play_bg.png) no-repeat;
				line-height:20px;
				width:96px;
				height:21px;
				padding:0;
				margin:79px 0 0 0;
				font-weight:bold;
			}
			#videos a.video .icon {
				float:left;
				clear:both;
				display:inline;
				width:100%;
				margin:5px 0 0 0;
				height:50px;
				background:url(../images/icons/play.png) center center no-repeat;
			}
			#videos a.video:hover {
				color:#fff;
				text-decoration:underline;
			}

#more {
	float:right;
	width:300px;
}
#more .button {
	clear:none;
	margin:10px 0 0 50px;
}

/* COURSE PLAN */
#big_dot {
	float:left;
	clear:both;
	width:65px;
	height:67px;
	background:url(../images/course_plan_big_dot.gif);
	line-height:62px;
	text-align:center;
	font-size:24px;
	color:#FFF;
	margin:0 30px 0 50px;
	display:inline;
}
#big_dot.margin {
	margin-bottom:10px;
}
#left.course_plan {
	float:left;
	clear:none;
	width:400px;
	margin:0;
	display:inline;
}
	#left.course_plan h2 {
		margin:22px 0 0 0;
	}
#right.course_plan {
	float:left;
	width:300px;
	margin:0;
	margin-left:10px;
	display:inline;
}
.stations_texts{
	float:left; 
	width:370px;
}
	.stations_texts h2{
		font-weight:bold;
		color:#c92500;
	}
	
/*SUB MENU*/

#sub_menu{
	float:left;
	width:800px;
	
}
ul.sub_menu {
	width:1053px;
	margin:14px 0 0 0;
	float:left;
	padding:0;
	z-index:999;
	position:relative;
}
ul.sub_menu li{
	float:left;
	display:inline;
	position:relative;
	margin:0 2px 0 -20px;
	list-style:none;
}
ul.sub_menu li a {
	min-width:91px;
	height:34px;
	float:left;
	margin:0 20px 0 20px;
	text-align:center;
	color:#666666;
	font-weight:bold;
	line-height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-0.7px;
	
}
ul.sub_menu li a.current {
	background:url(../images/new_design/sub_nav_button.jpg);
	color:white;
}
ul.sub_menu li a.current_big {
	width:150px;
	 background:url(../images/new_design/sub_nav_medium_button.jpg);
	color:white;
}
ul.sub_menu li a.small {
	font-size:10px;
}
ul.sub_menu li a:hover {
	text-decoration:none;
}
.line{
	width:949px;
	height:5px;
	background-color:#e1e1e1;
	clear:both;
	margin-bottom:20px;
	margin-left:-27px;
}

#catalogue{
	width:900px;	
	float:left;
}
	#catalogue #left{
		width:480px;
		text-align:left;
		margin-left:20px;
	}
	#catalogue #left #arrow{
		width:521px;
		height:121px;
		background:url(../images/new_design/download_katalog_arrow.png) no-repeat;	
		float:left;	
	}
	#catalogue #left #arrow #download_text1{
		font-size:18px;
		margin-top:43px; 
		color:white; 
		margin-left:40px; 
		font-weight:bold; 
		text-decoration:underline;
		float:left;
	}
	#catalogue #left #arrow #download_text2{
		float:left;
		color:white;
		margin-top:47px;
		margin-left:5px; 
	}
	#catalogue #right{
		float:left;		
	}
		#catalogue #right #form_bg{
			float:left;
			width:356px;
			height:561px;
			background:url(../images/new_design/download_katalog_form.png) no-repeat;
		} 
