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

   style.css
   * Sets up the page layout

-------------------------------------------------------------- */
body {
margin: 0px;
background-image:url(../pics/bg.png);
background-repeat:repeat-x;
color: #444;
}

#page_head .dummy {
    height: 90px;
}

#page_head {
    background-image:url(../pics/logo-pa.png);
    background-position: center center;
    background-repeat:no-repeat;
    height: 108px;
}

#head_navi {
    text-align:right;
}

#page_teaser {
    height: 342px;
    
}
#page_teaser h1 {
    font-family:'Times New Roman',Times,serif;
    padding-left: 10px;
    font-size:2.0em;
    color:#999;
    line-height:132%; 
        padding-top: 72px;
    
}
#main_navi ul {
    margin:0px;
}

#main_navi ul li{
    float:left;
    list-style-type:none;
}
#main_navi ul li a{
    display:block;
    padding-left:10px;
    padding-right:10px;
    font-weight:600;
}

#main_navi ul li a.active_page {
    background-color: #980022;
    color:#ccc;
}
#main_navi ul li a.active_page:hover {
    background-color: #980022;
}


#sub_navi ul {
    margin:0px; 
    
}

#sub_navi ul li{
    list-style-type:none;
}

#sub_navi ul li a{
    display:block;
    height: 17px;
    padding-left:10px;
    padding-right:10px;
    border-bottom:1px dotted #999 ;
    font-weight:600;
    color: #444;
}

#sub_navi ul li a.active_page {
    background-color: #980022;
    color:#ccc;
}

#page_content .dummy {
    height: 18px;
}

.ibox {
    background-color: rgba(255, 255, 0, 0.2);
    height: 90px;
}

p {
  margin-left: 10px;
  margin-right: 10px;
  padding:0em;
}

a {
    text-transform:uppercase; 
    text-decoration:none; 
    color: #444;
}
a:hover {
    text-transform:uppercase; 
    text-decoration:none; 
    color:#900;
}
.container {
}


li { margin-left:15px; }


.span-12 a {
color:#900;
}
.span-12 a:hover {
color:#900;
text-decoration: underline;
}
