/*********************/
/*- Layout-Elements -*/
/*********************/

/* BO master_template */
* {
    margin:0;
    padding:0;
    zoom: 1;
}

body {
    min-height: 101%;
    font-size: 100.01%;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 13px;
    line-height: 130%;
    color: #000;
    background: #DFDFE0;
    text-align: center;
} 

body.form {
    background: #FFF;
    overflow: hidden;
}

#OuterShell {
    position:relative;
    width:100%;
    height:100%;
    text-align:center;
}

#InnerShell {
    position:relative;
    width:938px;
    margin:0 auto;
    text-align:left;
    overflow:hidden;
    height:100%;
}
/* EO master_template */

/* BO header */

#header {
    clear: both;
    width: auto;
    padding: 0 0 0 0px;
    /*	background: transparent url(bg_top.gif) no-repeat 0 22px;  */
}

#header_title {
    height: 35px;
    /*  overflow: hidden;  */
    padding: 22px 0 0 0;
    float: left;
    width: 730px;
}

#header_image {
    white-space:nowrap;
    /* padding-top: 5px; */
}

#title_image {
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}
#title_image IMG.overflowImage {
    height:337px;
    left:20px;
    position:absolute;
    top:55px;
    width:274px;
    z-index:999;
}

#title_image IMG.overflowImage1{
    height:337px;
    left:50px;
    position:relative;
    top:55px;
    width:274px;
    z-index:990;
    padding-left:40px;
}

#title_image IMG.overflowImage2 {
    height:337px;
    left:20px;
    position:absolute;
    top:55px;
    width:274px;
    z-index:997;
}
/* BO main */

#main, #main_video {
    clear: both;
    width: auto;
    background: transparent url(http://www.sas.com/offices/europe/germany/kampagnen/ressources/images/layout/bg.gif) repeat-y left;
    min-height: 325px;
    overflow: hidden;
    position: relative;
}

#inner { overflow: visible; position: relative; }

* html #main {
    clear: both;
    width: auto;
    background: transparent url(http://www.sas.com/offices/europe/germany/kampagnen/ressources/images/layout/bg.gif) repeat-y left;
    height: expression( this.scrollHeight < 376 ? "325px" : "auto" );  /* sets min-height for IE */
}

#main_kontakt {
    clear: both;
    width: auto;
    background: transparent url(http://www.sas.com/offices/europe/germany/kampagnen/ressources/images/layout/bg.gif) repeat-y left;
    min-height:325px;
    overflow: hidden;
    position: relative;
}



/* EO main   */

#navigation {
    left: 20px;
    top: 24px;
    width: 285px;
    font-size: 0.9em;
    line-height: 1.2em;
    position: absolute;
}

#main_video #navigation {
    left: 20px;
    top: 24px;
    width: 380px;
    font-size: 0.9em;
    line-height: 1.2em;
    position: absolute;
}

#main_kontakt #inner { float: right; width: 192px; }

#main_kontakt #navigation {
    margin-right: 60px;
    width: 380px;
    font-size: 1em;
    position: inherit;
    float: right;
}

*+html #main_kontakt #inner {
    left: 0px;
    top: 0px;
    width: 380px;
    position:relative;
    margin-right:50px;
    float:right;
}

*+html #main_kontakt #navigation {
    left: 0px;
    top: 0px;
    margin-top:25px;
    font-size: 1em;
}

* html #main_kontakt #navigation {
    left: 0px;
    top: 0px;
    margin-top:25px;
    width: 380px;
    font-size: 1em;
    position:relative;
    float:right;
    margin-right:40px;
}

* html #main_kontakt #inner IMG.background_spacer { display: none; }


#content {
    width: 605px;
    float:right;
    margin-top: 25px;
}

#content.sas {
    width: 605px;
    float:right;
    margin-top: 100px;
}

#main_video #content {
    width: 505px;
    float:right;
    margin-top:25px;
}

div.formular {
    width: 460px;
    float:none;
    margin-top:5px;
    text-align: left;
    overflow:hidden;
}

#main_kontakt #content {
    width: 380px;
    float:left;
    margin-top:25px;
    margin-left:20px;
}

* html #main_kontakt #content {
    width: 380px;
    float:left;
    margin-top:25px;
    margin-left:20px;
}

