html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 13px;
    line-height: 18px;
	vertical-align: baseline;
    font-family: Arial, Helvetica, Sans-serif;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
}

html {
    min-height: 100%;
}
body {

    min-height: 100%;
    border-bottom: 1px solid #FFF;
}

/* Layoutelement */

#header {

    height: 150px;
    position: relative;
}

#toolbar {
    right: 20px;
    top: 18px;
    position: absolute;
    list-style: none;
}

#toolbar li {
    display: inline;
}

#toolbar li a {
    font-size: 14px;
}

#menu {
   height: 72px;
   background: url(/design/background_menu.png) center bottom no-repeat;
}

#menu ul {
    margin: 0;
    display: block;
    height: 36px;
    list-style: none;
}

#menu li {

    float: left;
}

#menu li.active1 {

    background: url(/design/background_menu_active.png) left top no-repeat;

}

#menu li.active1 a {

    color: #000;
    background: url(/design/background_menu_active_a.png) right top no-repeat;
}

#menu li a {

    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    line-height: 36px;
    text-decoration: none;
    padding: 0 15px;
    display: block;
}

#menu ul#submenu {
    padding: 0 10px;
}


#submenu li.active1 {
    background: none;
}

#submenu li a {
    background: none;
    padding: 0 10px;
    font-weight: normal;
    color: #cb380b;
}

#submenu li.active1 a {
    color: #000;
    font-weight: bold;
    background: none;
}

#content {
    margin-top: 9px;    
    min-height: 300px;
}

#footer {
    height: 40px;
    background: url(/design/background_footer.png) center top no-repeat;
}


a:focus {

	outline: 1px dotted invert;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

.padder {
    padding: 0 10px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {

    margin-bottom:  9px;
}


.extra {
      /* background: #ffebcf */
   min-height: 300px;
}

.extra p, 
.extra ul, 
.extra ol, 
.extra h1, 
.extra h2,
.extra h3,
.extra h4,
.extra h5,
.extra h6 {
    padding: 0 10px;
    margin-top: 9px;
}

ul,ol {
    padding-left: 20px;
}
