.hrefdiv {
font-size:16px;
color:blue;
cursor:pointer;
text-decoration:underline;
}

.hrefdiv:hover {
color:red;
}

body.fullwidth div#container { width: 100%; }

.menulinks  {
		padding: 5px 10px;
		text-align: left;
		text-decoration: none;
		background: #CCCCCC;
		color:#000000;
		width:100px;
		border:1px solid #CCCCCC;
		border-radius: 15px 15px 15px 15px; 
	-moz-border-radius: 15px 15px 15px 15px; 
	-khtml-border-radius: 15px 15px 15px 15px; 
	-webkit-border-radius: 15px 15px 15px 15px;
		font: 11px arial
}

.menulinks:hover
	{	background: #000000;
		color: #FFFFFF;
		border:1px solid black;}

.dropdownmenu
{	z-index:10;
	
	border-radius: 15px 15px 15px 15px; 
	-moz-border-radius: 15px 15px 15px 15px; 
	-khtml-border-radius: 15px 15px 15px 15px; 
	-webkit-border-radius: 15px 15px 15px 15px;
	
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;

	
	position: absolute;
	visibility: hidden;
	margin: 0;
	margin-top: -22px;
	padding:0;
	background: #CCCCCC;
	color:#000000;
	width: 100px;}


.dropdownmenu a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #CCCCCC;
		color:#000000;
		border:1px solid #CCCCCC;
		border-radius: 15px 15px 15px 15px; 
	-moz-border-radius: 15px 15px 15px 15px; 
	-khtml-border-radius: 15px 15px 15px 15px; 
	-webkit-border-radius: 15px 15px 15px 15px;
		font: 11px arial}

.dropdownmenu a:hover
	{	background: #000000;
		color: #FFFFFF;
		border:1px solid black;}

body {
	color: #333;
	background-color: #eee;
	font-size: .75em;
	text-align: center;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.60em;
	text-decoration: none;
	text-align: left;
	}

div#container {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#header-in {
			padding: 20px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			}
			div.content-in {
				padding: 20px;
				}
	div#footer {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#footer-in {
			padding: 20px;
			}

.codestuk {
margin-left:20px;
border:1px solid black;
font-size:12px;
font-family:courier;
font-weight:bolder;
background-color:#efefef;
height:100px;
overflow:auto;
}


