/* R E S E T \*/
/* Sup rausgenommen */
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, tt, var,
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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* End R E S E T \*/

/* S T Y L E S \*/

body {
    background: #FFF url('../_images/body-bg.gif') repeat-y top right;
    color: #222;
    font-size: 62.5%;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    padding-right: 35px;
}

a, a:link, a:visited {
    color: #2E4CA6;
}

a:hover, a:active, a:focus {
	background: #2E4CA6;
    color: #FFF;
    text-decoration: none;
}

#wrap #misc-nav a:hover, a:active, a:focus {
	color: #FFFFFF;
}

strong {
    font-weight: 700;
}

h1 {
	color: #333;
	font-family: Georgia, Times, Times New Roman, serif;
    font-size: 2.8em;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 0 0.33em 0;
}

h1 span {
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 0.4em;
    font-variant: small-caps;
    font-weight: 500;
    margin-right: 1em;
    padding: 0.33em 0.66em 0.2em;
}

h1 span.type {
    border: 1px solid #666;
    color: #666;
}

h1 span.relation {
    background: #EFE;
    border: 1px solid #393;
    color: #393;
}

h2 {
    color: #222;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 2.1em;
    font-weight: 500;
    line-height: 1.25em;
    margin: 1.66em 0 0.66em;
    clear: both;
}

h3 {
    color: #222;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.25em;
    margin: 1.66em 0 0.66em;
}

h4 {
    color: #222;
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 0;
}

p {
    font-size: 1.4em;
    line-height: 1.8em;
    margin-bottom: 1em;
}

p.notice {
    background-color: #cfc;
    border: 2px dashed #000;
    padding: 4px;
}

p.warning {
    background-color: #c00;
    border: 2px dashed #000;
    font-weight: bold;
    padding: 4px;
}

ul.errors {
	color: #c00;
	padding-top: 5px;
	font-weight: bold;
}

div.pagination {
    background: #DDD url('../_images/pagination-bg.gif') repeat-x 0 0;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    margin: 1em 0;
    padding: 0 1em 0 1em;
}

span.result-count, span.pages, form.sort {
    float: left;
    font-size: 1.2em;
    line-height: 1em;
    display: inline;
    margin: 0;
    padding: 0.8em 0;
}

span.result-count, form.sort {
    width: 25%;
}

form.sort {
    text-align: right;
    margin: 0;
    padding: 0.5em 0 0.33em 0;
}

form.sort select {
    font-size: 1em;
}

span.pages {
    width: 50%;
    text-align: center;
}

span.pages strong {
    padding: 0.1em 0.33em;
}

span.pages a {
    padding: 0.1em 0.33em;
}

span.pages a:hover {
    background: #2E4CA6;
    color: #FFF;
    padding: 0.1em 0.33em;
}

span.pages .inactive {
    color: #777;
    padding: 0.1em 0.33em;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
	font-size: 11px;
}

table {
	border-bottom: 1px dotted #CCC;
}

table tr:hover {
    background: #FFF2AB;
}

table td {
    border-top: 1px dotted #CCC;
    font-size: 1.2em;
    line-height: 1.33em;
    padding: 0.66em;
    vertical-align: top;
}

table td.type, table td.size, table td.manager {
    white-space: nowrap;
}

table td.type {
    padding-right: 0;
}

table td.type a, table td.type a:hover, table td.manager a:hover {
    background: none;
}

table td p {
    font-size: 1em;
    line-height: 1.33em;
    margin: 0;
}

.hide {
    position: absolute;
    margin: -5000px 0 0 -5000px;
}

#wrap {
    min-width: 80em;
}

#misc-nav {
    background: #FFF;
    border-bottom: 1px solid #CCC;
    height: 2.5em;
    padding: 0.66em 0 0 0;
    margin: 0 2em;
}

#misc-nav p {
    float: left;
    font-size: 1em;
    line-height: 1em;
    padding: 0.5em 0 0 0;
}

#misc-nav ul {
	float: right;
}

