/* BASE */

* {
    font-family: "trebuchet ms", tahoma, sans-serif;
}
a {
    color: #222;
    text-decoration: none;
}
a:hover {
    color: #448;
    text-decoration: underline;
}
a.reduce { /* msz */
    color: #527;
    text-decoration: none;
}
a#minus {
    color: #A74;
    text-decoration: none;
}
a#minus:hover {
    color: #852;
    text-decoration: underline;
}
ul li a {
    color: #44A;
    text-decoration: none;
}
ul li a:hover {
    color: #228;
    text-decoration: underline;
}
a img {
    border: 0;
}
body {
    margin: 0;
    padding: 0;
    background: #BBB;
}
input[type=text],
input[type=password],
select,
textarea {
    border: 1px solid #AAA;
    padding: 0.1em;
}
input[type=text],
input[type=password],
textarea {
    padding: 0.2em;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
    border-color: #666;
}
p.error,
p.success {
    border: 1px solid;
    font-size: small;
    margin: 0.5em;
    padding: 0.5em;
    width: 69%;
}
p.error {
    background: #FCC;
    border-color: #966;
    color: #633;
}
p.success {
    background: #CFC;
    border-color: #696;
    color: #363;
}
td#availability {
    color: #285;
    font-weight: bold;
}
td#availability.not-available {
    color: #F00;
}
textarea {
    font-size: small;
    padding: 0.2em;
}
th {
    padding-right: 1em;
    text-align: right;
}

div#main {
    background-color: #FFFAF8;
}

div#main1000 {
    position: relative;
    width: 980px;
    margin: 0 auto 0;
    background-color: #FFFAF8;
    padding: 0;
    margin-top: 10px;
}

/* HEADER */

div#header {
    background: #FFF url(http://kredite-sind-billig.de/logo.jpg) no-repeat top left;
    height: 90px;
    border-bottom: 10px solid #BBB;
    clear: both;
}

div#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#header {
    height: 1%;
}
h1 {
    float: left;
    font-size: x-large;
    font-weight: bold;
    letter-spacing: 0.25em;
    margin: 0;
    /* padding: 1em; */
    padding-top: 0.5em;
    padding-bottom: 0.7em;
    /*text-transform: lowercase;*/
}
div#header h1, div#header h1 a {
    padding-left: 78px; 
    padding-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
    letter-spacing: 0em;
    color: #AAA;
}
html > body div#header.popup h1 {
    background: url('logo_24.png') no-repeat 10px;
    padding: 0.5em 0.5em 0.5em 50px;
}
h1 a {
    color: #000;
}
h1 a:hover {
    color: #000;
    text-decoration: none;
}
div#topbar {
    /*background: #666 url('bg_bar.png') center center repeat-x;*/
    border-bottom: 10px solid #BBB;
    clear: both;
    color: #444;
    margin: 0 0 0.5em 0;
    padding: 0.6em 1em 0.3em 1em;
    /* text-transform: lowercase; */
    font-size: small;
    background-color: #BBB;
    height: 1.25em;
}

/* NAVIGATION */

ul#navigation {
    list-style-type: none;
    margin: 0;
    padding: 1.75em 1em;
    text-transform: lowercase;
    width: auto;
}
ul#navigation a {
    font-size: larger;
    font-weight: bold;
    padding: 0.2em 0.5em;
}
ul#navigation a:hover {
    background: #7AD;
    color: #FFF;
}
ul#navigation li {
    float: left;
}
ul#navigation li.access {
    float: right;
}

ul#navigation2 {
    list-style-type: none;
    margin: 0;
    padding: 0.8em 1em;
    text-transform: lowercase;
    width: auto;
}
ul#navigation2 a {
    font-size: normal;
    color: #228;
    padding: 0.2em 0.5em;
}
ul#navigation2 a:hover {
    background: #7AD;
    color: #FFF;
}
ul#navigation2 li {
    float: left;
}
ul#navigation2 li.access {
    float: right;
}
/* BOOKMARKS */

