/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    CSS RESET
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
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;
}
body {
    line-height: 1;
    /* or use default: */
    /* line-height: 1.33; */
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

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

/* probably add this */
/* the disabled automatic scollbars in IE */
textarea { overflow: auto; }
/* EO CSS RESET */



   
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    BASIC TAGS
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
body {
  background-color: #ffffff;
  /*
  background-image: url('/i/bg-main.gif');
  background-repeat: repeat-x;
  */
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
/*
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}*/
h1, h2 {
  /*color: #800010;*/
  color: #1d83af;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 10px;
  padding-top: 4px;
}

h1 {
  font-size: 14px;
}
h2 {
  font-size: 12px;
  font-style: italic;
}

p {
    margin: 0 0 10px 0;
}

u {
    color: #1d83af;
    text-decoration: none;
}

/*
ul {
    margin: 0 0 10px 0;
    list-style:disc;
}

li {
    margin-left: 16px;
}
*/

br.clearFloat {
  clear: both;
  display: block;
}

img {
    /* border: 1px solid #666666; */
}
a,  a:link {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
/* EO BASIC TAGS */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    LAYOUT
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
    
    
#outerWrapper {
  background-color: #fff;
  margin: 10px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 960px;
}
#outerWrapper #header {
    background-image: url('/i/bg-header.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 960px;
    height: 78px;
}

#outerWrapper #header #branding {
    margin-top:20px;
    width:240px; /*219 + 21*/
    float:left;
}

#outerWrapper #header #nav1 {
    margin-top:0;
    float:left;
}

#outerWrapper #header #nav2 {
    margin-top:0;
    margin-left: 10px;
    float:left;
    /* background-color: #FF0000; */
}

#outerWrapper #contentWrapper {
    background-image: url('/i/bg-main.gif');
    background-repeat: repeat-y;
    padding-top:20px;
    min-height:300px;
}

#outerWrapper #contentWrapper #col1 {
    width: 240px;
    float: left; 
    /* background-color: #CCC; */
  
}
#outerWrapper #contentWrapper #content {
    width: 480px;
    float: left; 
  
}
#outerWrapper #contentWrapper #col2 {
    width: 240px;
    float: right; 
  
}

#col1 .inner {
    padding: 0 10px 10px 10px;
}

#content .inner {
    padding: 0 10px 10px 10px;
}

#col2 .inner {
    padding: 0 10px 10px 10px;
}



#outerWrapper #bottom {
    background-image: url('/i/bg-footer.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 960px;
    height: 93px;
}

#outerWrapper #footer {
    margin-top:2px;
}





/* EO LAYOUT */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    NAV
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
ul.level1 {
    padding: 0 0 0 0;
}

ul.level1 li {
    width: 120px;
    height: 44px;
    float: left;
    background-image: url('/i/bg-n1off.gif');
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 7px;
}
ul.level1 li i {
    color:#1d83af;
}

ul.level1 li.n1on {
    background-image: url('/i/bg-n1on.gif');
}
ul.level1 li.n1on i {
    color:#fff;
}

li.n1 a, li.n1 a:link {
    display: inline;
    color: #000;
    font-size: 11px;
    line-height: 14px;
}

li.n1 a:visited {
    display: inline;
    color: #000;
    font-size: 11px;
    line-height: 14px;
    vertical-align: bottom;
}

li.n1 a:hover {
    color: #000;
    text-decoration: none;
}

li.n1 a:focus {
    color: #000;
}

li.n1 a:active {
    color: #000;
}

li.n1on a {
    display: inline;
    text-decoration: none;
    color: #000;
    font-size: 11px;
    line-height: 14px;
}


ul.level2 {
    padding: 1px 0 3px 0;
}

ul.level2 li {
    /* width: 160px; */
    /* height: 21px; */
    /*background-image: url('/i/nav1-btn160.gif');*/
    display: inline;
    padding-right: 15px;
}

ul.level2 li.n2on {
}

li.n2 a, li.n2 a:link {
    display: inline;
    color: #000;
    font-size: 11px;
    line-height: 15px;
}

li.n2 a:visited {
    display: inline;
    color: #000;
    font-size: 11px;
    line-height: 15px;
}

li.n2 a:hover {
    color: #FFF;
    text-decoration: none;
}

li.n2 a:focus {
    color: #FFF;
}

li.n2 a:active {
    color: #FFF;
}

li.n2on a {
    display: inline;
    text-decoration: none;
    color: #FFF;
    font-size: 11px;
    line-height: 15px;
}


ul.level3 {
    padding: 1px 0 3px 0;
}

