/* --------------------------------------------------------------------
// 	file:		ae_global.css 
// 	author:		id13, sven helemann 
// 	updated:	2007-01-26
// ----------------------------------------------------------------- */

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

html,body {
	height:100%;
}

body {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	background-color:#678dbd;
}

.cl {
	clear:both;
	height:1px;
	line-height:1px;
}

a {
	color:#134b98;
 }
/* a			{ color:#0000ff; }#134b98*/
a:hover		{ color:#ff9900; }
a.active	{ color:#ff9900; }




/* --------------------------------------------
//	headlines 
// ----------------------------------------- */	
h1 {}
h2 {
	margin-bottom:20px;
	font-size:18px;
	line-height:24px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:11px;
}
h5 {}
h6 {}


/* --------------------------------------------
//	fontiges 
// ----------------------------------------- */	
.logo-c1	{ color:#134b98; }
.logo-c2	{ color:#ff9900; }




/* --------------------------------------------
//	page structure 
// ----------------------------------------- */	
div#page {
	width:866px;
	height:auto;
	margin-left:99px;
	background-color:#f2f3fa;
}

div#innerPage {
	height:auto;
	margin:0 1px;
	padding:0 8px;
	border-left:1px solid #134b98;
	border-right:1px solid #134b98;
}




/* --------------------------------------------
//	header
// ----------------------------------------- */	
div#header {
	position:relative;
	padding:9px 0 9px 0;
	height:100px;
	
	background-repeat:repeat-x;
	background-position:0;
	background-image:url('../images/head/bg.gif');
}
div#header .logo {
	position:absolute;
	width:440px;
	height:37px;
	top:36px;
	left:9px;
	background-repeat:no-repeat;
	background-position:0;
	background-image:url('../images/head/logo.gif');
}
div#header .headline {
	position:absolute;
	width:590px;
	height:11px;
	top:79px;
	left:9px;
	background-repeat:no-repeat;
	background-position:0;
	background-image:url('../images/head/headline.gif');
}
div#header .europe {
	position:absolute;
	width:185px;
	height:195px;
	top:0;
	right:-8px;
	background-repeat:no-repeat;
	background-position:0;
	background-image:url('../images/head/europe.gif');
}


/* --------------------------------------------
//	content ()
// ----------------------------------------- */	
div#content {
	padding-top:25px;
}


/* --------------------------------------------
//	footer
// ----------------------------------------- */	
div#footer {
	clear:both;
	padding-top:9px;
	padding-bottom:18px;
	text-align:center;
	border-top:1px solid #666666; /* bfbfbf */
}
div#footer a {
	color:#333333;
	text-decoration:none;
}
div#footer a:hover {
	color:#ff9900;
}




/* --------------------------------------------------------------------
//	eof 
// ----------------------------------------------------------------- */