ol#bookmarks {
    list-style-type: none;
    margin: 0;
    padding: 0 1em;
    width: 69%;
}
html > body ol#bookmarks {
    margin: 0 0.5em;
    padding: 0;
}
div.link a {
    color: blue;
    font-size: medium;
}
div.link a:visited {
    color: blue;
}
div.descriptiontop {
    background-color: #FFFCFA;
    border: thin solid #EEE;
    color: #000;
    margin: 8px 5px 5px 24px;
    padding: 4px;
    font-size: 11.5pt;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}
div.description {
    color: #000;
    margin-left: 24px;
    font-size: 10.5pt;
}
div.adforurl {
    /*background-color: #DED;*/
}
div.adforurl a {
    color: #82A;
}
div.meta {
    color: #285;
    font-size: 9pt;
    margin-left: 24px;
    line-height: 1.25em;
}
div.meta span {
    color: #F00;
}
li.xfolkentry {
    border-bottom: 1px solid #DDD;
    margin-bottom: 0;
    padding: 0.3em 0.2em;
}
li.xfolkentry-break { /* msz */
    border: 0;
    margin-bottom: 0;
    padding: 0;
}
html > body li.xfolkentry {
    border-bottom: 1px dotted #AAA;
}
li.xfolkentry div {
    padding: 0.1em;
}
li.xfolkentry.deleted {
    opacity: 0.5;
}
li.xfolkentry.private {
    border-left: 3px solid #F00;
}
li.xfolkentry.shared {
    border-left: 3px solid #FA0;
}

/* SIDEBAR */

div#sidebar {
    font-size: small;
    position: absolute;
    right: 0px;
    top: 150px;
    width: 250px;
}
div#sidebar a {
    /*color: #995;*/
    /*color: #359;*/
    color: #FFF;
}
div#sidebar a:hover {
    /*color: #fff;*/
}
div#sidebar a.reduce {
    color: #fcd;
}
div#sidebar a.reduce:hover {
    color: #eee;
    text-decoration: underline;
}
div#sidebar div {
    background: #777;
    color: #FFF;
    margin: 6px 0 6px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}
div#sidebar div#sidebartitle {
    font-weight: bold;
    background: #997 url(http://kredite-sind-billig.de/sidebartitle.jpg) repeat-x;
    background-height: 100%;
    background-width: 100%;
    color: #555;
    margin: 0;
    padding: 4px 0.5em 4px 0.5em;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
div#sidebar h4 {
    background: transparent;
    border: 0;
    color: #995;
    letter-spacing: 0;
    margin: 0;
    padding: 0.5em 0;
}
div#sidebar hr {
    display: none;
}
div#sidebar p {
    margin: 0.75em;
}
div#sidebar p.tags a {
    margin: 0;
}
div#sidebar table {
    margin: 0.5em 0.5em 0 0.5em;
}
div#sidebar table td {
    padding-bottom: 0.25em;
    padding-right: 0.5em;
}
div#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0.5em;
}
div#sidebar ul li {
    margin: 0.5em 0;
}

/* misc: msz */

a#keyword span {
    color: #47A;
    margin-right: 0.5em;
}
a#keyword span:hover {
    cursor: pointer;
    text-decoration: underline;
    background: #CEC;
}

/* Footer: msz */

div#footer {
    color: black;
    font-size: small;
    margin: 1em;
    text-align: center;
    width: 980px;
}

div#footer a {
    color: black;
}


div#footer a:visited {
    color: black;
}

div#footer a:hover {
    color: blue;
}


/* TAGS */

p.tags {
    line-height: 2.25em;
    margin: 2em 10%;
    text-align: justify;
    vertical-align: middle;
}
p.tags a,
p.tags span {
    color: #47A;
    margin-right: 0.5em;
}
p.tags span:hover {
    cursor: pointer;
    text-decoration: underline;
}
p.tags span.selected {
    background: #CEC;
}

/* PROFILE */

table.profile th {
    width: 10em;
}

/* OTHER GUFF */

dd {
	background: #CEC;
	border-right: 4px solid #ACA;
	color: #464;
	padding: 6px;
}
dd a {
	color: #464;
}
dd a:hover {
	color: #000;
	text-decoration: underline;
}