#misc-nav ul li {
    float: left;
    padding: 0.5em 0 0 0;
    margin: 0 0 0 2em;
}

#misc-nav a {
    color:#999;
    display: block;
    font-size: 1.2em;
    text-decoration: none;
}

#misc-nav a:hover {
    color: #222;
}

#header {
    background: #FFF url('../_images/header-bg.jpg') no-repeat top right;
	clear: both;
    height: 84px;
    margin: 0;
    padding: 1.5em 0 1.5em 2em;
}

#header #logo {
    float: left;
}

#header #ec-logo {
    float: right;
}

#main-nav {
    background: #222 url('../_images/search-bg.gif') 0 0 repeat-x;
	height: 3.9em;
	padding: 0.5em 2em 0 2em;
	position: relative;
}

#main-nav ul {
    float: left;
}

#main-nav li {
    float: left;
}

#main-nav li a {
	border-right: 1px solid #555;
	color: #FFF;
	display: block;
	float: left;
    font-size: 1.5em;
    height: 1.6em;
    padding: 0.7em 1em 0.3em 1em;
    text-decoration: none;
}

#main-nav li a:hover, #main-nav li a:active, #main-nav li a:focus {
	background: none;
    color: #F8DA00;
}

#main-nav li a.active {
    background: #EEE url('../_images/main-nav-active.gif') 0 0 repeat-x;
    color: #222;
    padding: 0.8em 1em 0.2em 1em;
}

#main-nav li a.active:hover {
    text-decoration: underline;
}

#main-nav form {
    float: right;
    padding-top: 0.5em;
}

#main-nav form input {
	background: #FFF;
	border: 1px solid #999;
	color: #444;
	font-size: 1.5em;
	padding: 3px 5px 3px;
	vertical-align: middle;
	width: 12.5em;
}

#main-nav form input.submit {
	background: none;
	border: 0;
	font-size: 1.6em;
	margin: 0 0 0 2px;
	padding: 1px;
	vertical-align: middle;
	width: auto;
}

#content {
	background: #FFF url('../_images/content-bg.gif') 0 0 repeat-x;
	padding-bottom: 3em;
    position: relative;
}

* html #content {
    height: 1%;
}

#sec-nav {
	left: 0;
	padding: 2em;
    position: absolute;
    top: 0;
    width: 24em;
}

#sec-nav a {
    color: #222;
    display: block;
    text-decoration: none;
}

#sec-nav ul {
}

#sec-nav ul li {
    display: inline;
}

#sec-nav ul li a {
    padding: 0.66em 1em;
    font-size: 1.4em;
    line-height: 1.33em;
}

#sec-nav ul li a:hover {
    background: #FFF090;
    font-weight: 700;
}

#sec-nav ul li a.active {
	border: 0;
    color: #222;
    font-weight: 700;
}

#sec-nav ul li ul {
	border: 0;
    padding: 0;
}

#sec-nav ul li ul li {
    border: 0;
}

#sec-nav li ul li a {
	border: 0;
    font-size: 1.2em;
    padding: 0.5em 1.5em 0.5em 1.5em;
}

#main-content-top {
    height: 1.66em;
    padding: 0.66em 0;
    text-align: right;
}

#main-content-top p {
    margin: 0 0 0 1em;
}

#main-content {
	margin-left: 28em;
	padding: 0 2em;
	position: relative;
}

* html #main-content {
    height: 1%;
}

#main-content ul {
    margin-bottom: 1em;
}

#main-content ul li {
    font-size: 1.33em;
    margin-bottom: 1em;
}

#main-content ul li li {
    font-size: 0.9em;
    margin-top: 1em;
    margin-left: 1em;
}

#main-content p.tags {
    background: transparent url('../_images/icon-tag.gif') 0 0.35em no-repeat;
    padding-left: 21px;
    margin-top: 1em;
    clear: both;
}

/* End S T Y L E S \*/

/* H A C K S \*/

* html ul { position: relative }
* html ol { position: relative }
* html dl { position: relative }

.clearfix:after {
    content: "."; 
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* End H A C K S \*/

