@import url('undohtml.css');

/* CSS Document 
/* Default module layout and common styles for GMDE website
/* Author: Marco Peverelli
/* Copyright: 2008 Marco Peverelli
/* 
 */

body{width:980px;background-color:rgb(217,218,219);font-family:Verdana, Arial, sans-serif;font-size:12px;color:#000;}
a:link, a:visited{color:red;font-weight:bolder;}
a:hover{text-decoration:underline;}
fieldset{border:none;margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:150%;line-height:200%;padding:0 0 10px;color:rgb(226,0,26);}
ul.separatedItems li{margin:10px 0;}
.clear{clear:both;}

/* main sections */
#header{background:rgb(237,237,238) url('gmde.gif') no-repeat;height:auto !important;min-height:100px;height:100px;}
#topmenu{background-color:rgb(226,0,26);height:auto !important;min-height:30px;height:30px;}
#leftmenu{float:left;width:210px;padding:45px 10px 0 0;}
#container{float:left;width:760px;}
#mainContent{padding:20px;border:1px solid #999;border-top:none;height:auto !important;min-height:400px;height:400px;background-color:#fff;}
#footer{clear:both;padding:25px 0 0 220px;width:760px;}

/* topmenu */
#topmenu li{float:left;text-align:left;margin:0 30px 0 10px;line-height:30px;color:white;}
#topmenu li a:link, #topmenu li a:visited, #topmenu li a:hover{color:white;}

/* leftmenu */
#leftmenu ul ul li a:link, #leftmenu li ul li a:visited{color:#666;}
#leftmenu ul li a:link, #leftmenu ul li a:visited{color:rgb(226,0,26);}
#leftmenu ul li a:hover{text-decoration:none;}
#leftmenu ul ul li a:hover{text-decoration:underline;}
#leftmenu ul{border-bottom:1px solid #999;}
#leftmenu ul li{text-transform:uppercase;height:auto !important;min-height:38px;height:38px;line-height:38px;border:1px solid #999;border-bottom:none;background-color:#ededee;text-indent:10px;font-weight:bolder;color:rgb(226,0,26);}
#leftmenu ul ul{padding-left:25px;background-color:rgb(217,218,219);border-top:1px solid #999;}
#leftmenu ul ul li{text-transform:none;height:auto !important;min-height:18px;height:18px;line-height:18px;text-indent:0;padding-left:8px;background:rgb(217,218,219) url('menu.gif') no-repeat top left;border:none;font-size:11px;font-weight:normal;}
#leftmenu ul ul ul{padding-left:10px;}
#leftmenu ul ul ul li{height:auto !important;min-height:12px;height:12px;line-height:14px;font-size:10px;background-color:transparent;text-indent:0;border:none;}
#leftmenu li#selected{color:rgb(226,0,26);font-weight:bolder;}

/* searchBox */
#searchBox{float:right;text-align:right;margin:40px 20px 0 0;font-weight:bolder;width:230px;}
#q{height:20px;}
#langSelector{clear:both;float:right;margin:10px 20px 0 0;}

/* footer */
#footer a{float:right;}

/* content */
#introtext, #introtext p{margin:20px 0;}

