/*////////////////////////////////Basics////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/

html {
background: #f0f0f0;
}

body  {
background: #f0f0f0;
color: #000;
font-family: Verdana, Helvetica, sans-serif;
font-size: 0.9em;
}

a:link { text-decoration: underline; color:#000; }
a:visited { text-decoration: underline; color:#000; }
a:active { text-decoration: underline; color:#000; }

a img {
border:none;
text-decoration: none;
}

/*////////////////////////////////Classes///////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
/* End hide from IE-mac */

.hide {
display:none;
}


/*////////////////////////////////Layout////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/

#main {
width: 990px;
margin:0 auto;
border: solid #0000ff;
border-width:0 10px;
}

#l_header {
height: 262px;
background:#ebebeb url(./img/header_bg.gif) repeat-x;
border: solid #fff;
border-width:0 0 1px;
}

#l_header .logo {
float:right;
margin-right: 174px;
}

#l_header #js_cycle {
float:right;
}

#l_navi {
font-size:15px;
height: 43px;
background:#e0e0e0 url(./img/navi_bg.gif) repeat-x;
}

#l_navi ul {
margin:0;
list-style-type: none;
width:780px;
margin:0 auto;
}

#l_navi ul li {
margin:0;
float: left;
}

#l_navi ul li a {
height:31px;
float:left;
display:block;
padding: 12px 10px 0;
text-decoration: none;
}

#l_navi ul li a:hover {
background: url(./img/navi_active_bg.gif);
height:31px;
padding-top: 7px;
border: solid #989898;
border-width:5px 0 0;
}

#l_navi ul li a.active {
background: url(./img/navi_active_bg.gif);
height:31px;
padding-top: 7px;
border: solid #0000ff;
border-width:5px 0 0;
}

#l_fontcontrol {
text-align: center;
font-size:14px;
padding-top: 3px;
height: 35px;
background:#e0e0e0 url(./img/navi_bg.gif) bottom center repeat-x;
}

#l_fontcontrol img {
}


#l_fontcontrol a {
text-decoration: none;
margin:0 10px;
}

#l_fontcontrol a:hover {
text-decoration: underline;
}


#l_content {
background: #fff;
min-height: 600px;
padding: 30px;
padding-top: 20px;
}

#l_content h3 {
color: #0000ff;
font-size: 26px;
font-style: italic;
font-weight: normal;
margin-bottom: 0.2em;
}

#l_content h4 {
color: #808080;
font-size: 12px;
font-weight: normal;
padding-bottom: 1.5em;
margin-bottom: 1.5em;
border: solid #808080;
border-width: 0 0 1px;
}

#l_content .galerie img {
border: solid 8px #e0e0e0;
margin-right:48px;
margin-bottom: 48px;
display: block;
float:left;
}

#l_content .galerie img.left {
margin-left:55px;
}

#l_content .galerie img.right{
margin-right:0;
}

#l_content a.pdf{
float:left;
margin:3em 0 5em;
text-decoration: none;
font-size:0.8em;
}

#l_content a.pdf img{
display:block;
margin-left:20px;
}

#l_content p {
margin-bottom: 4em;
border: solid #808080;
padding-bottom:3em;
border-width:0 0 1px;
}

#l_content table td {
padding-right:10px;
}

#l_content textarea, #l_content input {
background-color: #e5e5e5;
}

#l_content .submit {
padding-top:20px;
}

#l_content h5 {
font-size:1.2em;
font-weight: normal;
margin-bottom:0.8em;
color:#0000ff;
}
#l_content ul.links, #l_content ul.links li, #l_content ul.links ul {
list-style-type: none;
margin:0;
}

#l_content ul.links {
margin-bottom:1em;
padding-bottom: 1em;
border: solid #0000ff;
border-width:0 0 1px;
}

#l_content ul.links  li.group {
margin-bottom:1.2em;
font-size:1.0em;
}

#l_content ul.links  span.name {
color: #0000ff;
}


