/* layout */

body {
  margin:0;
  padding:0;
  font:small Verdana;
  }
/* hack per il font size di ie e mozilla
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size:small;
  } html>body {font-size:small;}
*/

a, a:link {
  color: #4c4c4c;
  line-height: 1.6em;
  text-decoration: underline;
  font-size: 0.9em; 
  }

a:visited {
  color: #4c4c4c;
  text-decoration: underline;
  }

a:hover {
  color: #fff;
  background-color: #5FA6BE;
  text-decoration: none;
  }

a:active {
  color: #fff;
  background-color: #5FA6BE;
  text-decoration: none;
  }

a:focus {
  color: #fff;
  background-color: #5FA6BE;
  text-decoration: none;
  }

pre table {
	border-right: #ddd 1px solid; 
	border-top: #ddd 1px solid; 
	border-left: #ddd 1px solid; 
	border-bottom: #ddd 1px solid;
	width:98%;
	font-size:0.9em;
	background-color: #eee;
  }


.box {
  padding: .5em .5em .5em .5em;
  margin: 0 0 0 0;
  text-decoration:none
  }
  
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p {
  font-weight:normal;
  color:#4c4c4c;
  }

#content h1 {
  font-size:1.3em;
  padding: 0.0em 0.5em 0.4em 0.0em;
  margin: 0.0em 0.5em 0.0em 0.0em;
  line-height: 1.0em;
  border-bottom: solid;
  border-color: #ccc;
  border-bottom-width: 4px;
  }

#content h2 {
  font-size:1.1em;
  }

#content h3 {
  font-weight:bold;
  font-size:1.0em;
  }

#content h4 {
  font-weight:bold;
  font-size:0.7em;
  }
  
#content h5 {
  font-weight:bold;
  font-size:0.6em;
  }

#content h6 {
  font-weight:bold;
  font-size:0.3em;
  }

#content p { 
  line-height:1.3em;
  text-indent:1em;
  font-size:0.8em;
  }

#content .left {
  padding: 1em 1em 1em 1em;
  clear: both;
  float: left;
  width: 49%;
  }

#content .right {
  padding: 1em 1em 1em 1em;
  float: right;
  width: 49%;
  }

#content .center {
  padding: 1em 1em 1em 1em;
  clear: both;
  float: left;
  width: 98%;
  }

.spacer {
  clear: both;
  }

#column-internal {
  float: left;
  width: 27%;
  }

#molliche .box {
  font-size: 1.3em;
  color: #4c4c4c;
  }

#column-internal .box {
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 0.5em 0.5em 1.0em 1.0em;
  background-color:#eee;
  border:1px solid #ccc;
  font-size:0.8em;
  color: #4c4c4c;
  }

#column-internal h1 {
  padding: 0.0em 0.5em 0.5em 0.0em;
  margin: 0.0em 0.5em .5em 0.0em;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.0em;
  border-bottom: solid;
  border-color: #ccc;
  border-bottom-width: 2px;
  }

#column-internal a, #column-internal a:link, #column-internal a:focus, #column-internal a:visited, #column-internal a:hover {
	font-size: 1em;
	color: #4c4c4c;
	}

#column-internal a:hover {
	color: white;
	}
	
#column-internal .spacer {
	margin: 10px 0px 25px 0px;
	}

#column-internal p {
	font-size: 1.1em;
	}

#column-internal ul {
  margin-left:0;
  padding-left:0;
  list-style:none;
  margin-left:5px;
  padding-left:5px;
  font-size:1.0em;
  font-weight: bold;
  }

img {
  border: none;
  }

#header {
  width: 100%;
  }

#footer {
  clear: both;
  margin:0;
  padding:0;
  text-align: center;
  }

html, body {
  height: 100%;
  }

#container {
  position: relative;
  min-height: 100%;
  height: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
  }

html>body #container {
  height: auto;
  }

#content {
  padding: 10px;
  padding-bottom: 50px;
  float: right;
  width: 70%;
  }

#molliche {
  background-color:#eee;
  border-bottom:1px solid #ccc;
  margin-bottom: 5px;
  font-size: 0.5em;
  }

#footer {
  border-top: 1px solid #336;
  border-bottom: 1px solid #336;
  background-color: #eee;
  position: relative;
  bottom: 0;
  width: 100%;
  font-size:0.8em;
  }

.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
  
.wrap1 {
  float:left;
  background:url(../graph/shadow.gif) right bottom no-repeat;
  }
  
.wrap2 {
  background:url(../graph/corner_bl.gif) left bottom no-repeat;
  }
  
.wrap3 {
  padding:0 6px 6px 0;
  background:url(../graph/corner_tr.gif) right top no-repeat;
  }
  
.wrap3 img {
  display:block;
  }