body
{
	font-family: tahoma;
	margin: auto;	
}

div#header
{
	background-color: #4A86B2;
	/*background-color: #C75936;*/
	/*background-image: url(../images/wrench.png);
	background-repeat: no-repeat;*/
	background-image: url(../images/kreativpapirklip.png);
	border: 1px solid black;
	color: white;
	font-size: 35pt;
	font-weight: bold;
	height: 150px;
	margin: auto;
	padding-left: 10px;
	width: 860px;
}

td#leftbar
{
	background-color: #FEF2C2;
	border-right: 1px solid black;
	font-size: 11pt;
	width: 200px;
	vertical-align: top;
}

td#content
{
	border-left: none;
	vertical-align: top;
	width: 669px;
}

div#area
{
	border: 1px solid black;
	margin: auto;
	width: 870px;
}

div#vmenu
{
	background-color: #F8CF52;
	/*background-color: #5397C8;*/
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-size: 11pt;
	margin: auto;
	width: 870px;
}

input.login
{
	border: 1px solid black;
	padding: 6px;
	width: 350px;
}

div.inner
{
	padding: 4px;
}

a:link
{
	color: #BD4949;
	text-decoration: none;
}

a:visited
{
	color: #BD4949;
	text-decoration: none;
}

a:hover
{
	color: blue;
	text-decoration: underline;
}

