

/* ------------------------ 
 * Style Sheet information	
 * ------------------------ 
 * 
 * Template		: Homepage
 * Autor		: -
 * Version		: 2.0
 * Date			: 15-12-2006
 * Validated	: No
 * Type			: Screen
 *
 */

h1 {
	display: none;
}

h2 {
/*
	width: 336px;
*/
	height: 15px;
	padding: 0 0 0 5px;
	margin: 0 0 9px 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
	color: #ffffff;
	background-color: #004c8c;
}

/* Left column */
#screen_column_left {
	width: 342px;
	height: 398px;
	float: left;
}

#screen_column_left h3 { 
	font-size: 300%;
	line-height: 105%;
	font-weight: bold;
	color: #001d52;
	margin: -6px 0 8px 0;
}

#screen_column_left #video {
	height: 218px;
/*
	width: 342px;
*/
	margin: 0 0 15px 0;
}

/* Right column */
#screen_column_right {
	width: 342px;
	min-height: 398px;
	height: auto !important;
	height: 398px;
	float: right;
}

#screen_column_right .border {
	border: 1px solid #004c8c;
	padding: 0 0 10px 0;
}

#screen_column_right .border p {
	margin-left: 5px;
}

#screen_column_right h3 {
	font-size: 200%;
	line-height: 130%;
	font-weight: normal;
	color: #004c8c;
	display: block;
	margin: -6px 0 8px 5px;
}

#screen_column_right h4 {
	font-size: 210%;
	line-height: 100%;
	font-weight: bold;
	color: #001d52;
	margin: 0 0 10px 0;
}

#screen_column_right form {
	width: 166px;
	padding: 0 0 0 0;
	margin: 15px 0 18px 0;
}

input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.img_left {
	float: left;
	margin: 0 12px 4px 5px;
}

.img_right {
	float: right;
	margin: 0 0 10px 12px;
}

#screen_row_bottom img {
	width: 689px;
	overflow: hidden;
}

