@charset "utf-8";
/**
 *  AirMove Stylesheet
 *
 *  Author: David Schndier
 *  E-Mail: david.schneider@xyqom.net
 *  Copyright: XYQOM GbmH 2009
 */

* {
	margin:0;
	padding:0;
	border:0;
}

:focus {
	outline: none;
}

/***********************************************************************
 * Basics 
 */

html, body
{
	height:100%;
	position:relative;
	background:#002549 url(../images/ui_images/background_page.jpg) center center no-repeat;
}

a, body, div, em, input, label, li, ol, p, select, span, strong, td, th, textarea, u, ul
{
	font-family:Verdana, sans-serif;
}

a, body, div, input, label, li, ol, p, select, td, th, textarea, u, ul
{
	font-size:15px;
	line-height:23px;
}

h1
{
	margin:0px 0px 60px;
	font-weight:normal;
	font-size:24px;
	color:#536e96;
	font-style:italic;
}

h2
{
	margin:18px 0px 6px;
	font-weight:normal;
	font-size:18px;
}

a
{
	text-decoration:underline;
	color:#c00808;
}

a:hover
{
	color:#900606;
}

/***********************************************************************
 * Layout
 */
#wrapper
{
	width:854px;
	height:665px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-330px;
	margin-left:-427px;
}

#header
{
	background:transparent url(../images/ui_images/header.jpg) no-repeat;
	height:159px;
	position:relative;
}

#container
{
	padding:67px 50px 40px 80px;
	background:transparent url(../images/ui_images/background_content.jpg) 0 0 no-repeat;
	position:relative;
	height:400px;
}

#main div.ce_text
{
	height:400px;
	overflow:auto;
}

#main div.image_container
{
	padding-left:40px;
}


#right
{
	width:327px;
	margin-left:40px;
}

#disclaimer *
{
	font-size:11px;
}

#contacts
{
	margin:-20px 0 0;
	overflow:hidden;
	width:325px;
}

#contacts td[colspan="2"]
{
	font-weight:bold;
}

.presentation
{
	position:relative;
	width:227px;
	height:180px;
	float:left;
}

.presentation .description
{
	color:#5e5e5e;
	font-size:12px;
	position:absolute;
	top:136px;
}


.presentation a
{
	display:block;
	width:82px;
	height:82px;
	position:absolute;
	left:71px;
	top:26px;
}

.presentation.a a:hover
{
	background:url(../images/content_images/praesentation/thumb_a_hover.jpg) no-repeat;	
}

.presentation.b a:hover
{
	background:url(../images/content_images/praesentation/thumb_b_hover.jpg) no-repeat;	
}

.presentation.c a:hover
{
	background:url(../images/content_images/praesentation/thumb_c_hover.jpg) no-repeat;	
}

.presentation.a
{
	background:url(../images/content_images/praesentation/thumb_a.jpg) no-repeat;
	margin:0 20px 0 0;
}

.presentation.b
{
	background:url(../images/content_images/praesentation/thumb_b.jpg) no-repeat;
	margin:0 20px 0 0;
}

.presentation.c
{
	background:url(../images/content_images/praesentation/thumb_c.jpg) no-repeat;
}

.presentation.c a
{
	left:69px;
}

.ce_text a
{
	text-decoration:none;
}

.ce_text a:hover
{
	text-decoration:underline;
}

/***********************************************************************
 * Navigation
 */
 
/*** MAIN ***/
.mod_navigationMain
{
	background:#c00808 url(../images/ui_images/background_navi_left.jpg) no-repeat;
	position:absolute;
	top:135px;
}

.mod_navigationMain ul
{
	margin:0 16px 0 361px;
}

.mod_navigationMain li
{
	list-style-type:none;
	float:left;
}

.mod_navigationMain a, .mod_navigationMain p
{
	background:#c00808;
	display:block;
	padding:0px 7px 4px;
	font-size:14px;
	color:#fff;
}

.mod_navigationMain a
{
	text-decoration:none;
}

.mod_navigationMain a:hover
{
	background-color:#900606;
	text-decoration:none;
	color:#fff;
}

.mod_navigationMain p, .mod_navigationMain .trail
{
	background-color:#900606;
	color:#fff;
}

 
 