/*  FORM .xmControl { width: 490px; } */

#inner_content {
    padding: 0 80px 40px 10px;
}

*+html #inner_content { margin-top: 4px; }
* html #inner_content { margin-top: 4px; }

#main_kontakt #inner_content {
    padding: 0 0 0 0;
}

/* EO main */

/*----- Channel  -----*/
#Menu {
    background: transparent url(http://www.sas.com/offices/europe/germany/kampagnen/ressources/images/layout/bg.gif) repeat-y left;
    height: 132px;
}

#navi {
    float: left;
    font-size: 93%;
    line-height: normal;
    height: 132px;
}


* html #navi {
    float: left;
    font-size: 93%;
    line-height: normal;
    height: 132px;
}

#navi ul {
    margin: 0;
    list-style: none;
} 

#navi li {
    float: left;
    background: url(http://www.sas.com/offices/europe/germany/kampagnen/ressources/images/layout/norm_right.gif) no-repeat right top;
    margin: 0;
    padding: 0;
    width: 185px;
    height: 132px;
    cursor: pointer;
}

#navi li.last {
    background: url(http://www.sas.com/offices/europe/germany/kampagnen/ressources/images/layout/norm_right_last.gif) no-repeat right top;
    width: 189px;
}

#navi p {
    display: block;
    padding: 14px 20px 4px 3px;
    font-size: 12px;
    color: #666;
}

#navi p span.dach {
    color: #000;
    font-weight: bold;
}

#navi p.first {
    padding: 14px 20px 4px 12px;
}

#navi a:hover, #navi a:active {
    text-decoration: underline;
}

#navi p a.grey {
    color:#666;
}

#navi p a.grey:hover {
    text-decoration: underline;
}


#navi #current { 
    background-image:url(http://www.sas.com/offices/europe/germany/kampagnen/ressources/images/layout/norm_right_on.gif);
    margin-left: -8px;
    width: 194px;
} 

#navi #current p {	
    padding: 14px 20px 9px 12px;
}

#navi #current p.first {
    padding: 14px 20px 4px 21px;
}

#navi li#current.last { 
    background: url(http://www.sas.com/offices/europe/germany/kampagnen/ressources/images/layout/norm_right_last_on.gif) no-repeat right top;
    width: 198px;
} 

#navi li a {
    font-size: 12px;
    font-weight: normal important!;
}
/* BO footer */

#footer {
    position:relative;
    width:938px;
    margin:0 auto;
    text-align:left;
    overflow:hidden;
}

#footer_font {
    position:relative;
    background: transparent url(http://www.sas.com/offices/europe/germany/kampagnen/ressources/images/layout/bg_font.gif) repeat-y left;
    width:938px;
    margin:0 auto;
    text-align:left;
    overflow:hidden;
    font-size: 12px;
    line-height: 1.2em;
    color:#515151;
}

#footer_left {
    float: left;
    width: 275px;
    padding: 10px 30px 0 40px;
    vertical-align: bottom;
}

* html #footer_left {
    float: left;
    width: 255px;
    padding: 10px 30px 0 40px;
    vertical-align: bottom;
}

*+html #footer_left {
    float: left;
    width: 255px;
    padding: 10px 30px 0 40px;
    vertical-align: bottom;
}

#footer_right {
    text-align:right;
    padding: 0 70px 10px 0;
}

#footer_font #footer_right {
    height: 50px;
    padding: 10px 60px 0 20px;
    text-align:left;
}

#footer_left img {
    vertical-align: middle;
}

.partner_title {
    display: block;
    font-size: 1.33em;
    color: #EC7404;
    text-transform: uppercase;
    font-weight: bold;
}

#outerfooter  {
    position: relative;
    width: 920px;
    text-align: right;
    overflow: hidden;
    font-size: .7em;
    line-height: 1.4em;
    margin: 15px 20px 15px auto;
}

#outerleft  {
    float: left;
    text-align:left;
}

#outerright  {

}
/* EO footer */

/****************/
/*--- Links ----*/
/****************/

a:link, a:visited, a:hover, a:active {
    color:#0062B1;
    text-decoration:none;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
    text-decoration:underline;
}
/*
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#000;
}
*/


