/* CSS Style for OpenVAS Web-Site.
 *
 * Copyright (C) 2011-2019 Greenbone Networks GmbH
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 */

body {
 font-family: arial, helvetica, sans-serif;
 font-size: 13px;
 background: #FFFFFF url('img/page_bg.png') repeat-x;
 color: #333333;
 margin: 0px;
 padding:0px;
}

a {
 color: #3E7D8F;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

img {
 border: 0px;
}

.imageframe {
 border-color: #DEDEDE #AAAAAA #888888 #CECECE;
 border-style: double;
 border-width: 1px;
 padding: 5px;
}

.imgfloatleft {
 float: left;
 margin: 0px 20px 30px 0px;
}

td {
 vertical-align: top;
}

.odd td {
 background: #E6E6E6;
}

.wrapper {
 width: 900px;
 margin: 0 auto;
 text-align: left;
}

.language_select {
 float:right;
 height: 100%;
}

.logo {
 margin-top: 20px;
 margin-left: 15px;
}

.header {
 padding: 6px 0 6px 0;
 margin-bottom: 0px;
 height: 1em;
}

.center {
 text-align: center;
}

.content {
 width: 100%;
}

#intro {
 padding: 0px 250px 0px 20px;
}

#intro h1 {
 font-family: georgia, times, serif;
 font-size: 30px;
 font-weight: normal;
 color: #333333;
 margin: 0px;
}

#intro p {
 color: #555555;
 font-size: 14px;
 font-weight: normal;
 line-height: 26px;
 margin: 10px 0 0;
 padding: 0;
}

#full {
 float: left;
 padding: 20px 0px 0px 0px;
 width: 900px;
}

#intro h1, #full h1 {
 border-bottom: 1px solid #C7C7C7;
}

#full h2 {
 font-size: 22px;
 font-weight: normal;
 color: #333333;
 margin: 30px 0px 10px 0px;
 padding: 0px;
 clear: both;
}

#full p, #full li{
 color: #444444;
 line-height: 20px;
 margin: 0px 0px 10px;
}

.cleanlist li {
 font-size: 13px;
 list-style: none;
 padding: 0px;
 clear: both;
}

#menu {
 height:45px;
 z-index: 1;
}

#menu .active a {
 background-position: 0px -90px;
}

#menu ul {
 list-style: none;
 padding: 0px;
 margin: 0px;
}

#menu li {
 float: left;
 margin-right: 0px;
 margin-left:0px;
 padding: 0px;
 text-align: center;
}

#menu .mlogo {
 border:0px;
}

#menu .mlogo a {
 display:block;
 width: 198px;
 height: 52px;
 position: relative;
 right: 7px;
 background: url('img/inmenulogo.png');
}

#menu .mlogo:hover a {
 background: url('img/inmenulogo.png');
 background-position: 0px -0px;
}

#menu .mdonate a {
 display: block;
 width: 110px;
 height: 45px;
 float:right;
 background: url('img/inmenucontact.png');
 color: #FFFFFF;
 text-indent: -23px;
}

#menu .mdonate a:hover {
 background: url('img/inmenucontact.png');
 background-position: 0px -45px;
}

#menu li a {
 background: #CCCCCC url('img/menubar.png') 0px 0px;
 color: #2A2A2A;
 line-height: 45px;
 width: 148px;
 display: block;
 text-decoration: none;
 font-weight: bold;
 font-size: 11px;
 height: 45px;
 overflow: hidden;
}

#menu li a:hover {
 background: #CCCCCC url('img/menubar.png') 0px -45px;
}

#menu ul li ul {
 width: 201px;
 list-style: none;
 position: absolute;
 display: none;
}

#menu ul li ul li,
#menu .active ul li ul li {
 width: 148px;
}

#menu ul li .subcap {
 background: url('img/sub_tail.png');
 display: block;
 width: 149px;
 height: 5px;
}

#menu ul li ul li a,
#menu .active ul li ul li a {
 background: url('img/sub_bg.png');
 line-height: 25px;
 width: 142px;
 height: 22px;
 font-weight: normal;
 color: #2A2A2A;
 text-align: left;
 display: block;
 padding-left: 5px;
 border-left: 1px solid #8B7E57;
 border-right: 1px solid #8B7E57;
}

#menu ul li ul li a:hover,
#menu .active ul li a:hover {
 background: #3E7D8F;
 color: #FFFFFF;
 text-decoration: none;
 font-weight: bold;
}

#menu li:hover ul ul,
#menu li:hover ul ul ul {
 display: none;
}

#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul {
 display: block;
 z-index:3;
}

#footer {
 background: #EBEBEB url('img/page_bg.png') repeat-x;
 font-size: 11px;
 padding-bottom: 20px;
 color: #333333;
 text-align: center;
 margin-top: 30px;
 height: 3em;
 width: 100%;
}

#sitemap {
 margin: auto;
 width: 900px;
 text-align: left;
}

