@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

/*	-------------------------------------------------------------
	font-face
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
@font-face {
	font-family: 'FontinSansSmallCaps';
	src: url('../fonts/fontin_sans_sc_45b-webfont.eot');
	src: local('☺'), url('../fonts/fontin_sans_sc_45b-webfont.woff') format('woff'), url('../fonts/fontin_sans_sc_45b-webfont.ttf') format('truetype'), url('../fonts/fontin_sans_sc_45b-webfont.svg#webfontAkQkC33H') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FontinSansItalic';
	src: url('../fonts/fontin_sans_i_45b-webfont.eot');
	src: local('☺'), url('../fonts/fontin_sans_i_45b-webfont.woff') format('woff'), url('../fonts/fontin_sans_i_45b-webfont.ttf') format('truetype'), url('../fonts/fontin_sans_i_45b-webfont.svg#webfontAkQkC33H') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FontinSansRegular';
	src: url('../fonts/fontin_sans_r_45b-webfont.eot');
	src: local('☺'), url('../fonts/fontin_sans_r_45b-webfont.woff') format('woff'), url('../fonts/fontin_sans_r_45b-webfont.ttf') format('truetype'), url('../fonts/fontin_sans_r_45b-webfont.svg#webfontAkQkC33H') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FontinSansBold';
	src: url('../fonts/fontin_sans_b_45b-webfont.eot');
	src: local('☺'), url('../fonts/fontin_sans_b_45b-webfont.woff') format('woff'), url('../fonts/fontin_sans_b_45b-webfont.ttf') format('truetype'), url('../fonts/fontin_sans_b_45b-webfont.svg#webfontAkQkC33H') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FontinSansBoldItalic';
	src: url('../fonts/fontin_sans_bi_45b-webfont.eot');
	src: local('☺'), url('../fonts/fontin_sans_bi_45b-webfont.woff') format('woff'), url('../fonts/fontin_sans_bi_45b-webfont.ttf') format('truetype'), url('../fonts/fontin_sans_bi_45b-webfont.svg#webfontAkQkC33H') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/*	-------------------------------------------------------------
	
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
			
ul,
ol {
	list-style-type:none;
	margin:13px 0 13px 15px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%; }

body {
    font-family: "FontinSansRegular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-style: normal;
	letter-spacing:0.0em;
	color: #666;
	font-size:67%;
	line-height: 1.538em;
	background: #aaa59c url("../images/bg_body.jpg") no-repeat center top; } 

 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a, a:link, a:visited, a:active, a:hover {
	margin: 0;
	outline: 0;
	text-decoration: none; }

	 
a, a:link, a:visited, a:active {
	color: #F92E7B; }
 
a:hover {
	color: #666; }


/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	line-height: 1.7;
	font-size:1.1em;
	margin: 0 0 12px 0; }
 
h1 {
	font-family: "FontinSansBold", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	
	font-weight: normal;
	margin: 15px 0 10px 0; }

 
h2 {
	font-family: "FontinSansBold", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	
	font-weight: normal;
	margin: 15px 0 10px 0; }
 
h3 {
	font-family: "FontinSansBold", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	
	font-weight:normal;
	font-size:1.3em;
	color:#666;
	margin: 0 0 0 0;}

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: relative; }
 
.clearandspace {
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 0;
	position: relative; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

.clearfix { display:inline-block; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	z-index:10;
	margin: 0 auto;
	padding:25px 0px 10px 0px;
	width: 100%;
	background: transparent; 
	}
 
.wrapper {
	z-index:20;
	margin: 0 auto;
	padding: 0;
	width: 998px;
	}
	
.header {
	position: relative;
	z-index:30;
	margin: 0;
	height:91px;
	width: 998px; }

.sub-header {
	margin: 0 0 10px 0;
	height:368px;
	width: 998px;
	background:transparent url("../images/shadow.png") no-repeat bottom center; }

.content {
	padding:0 14px 40px 14px;
	width: 998px;
	background: url("../images/bg_content.png") no-repeat bottom left; }

.content-text {
	margin:0 auto;
	padding:0;
	width:900px; }

.footer-text {
	margin: 10px 0 10px 0;
	padding:0;
	width: 998px;
	font-size:0.9em;
	text-align:center;
	background:none; }

/*	-------------------------------------------------------------
	INTERFACE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header {
	background-image: url("../images/bg_header_orange.png"); 
	}
	
.header h1 {
	position:absolute;
	z-index:1200;
	top:40px; /* logo position */
	left:32px;
	margin: 0;
	padding:0;
	width: 290px;
	height:76px;
	text-indent:-9999px;
	background:transparent url("../images/logo.png") no-repeat 0 0; }

.header .nav {
	position:absolute;
	top:62px;
	right:40px;
	margin:0;
	padding:0; }

.header .nav li {
	float:left;
	width:auto;
	margin:0 15px;
	background:transparent; }

.header .nav li a {
	font-family: "FontinSansRegular", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

	color:#fff !important;
	font-size:1.2em;
	text-transform:uppercase;
	background:transparent; }