ul.level3 li {
    /* width: 160px; */
    /* height: 21px; */
    /*background-image: url('/i/nav1-btn160.gif');*/
    display: block;
    padding-right: 15px;
}

ul.level3 li.n3on {
}

li.n3 a, li.n3 a:link {
    display: inline;
    color: #000;
    font-size: 11px;
    line-height: 17px;
}

li.n3 a:visited {
    display: inline;
    color: #000;
    font-size: 11px;
    line-height: 17px;
}

li.n3 a:hover {
    color: #2297C9;
    text-decoration: none;
}

li.n3 a:focus {
    color: #2297C9;
}

li.n3 a:active {
    color: #2297C9;
}

li.n3on a {
    display: inline;
    text-decoration: none;
    color: #2297C9;
    font-size: 11px;
    line-height: 17px;
}

/* EO NAV */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    CONTEXT
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#content EM, #content em {
    color: #1d83af;
}

#content ul {
    margin: 0 0 10px 0;
    list-style:disc;
}

#content li {
    margin-left: 16px;
}

#footer p{
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 26px;
}

#footer p span{
    color: #666;
}

#footer a{
    color: #000;
    padding-right: 10px;
    padding-left: 17px;
}

#footer p.part1{
    width:400px;
    float:left;
    text-align: left;
}

#footer p.part2{
    width:240px;
    height: 26px;
    float: right;
    text-align: right;
    background-image: url('/i/btn-footer.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
    
}
/* EO CONTEXT */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    TEXT1PIC
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.imagebox-left {
    float:left;
    margin-right: 10px;
    /*border: 1px solid #000000;*/
}

.imagebox-right {
    float:right;
    margin-left: 10px;
    /*border: 1px solid #000000;*/
}
.bu {
    border-bottom: 1px solid #1d83af;
    margin: 0px 0px 10px 0px;
    font: normal 10px tahoma, arial, helvetica, geneva;
    /* padding: 3px 0px 3px 3px; */
    padding: 2px;
    background: #DDD;
}
.right {
    float: right;
}

.left {
    float: left;
}

/*
div.TEXT1PIC ul li {
    margin: 7px 7px 7px 24px;
    line-height:130%;
    list-style: square;
}
div.TEXT1PIC ol li {
    margin: 7px 7px 7px 24px;
    line-height:130%;
    list-style: decimal;
}
*/

div.TEXT1PIC ul {
    list-style:disc;
    margin: 0 0 10px 0;
}

div.TEXT1PIC ol {
    list-style:decimal;
    margin: 0 0 10px 0;
}

div.TEXT1PIC li {
    margin-left: 16px;
    line-height: 1.33;
}

div.bu a
{
    text-decoration: none;
}
/* EO TEXT1PIC */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    D_FORM
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
input,textarea{margin:0;padding:0;border:0;}

.style1 {
    width:440px;
    background-color: #CCC;
    margin-bottom: 3px;
    padding:1px;
    font-size: 12px;
}
/* EO D_FORM */


table.D_BOOKING {
    background-color: #a09090;
    margin-top: -6px;
    width: 100%;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    A_TEXT1PICLAYER
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
div.A_TEXT1PICLAYER {
    
    /* background-color:#DDD; */
    margin:4px 0 10px 0;
    border-left: 2px solid #dfdfdf;
    padding-left: 6px;
    
}

div.hidden {
    display:none; 
    margin:4px 0 0 0; 
    /* border-bottom:2px solid #dfdfdf; */
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    A_GALLERY
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
div.A_GALLERY div {
    float:left;
    margin: 0 6px 6px 0;
    border: 2px solid #dfdfdf;
}

div.A_GALLERY div.last {
    float:left;
    margin: 0 0 6px 0;
    border: 2px solid #dfdfdf;
}
div.A_GALLERY p.clearFloat {
    clear:both;
}
/* A_GALLERY */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    div.A_TEASER
    p.A_KONN_TEASER
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
div.A_TEASER, div.A_TEASER1 {
    padding:5px 5px 5px 5px; 
    margin-bottom: 5px; 
    border: 1px dotted #333;
}

div.A_TEASER2 {
    padding:5px 5px 5px 5px;
    margin-bottom: 5px; 
}

p.A_KONN_TEASER {
    .padding-bottom: 3px; 
    border-bottom: 1px dotted #333;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    div.A_VOTE
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
div.A_VOTE {
    border: 1px solid #24A1D7;
    padding: 3px;
}

div.A_VOTE legend {
    color: #1d83af;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

div.A_VOTE p.question {
    font-size: 12px;
    font-weight: bold;
}
