html,body { height:100%; }

body
{
    background-image: url( images/bg.jpg );
    background-repeat:repeat-x;
    background-color:#2c4869;
    color:#555;

    font-size:11px;
    font-family: Arial,sans-serif;

    padding:0;
    margin:0;
}

img
{
    border:0;
}

a
{
    color:#6a9ed2;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

#main
{
    margin: 0 auto;
    width:820px;
    min-height:100%;
}

* html #main { height:100%; }

#top
{
    height:280px;
    background-image: url( images/head_bg.jpg );
}

#top div.left
{
    width:15px;
    height:280px;
    background-image: url( images/head_left.jpg );
    float:left;
}

#top div.right
{
    width:15px;
    height:280px;
    background-image: url( images/head_right.jpg );
    float:left;
}

#top div.inner
{
    width:780px;
    height:230px;
    float:left;
    padding: 50px 5px 0 5px;
}

#logo
{
    height:60px;
}

#logo h1
{
    padding:0;
    margin: 0;
    float:left;
    font-size:36px;
    color:#464646;
    font-weight:normal;
}

#logo h1 a { color:#464646; font-weight:normal; }

#logo h1 a:hover { text-decoration:none; color:#464646; }

#logo p
{
    float:right;
    font-size:14px;
    color:#777;
    margin:0;
    padding:13px 0 0 0;
}

#banner
{
    background-image: url(images/header.jpg) ;
    width:780px;
    height:100px;
}

#menu
{
    padding: 20px 0 0 0;
    height:40px;
}

#menu ul, #menu li
{
    list-style:none;
    display:inline;
    padding:0;
    margin:0;
}

#menu li
{
    height:40px;
    display:inline-block;
    float:left;
    background-image: url( images/trenner.jpg );
	background-position:top right;
	padding-right:2px;
    background-repeat:no-repeat;
}

#menu li a
{
    display:inline-block;
    padding: 8px 20px 0 20px;
    height:32px;
    color:#2c4869;
    font-size:12px;
    font-weight:bold;
}

#menu li a:hover
{
    text-decoration:none;
    color:#fff;
}

#menu li.active a
{
    color:#142234;
    background-image: url( images/dot.jpg );
    background-position: bottom center;
    background-repeat:no-repeat;
}

#inner
{
    width:800px;
    padding: 0 10px 0 10px;
    background-image: url( images/content_bg.jpg );
    background-repeat:repeat-y;
    background-position: top center;
}

#inner div.top
{
    width:800px;
    height:27px;
    background-image: url( images/content_top.jpg );
}

#inner div.bottom
{
    width:800px;
    height:10px;
    background-image: url( images/content_footer.jpg );
}

#content
{
    width:520px;
    float:right;
    padding: 0 30px 10px 30px;
	font-size: 15px;
}

#content h2
{
    margin:0 0 10px 0;
    padding:0;
    color:#555;
    font-size:30px;
    font-weight:normal;
}

#content h3
{
    margin:0;
    padding:0 0 20px 0;
    font-size:16px;
    font-weight:normal;
    color:#919191;
}

#content p
{
    margin:0;
    padding:0 0 10px 0;
}

#submenu
{
    font-size:11px;
    padding:0 0 0 15px;
    float:left;
    width:205px;
}

#submenu ul, #submenu li
{
    list-style:none;
    padding:0;
    margin:0;
    display:inline;
}

#submenu li
{
    background-image: url( images/menu_dot.jpg );
    background-repeat:no-repeat;
    background-position: left center;
    display:block;
    padding-left:5px;
    height:29px;
    margin-top:1px;
}

#submenu li:hover
{
    background-image: url( images/menu_dot_over.jpg );
}

#submenu li a
{
    display:block;
    font-size:12px;
    color:#2c4869;
    border-bottom: 1px solid #49709a;
    padding: 7px 5px 7px 25px;
    height:15px;
}

#submenu li a:hover
{
    background-image: url( images/menu_over.jpg );
    background-repeat:repeat-y;
    background-position: right top;
    text-decoration:none;
    color:#fff;
}

#submenu li.active
{
    background-image: url( images/menu_dot_active.jpg );
    background-postion:left top;
}

#submenu li.active a
{
    background-image: none;
    background-color:#fff;
    color:#6a9ed2;
    font-weight:bold;
}

div.clear
{
    clear:both;
    height:50px;
}

div.clearsmall
{
    clear:both;
}

#footer
{
    text-align:center;
    color:#fff;
    padding-top:10px;
    height:20px;
    font-size:11px;
    background-color:#6a9ed2;
    margin-top: -30px;
}

#footer h3
{
    padding:0;
    margin:0;
    display:inline;
    font-weight:normal;
    font-size:11px;
}

#footer a
{
    color:#fff;
	padding-right: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}

#footer ul, #footer li
{
    display:inline;
    list-style:none;
    padding:0;
    margin:0;
}