.header .nav li span a  {
	color:#ccc !important;}

.header .seknav li a:hover, .header .nav li a.selected {
	background:transparent; }

.header .seknav {
	position:absolute;
	top:20px;
	right:45px;
	margin:0;
	padding:0; }
	
.header .seknav li {
	float:left;
	width:auto;
	margin:0 10px;
	background:transparent; }

.header .seknav li a {
	color:#fff !important;
	font-size:0.9em;
	background:transparent; }
	
.header .seknav li span a  {
	color:#ccc !important;}

.header .nav li a:hover, .header .nav li a.selected {
	background:transparent;
	color: #ccc !important; }


/* FRONTPAGE */ 
#front-left, #front-mid, #front-right {
	float:left;
	width:30%;
	padding:10px 20px 0 0;
	margin:0;
	background:transparent url("../images/col_sep.gif") no-repeat top right; }

#front-mid h2 a, #front-right h2 a {
	font-family: "FontinSansRegular", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

	font-size:1.9em;
	margin:0;
	color:#F92E7B !important; }

#front-left h2 a {
	font-family: "FontinSansRegular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

	font-size:1.9em;
	margin:0;
	color: #666; }
	
#front-left p, #front-mid p, #front-right p {
	padding:0 20px 0 0;}

#front-mid {
	padding:10px 20px 0 20px;  }

#front-right {
	padding:10px 0 0 20px;
	background:none;  }

/* COL-LEFT */
#col-left {
	float:left;
	width:250px;
	min-height:300px;
	margin:50px 0 0 0;
	padding:25px 0 0 0;
	background:transparent url("../images/col_sep.gif") no-repeat top right; }

#col-left h1 {
	margin:0;
	padding:5px 0 5px 16px;
	border-left:6px solid #999; }

#col-left h1 p {
	font-family: "FontinSansRegular", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

	font-size:1.4em;
	text-transform:uppercase;
	color: #F92E7B;
	line-height:10px;
	margin:0;
	 }

#col-left ul {
	padding:0;
	margin:20px 0 0 0; }

#col-left ul li {
	padding:0;
	margin:5px 0 0 22px;
	color:#F92E7B;	
	}

#col-left ul li a {
	padding:0;
	margin:0;
	font-size:1.1em;
	color:#F92E7B !important; }

#col-left ul li a:hover, #col-left ul li a.selected {
	color:#991d4d !important;}
			
/* COL RIGHT */ 	
#col-right {
	float:left;
	width:630px;
	margin:0;
	padding:25px 40px 0 50px; }

#col-right h1 {
	font-family: "FontinSansRegular", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#F92E7B;
	font-size:1.4em;
	letter-spacing:-1px;
	margin:50px 0 22px 0; }

#col-right h2 {
	font-family: "FontinSansBold", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size:5.5em;
	color:#ccc;
	letter-spacing:-3px;
	margin:0px 0 30px 0; }

#col-right h3 a {
	color: #F92E7B !important; 
	background:transparent url("../images/exlink.png") no-repeat top right;
	padding-right:17px;
	padding-top:2px;
	}

	
#col-right .span-1 {
	float:left;
	margin:0px 30px 0 0;
	width:45%;  }

#col-right .span-1  p{
     }
#col-right .span-1  span {
	color:#F92E7B;
	}
	 
#col-right .span-2 {
	float:left;
	padding:0px 0 20px 60px;
	margin:0px 0 0 0;
	width:40%;
	background:transparent url("../images/col_sep_quote.gif") no-repeat top left;  }

#col-right .span-2 p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size:1.0em;
	text-align:left;
	line-height:1.4em;
	color:#F92E7B;
	padding:3px 0 3px 0; 
	}

#col-right .span-2 p span {
	padding:-20px 0 15px 0; 
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
	line-height:1.2em;
	color:#666; }

#col-right .span-2 p span strong {
	font-weight:normal;
	}
	
#col-right .span-3 {
	float:left;
	margin:0px 30px 0 0;
	width:40%;  }


#col-right ul {
	padding:0 0 0 15px;
	margin:5px 0 10px 0px; 
	}

#col-right ul li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	list-style-type:square;
	list-style-position:outside;
	font-size:1.0em;
	color:#666; 
	}
	
#col-right h3 {
	font-size:1.2em;
	color:#F92E7B; 
	}

/* TEAM MEMBERS */
.team-block {
	width:100%;
	float:left;
	margin:30px 0 0 0; }

.team-block .box-left {
	width:170px;
	padding:0;
	float:left; }

.team-block .box-left img {
	border: 3px solid #f1f1f1; }

.team-block .box-right {
	margin:0px 0 0px 150px; 
	padding:0; }

.team-block .box-right h3 {
	margin:0; }

.team-block .box-right blockquote { 
	margin:0 0 20px 20px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url(../images/quote.png) no-repeat 0 0; }
	
.team-block .box-right blockquote p { 
	margin-bottom:10px; 
	text-align:left; }

/* SHOWCASE */

.showcase {
    float: left;
	width: 175px;
	margin: 15px 35px 10px 0; }
		
.showcase h3 {
	font-size:1.2em;
	margin-top: 8px; }
	
.showcase h4 {
	font-size:1.1em;
	font-weight: normal;
	margin: 1px 0 0 2px; }

/* Tabellen */

table {
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	border-top:1px solid #eaeaea;
	margin-bottom:18px;
	}

table,td {vertical-align:middle;}

.tblheader {
	background-color: #999;
	color:#FFF;
} 

tr{
	padding:10px;
	color:#666;
	border-top:1px solid #fff;
	text-transform:uppercase;
	}

td{padding:10px;
color:#888;
}

tfoot td{border:0px;}
th,tr:hover{background-color:#f5f5f5;}


/* friend footer */
.friendfooter {	
	text-indent:-9999px;
	}
	
/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}