a.level1:link, a.level1:visited, a.level1:hover, a.level1:active {
    background:url(http://www.sas.com/offices/europe/germany/kampagnen/ressources/images/main_menu_l1.gif) left center no-repeat;
    padding-left:22px;
}


/*****************************/
/* Functional Page Elements*/
/*************************/


/*********************/
/* Content-Elements  */
/*********************/


.button {
    /* position:absolute;
	right:70px;
	bottom: 15px; */
    text-align: right;
    margin-bottom: 0px;
}

h1 {
    font-weight: normal;
    color: #0461AE;
    font-size: 24px;
    line-height: 1.1em;
    padding-top: 0;
    margin-bottom: 0.5em;
}

h2 {
    font-weight: normal;
    color:#0062B1;
    font-size: 18px;
    line-height: 1.1em;
    padding-top: 0;
    margin-bottom: 0.5em;
}

h3 {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.1em;
    padding-top: 0.3em;
    margin-bottom: 1em;
}

p {
    margin-bottom:1.2em;
}

.red { 
    color: #C00;
}

div.formular p {
    margin-bottom:0.2em;
    font-size: 12px;
    margin-left: 10px;
}

div.formular h2 {
    margin-left: 10px;
}

.tab {
    margin-left: 10px;
}

.highlight {	
    color: #FF6600;
    /*color:#0062B1;*/
}

.klein {	
    font-size: 11px;
}

.imgfloat {
    float: left;
    margin: 0 10px 0 0;
}	

p.sup {
    color: #000;
    font-weight: bold;
    margin-bottom:0.2em;
}	

.date {
    font-weight: bold;
    color: #585859;
    font-size: 20px;
    line-height: 1.1em;
    padding-top: 0;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

.border {
    border: 1px solid #888;
    padding: 8px;
    font-size:12px;
    line-height:1.4em;
    margin-right: 10px;
}

img {
    border:none;
}

ul {
    list-style-type:none;
    display:block;
}

#content ul {
    list-style-type:disc;
    margin:-0.5em 0 1em 1em;
    list-style-position: inside;
}

#content ul li {
    line-height:140%;
}


strong {
    font-weight:bold;
    font-style:normal;
}

em {
    color: #7A7A7A;
}

.file_download {
    margin-bottom:1em;
}

/****************/
/* Forms 	  */
/************/

<!-- BO: Service Form  -->
/*
input.text {
		border: thin inset Silver;
}

select.select {
		border: thin inset Silver;
}
*/
input.text {
    border: 1px  inset Silver;
    width: 260px;
}

/* .xmControl input.text { width: 100%; }  */

input, textarea  {
    background: #CCC;
    border: 0 none;
}

input.text {
    width: 215px;
}

input.ohne{
    background: transparent;
}

select.select {
    border: 1px inset Silver;
}

select, input, textarea { 
    font-size: 99%; /*Safari Fix*/
} 
/*
form {
	margin: 10px 0;
}
*/

/*****************************************/
/* PopUp */
/*****************************************/


BODY.popupBody { background-color: #FFFFFF;}
#popupBody { background-color: #FFFFFF;}
BODY.popupBody #content {
    margin-top: 0;
    width: auto;
}
BODY.popupBody #inner_content { text-align: left;  padding: 20px; }
BODY.popupBody .noMargin { margin-bottom: 0; }

BODY.popupBody H3.noMargin { margin-top: 20px; font-size: 16px; font-weight: normal; }

BODY.popupBody P { font-size: 12px; }

BODY.popupBody P.download { 
    background: transparent url(http://www.sas.com/offices/europe/germany/kampagnen/ressources/images/layout/pdf.jpg) no-repeat scroll -20px 0;
    padding-left: 65px;
    display: block;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    line-height: 24px;
}
BODY.popupBody P.download A { font-size: 18px; }

BODY.popupBody P.acrobat, 
BODY.popupBody P.acrobat A { color: #999999; }



/******************************/
/* Clearing - do not modify */
/**************************/

.floatholder { overflow:hidden; }

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

.clerasil { display: block; }

/******************************/
/* highslide: Anpassung fuer IE7 */
/**************************/

div.highslide-body {
    overflow: hidden;
}
