*
{
	font-family : Verdana, Arial;
	color : #000000;
	font-size : 16px;
}

HTML, BODY
{
	height : 100%;
	margin : 0px;
	padding : 0px;
}

BODY
{
	background-color : #bdbdbd;
	margin : 0px;
	padding : 0px;
}

H1
{
	font-size : 22px;
	color : #000;
	margin : 0px;
	margin-bottom : 18px;
	font-weight : bold;
}

H2
{
	font-size : 16px;
	color : #000;
    font-weight : bold;
    padding : 0px;
    margin: 0px;
	margin-bottom : 9px;
}

TEXTAREA
{
	border : 1px solid #006633;
	overflow : auto;
}

FORM
{
	margin:0px;
}

TD IMG
{
	padding : 0;
	margin : 0;
}

IMG
{
	border : 0;
	padding : 0;
	margin : 0;
}

A, A:link, A:visited, A:active
{
	font-weight : bold;
    text-decoration : none;
	color : #5e5e5e;
}

A:hover
{
	font-weight : bold;
    text-decoration : underline;
}

P
{
	margin: 0px;
	padding-bottom : 15px;
}

HR
{
	border : 0px solid red;
	margin : 0;
	padding : 0;
	border-bottom : 1px solid #EFE5E4;
	height : 1px;
	line-height : 1px;
	font-size : 1px;
	margin-bottom : 8px;
	width : 100%;
}

UL
{
	margin-top : 0px;
	margin-bottom : 5px;
}

TABLE TD
{
	vertical-align : top;
	text-align : left;
}

/* MAIN CSS */
#body
{
}

#main 
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width : 955px;
	background-image : url(../_images/site/bgfill.png);
	background-color : #FFF;
}

#footer
{
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	width : 955px;
	font-size : 12px;
	padding-top : 7px;
	padding-right : 0px;
}
#footer A
{
	font-size : 12px;
}

#maintable
{
	width : 955px;
}

/* MENU */

#menu
{
	position : absolute;
	width : 200px;
	height : 30px;
	padding-left : 330px;
	margin-top : 15px;
	text-align : right;
}

.menuitem,
.menuitem A
{
	font-size : 14px;
}
.menuitem
{
	color : #000;
}

.menuspacer
{
	background-image : url(../_images/site/menuspacer.gif);
	background-position : center;
	width : 6px;
	margin-left : 13px;
	margin-right : 13px;
	margin-top : 2px;
}

#snuffel
{
	background-image : url(../_images/snuffel.jpg);
	width : 416px;
	background-repeat : no-repeat;
}

#route
{
	background-image : url(../_images/route.jpg);
	width : 542px;
	height : 105px;
	background-repeat : no-repeat;
}

#content
{
	padding-top : 170px;
	padding-left : 20px;
	padding-right : 20px;
	padding-bottom : 20px;
}

.sel
{
	width : 20px;
	height : 10px;
	float : right;
}

#schmeits
{
	float : right;
	padding-left : 5px;
}