dl {
	font-size: small;
	margin: 1em;
	width: 69%;
}
dl#profile dd {
	background: #CDE;
	border-color: #ABC;
	color: #247;
}
dl#profile dt {
	background: #BCE;
	border-color: #9AC;
	color: #245;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dl#profile a {
	color: #446;
}
dl#profile a:hover {
	color: #000;
	text-decoration: underline;
}
dl#meta dd {
	line-height: 1.5em;
}
dl#meta dt {
	background: #BDB;
	color: #353;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dt {
	border-right: 4px solid #9B9;
}
dt a {
	background: #BDB;
	color: #353;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dt a:hover {
    background: #ACA;
    border: 0;
}
form {
	margin: 0;
}
form#search {
	/*background: #FFF;*/
	color: #555;
	font-size: small;
	margin-bottom: 1em;
}
form label,
form td,
form th {
	font-size: small;
}
form table {
	margin: 0 1em;
}
h3 {
	background: #DDD;
	color: #555;
	font-size: small;
	letter-spacing: 0.2em;
	margin: 2em 1em 1em 1em;
	padding: 0.25em 0.75em;
}
h2 {
	background: #DDD;
	color: #555;
	font-size: medium;
	letter-spacing: 0.1em;
	margin: 1em 0.5em 0.5em 1em;
	padding: 0.25em 0.75em;
    width: 69%;
}
h5 {
	/*background: #FFF;*/
	color: #444;
	font-size: medium;
	letter-spacing: 0.1em;
	margin: 0.5em 0.5em 0.5em 0.5em;
	padding: 0.25em 0.75em;
    width: 69%;
}
li {
	font-size: small;
	margin-bottom: 0.5em;
}
p {
    font-size: small;
    margin: 1em;
}
p#sort {
    color: #888;
    font-size: small;
    float: right;
    margin: 0;
    position: absolute;
    right: 0;
    top: 6.5em;
}
html > body p#sort {
    margin-right: 0.75em;
}

div.descriptiontop p a {
    color: #228;
    text-decoration: none;
}
div.descriptiontop p a:hover {
    color: #228;
    text-decoration: underline;
}
div.descriptiontop p a:active {
    color: #00F;
    text-decoration: none;
}

p#sort a {
    background: #CCDDEE;
    color: #555;
    font-weight: normal;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: underline;
}
html > body p#sort a {
    margin-right: 0;
}
p#sort a:hover {
    background: #CCC;
    text-decoration: none;
}
p#sort span {
    display: none;
}
p.paging {
	font-size: small;
	margin-left: 1em;
}
p.paging a,
p.paging span.disable {
	background: #888;
	color: #FFF;
	display: inline;
	margin-right: 0.5em;
	padding: 0.25em 1em;
}
p.paging a:hover {
	background: #666;
}
p.paging span {
	display: none;
}
p.paging span.disable {
	background: #DDD;
	color: #AAA;
}
div.collapsible p.tags {
	line-height: 2.25em;
	margin: 1em 2em;
}
th label {
	padding-right: 1em;
}
ul {
	margin-right: 1em;
	width: 75%;
}
p#ad {
    color: #CCC;
    font-size: small;
    float: left;
    margin: 0;
    position: absolute;
    left: 0.5em;
    top: 7em;
}

a.action {
    color: #FAA;
}

/** 
 * navigation tabs
 **/
div#topbar {
  margin: 0;
  padding: 0;
  height: 2.5em;
}
.tab {
  list-style: none;
  margin: 0; 
  padding: 9px 1em;
  text-align: left;
  float: left;
  display: inline;
}
.tab li {
  padding: 0.5em;
  margin: 0 0.1em 0 0;
  display: inline;
  font-size: 12px;
  border: 1px solid black;
  border-left-color: white; border-top-color: white;
  color: white; background-color: #eed;
}
.tab li h4 {
  margin: 0; padding: 0;
  text-decoration: none; font-weight: bold;
  color: #44a;
  display: inline;
}
.tab li h4 a {
  color: #555;
}
* .tab li {
  width: 1em;    /* IE 5.0x */
  w/idth: auto;  /* IE 6 */
}
.tab li:hover {
  border-color: white;
  border-left-color: black; border-top-color: black;
  color: #44a; background-color: #ddc;
}
.tab li:active {
  border-color: white;
  border-left-color: black; border-top-color: black;
  color: white; background-color: #ddd;
}

