@import URL("../css/tag-cloud.css");
@import URL("../css/xhtml.css");

@media screen {

	body {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 letter-spacing: 1px;
	 font-style: normal;
	 font-weight: normal;
	 font-variant: normal;
	 text-transform: none;
	 
	 color: black;
	 background-color: white;
	}

	#page {
	 position: absolute;
	 top: 10px;
	 width: 99%;
	 height: 100%;
	}

	#region-before {
	 position: absolute;
	 left: 140px;
	 width: 819px;
	 height: 140px;
	}

	#region-before div {
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-top: 10px;
	 background-color:#EFEFEF;
	 color:silver;
	 height: 127px;
	}

	#region-before div div {
	 text-align: right;
	}

	#region-body {
	 position: absolute;
	 top: 150px;
	 left: 129px;
	 width: 590px;
	 height: 200%;
	 border-left: solid 1px black;
	 border-right: solid 1px black;
	}

	#region-body div {
	 padding-left: 10px;
	 padding-right: 10px;
	}

	#region-start {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 129px;
	 border-right: solid 1px black;
	 height: 100%;
	}

	#region-start div {
	 padding-left: 10px;
	 padding-right: 10px;
	}

	#region-end {
	 position: absolute;
	 top: 150px;
	 left: 731px;
	 width: 219px;
	 height: 200%;
	 padding-top: 10px;
	 padding-left: 10px;
	 background-color: #EFEFEF;
	}

	#region-navigation {
	 position: relative;
	 top: 5px;
	 left: 5px;
	 width: 180px;
	 height: 20px;
	}
	
	/**
	 * Menu
	 */

	.menu {
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 font-size: 11px;
	 font-weight: 500;

	 border-color: #C7D0D5;
	 border-bottom-style: solid;
	 border-width: 1px;

	}

	.submenu {
	 padding-right: 0px;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 padding-right: 10px;
	 font-size: 9px;
	 text-align: right;
	}

	.menu .menu-item:link, .menu .menu-item:visited, .menu .menu-item:active {
	 text-decoration:none;
	 color: black;
	}

	.menu-item:hover {
	 color: #8E1D23;
	}

	/**
	 * Navigation
	 */

	.navigation {
	 position: absolute;
	 height: 0px;
	 margin-top:  20px;
	 margin-bottom: 0px;
	}

	.navigation .preceding {
	 position: absolute;
	 bottom: 0px;
	 left: 0px;
	}

	.navigation .following {
	 position: absolute;
	 bottom: 0px;
	 left: 180px;
	}
	
	.float {
	  float: right;
          margin-left: 10px;
          border: none;
         } 

}

