html,body { height:100%; }

body
{
	background-image: url( images/bg.jpg );
	background-repeat:repeat-x;
    background-color:#218221;
    color:#999;

    font-size:12px;
    font-family: Arial,sans-serif;

    padding:0;
    margin:0;
}

img
{
    border:0;
}

a
{
    color:#218221;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

#main
{
    margin: 0 auto;
    width:920px;
    min-height:100%;
}

* html #main { height:100%; }

#logo
{
    background-image: url(images/pic.jpg) ;
	background-repeat:no-repeat;
	background-position: right top;

    padding:30px 0 0 30px;
    height:120px;
}

#logo h1
{
    padding:0;
    margin: 0;
    font-size:36px;
    color:#5b6d8c;
    font-weight:normal;
}

#logo h1 a, #logo h1 a:hover { color:#5b6d8c; font-weight:normal; text-decoration:none; }

#logo p
{
    font-size:14px;
    color:#c5cfe0;
    margin:0;
    padding:0;
}

#inner
{
	background-image: url( images/content_bg.jpg );
}

#inner div.top
{
	background-repeat:no-repeat;
	background-position:left top;
	background-image: url( images/content_top.jpg );
}

#inner div.bottom
{
	background-repeat:no-repeat;
	background-position:left bottom;
	background-image: url( images/content_bottom.jpg );
	padding: 0 10px 10px 10px;
}

#menu
{
    padding: 0;
    height:37px;
	background-image: url( images/menu.jpg );
	background-repeat:repeat-x;
}

#menu ul, #menu li
{
    list-style:none;
    display:inline;
    padding:0;
    margin:0;
}

#menu ul
{
}

#menu li
{
	display:block;
	float:left;
	background-image:url( images/menu_trenner.jpg );
	height:37px;
	padding-right:1px;
	background-repeat:no-repeat;
	background-position: top right;
}

#menu li a
{
	display:inline-block;
	color:#fff;
	font-size:14px;
	padding: 7px 15px 0 15px;
	height:30px;
}

#menu li a:hover
{
	background-image:url( images/menu_over.jpg );
	background-repeat:repeat-x;
	text-decoration:none;
}

#menu li.active a
{
	background-image:url( images/menu_dot.jpg );
	background-repeat:no-repeat;
	background-position: bottom center;
}

#submenu
{
	background-color:#c5cfe0;
	background-image: url( images/submenu_bg.jpg );
	background-repeat:repeat-x;
	background-position: left bottom;
    padding:20px 0 200px 0;
	margin-top:-7px;
    float:right;
    width:220px;
}

#submenu ul, #submenu li
{
    list-style:none;
    padding:0;
    margin:0;
    display:inline;
}

#submenu li
{
	padding: 1px 0 1px 20px;
	display:block;
}

#submenu li a
{
	font-size:14px;
	color:#5b6d8c;
	display:block;
	padding: 10px 5px 10px 25px;
	border-bottom: 1px dotted #fff;
	background-image: url( images/submenu_dot.jpg );
	background-repeat:no-repeat;
	background-position:left center;
}

#submenu li:hover
{
	background-image: url( images/submenu_hover.jpg );
	background-position: right top;
	background-repeat:repeat-y;
	
}

#submenu li a:hover
{
	text-decoration:none;
}

#submenu li.active
{
	background-color:#fff;
	background-image:none;
}

#submenu li.active a
{
	background-image:none;
}

#content
{
	float:left;
	width:640px;
    padding: 20px;
	font-size: 15px;
}

#content h2
{
    margin:0 0 10px 0;
    padding:0;
    color:#218221;
    font-size:30px;
    font-weight:normal;
}

#content h3
{
    margin:0;
    padding:0 0 20px 0;
    font-size:16px;
    font-weight:normal;
    color:#5b6d8c;
}

#content p
{
    margin:0;
    padding:0 0 10px 0;
}

div.clearsmall
{
	clear:both;
}

div.clear
{
	background-color:#218221;
    clear:both;
    height:50px;
}

#footer
{
    text-align:center;
    color:#9ccf9c;
    padding-top:10px;
    height:20px;
    font-size:11px;
    background-color:#389f38;
    margin-top: -30px;
}

#footer h3
{
    padding:0;
    margin:0;
    display:inline;
    font-weight:normal;
    font-size:11px;
}

#footer a
{
    color:#9ccf9c;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9ccf9c;
}

#footer ul, #footer li
{
    display:inline;
    list-style:none;
    padding:0;
    margin:0;
}