@charset "utf-8";
/**
 * Stylesheet 
 * Author:	David Schneider
 * Email:	david.schneider@xyqom.net
 * Copyright 2010 XYQOM GmbH
 */
 
/**
* Basics
*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*/
* {
	margin:0;
	padding:0;
}

:focus
{
	outline: none;
}

html
{
	height:100%;	
	overflow: -moz-scrollbars-vertical;
	background:transparent url(../images/ui/bg_pattern_paper.jpg)
}

body
{
	height:100%;
	background:transparent url(../images/ui/bg_header_x.jpg) repeat-x;
}

#bg_scale
{
	width:100%;
	height:100%;
	margin:300px 0 0;
	position:absolute;
	z-index:-1;
}

/**
* Font-Family
*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*/
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Tahoma, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Georgia, "Times New Roman", Times, serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Tahoma, Geneva, sans-serif
}

/**
* Font-Size/Color
*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*/
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:13px;
	line-height:18px;
	color:#545454;
}

a {
	color:#003399;	
}

a img
{
	color:#011432;
	border:0;
}

h1, h2, h3, h4, h5, h6
{
	font-size:14px;
	line-height:normal;
}

h1
{
	font-size:24px;
	font-weight:normal;
	margin-bottom: 4px;
}

h2
{
	font-size:18px;
	font-weight:normal;
	margin-top: 6px;
	margin-bottom: 12px;
}

h3
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom: 2px;	
}

ul
{
	list-style-position:inside;	
}

/**
* Layout
*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*•*/
#wrapper
{
	width:918px;
	margin:0 auto;	
}

#header
{
	height:300px;
	background:transparent url(../images/ui/header.jpg) no-repeat;
}

#main
{
	padding:56px 24px 60px 306px;
}

.videocontainer
{
	width:894px;
	height:344px;
	margin:25px 0 25px -306px;

}

.videocontainer .video
{
	width:612px;
	height:344px;
	background:#999;
	float:left;
	background:transparent url(../images/videoframe.jpg) no-repeat;
}

.videocontainer .caption
{
	width:200px;
	font-size:12px;
	margin:0 0 0 633px;
	color:#999999;
}