/* BASE */

		html, body {
		height: 100%;
		}
		
body {
	text-align: center;
	font-family: 'trebuchet ms';
	background-image: url('media/img_site_bg.png');
	background-position: center;
	background-repeat: repeat-y;
	}

#container {
	width: 620px;
	_width: 641px;
	width= 641px;
	*width: 643px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	padding-right: 12px;
	padding-left: 14px;
	*padding-left: 37px;
	_padding-left: 38px;

	}
	
				#container {
				position: relative;
				min-height: 100%;
				height: 100%;
				voice-family: "\"}\"";
				voice-family: inherit;
				height: auto;
			}
			html>body #container {
				height: auto;
				}

* {
    font-family: "trebuchet ms", tahoma, sans-serif;
}

#inhalt {
	padding-bottom: 110px;
	_padding-bottom: 30px;
	}

#bottom {
				position: absolute;
				bottom: 0;
	height: 81px;
	_height: auto;
	background-image: url('media/img_bottom.png');
	_background:transparent;
	padding-top: 10px;
	width: 619px;
}
a {
    color: #ee951a;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #ee951a;
    text-decoration: underline;
    font-weight: bold;
}
a img {
    border: 0;
}

#bottom a {
	font-weight: bold;
	text-decoration: underline;
}

body {
    margin: 0;
    padding: 0;
}
input[type=text],
input[type=password],
select,
textarea {
	background-image: url('media/img_form_bg.gif');
    border: 1px solid #A47938;
    height: 23px;
	background-repeat: repeat-x;
}
input[type=text],
input[type=password],
textarea {
    height: 23px;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
    border-color: #666;
}

input.searchbtn {
	border: 0;
	background-color:transparent;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

input.formbtn {
	border: 0;
	background-color:transparent;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	padding-left: 0;
	margin-bottom: 15px;
}

p.error,
p.success {
    border: 1px solid;
    font-size: small;
    margin: 0.5em;
    padding: 0.5em;
    width: 70%;
}
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;
}

/* HEADER */

div#header {
    background: #FFF url('media/img_head_bg.png');
    border-bottom: 1px solid #EE951A;
    clear: both;
    width: 619px;
    height: 104px;
	overflow: hidden;
}

div#metanavi {
	background-image:url('media/img_metanavi.png');
	padding-right: 13px;
	width: 606px;
	height: 26px;
	position: absolute;
	border-bottom: 2px solid #fff;
}

div#metanavi ul {
    list-style-type: none;
    margin: 0;
    padding: 0 1em;
	padding-top: 4px;
    text-transform: lowercase;
    width: auto;
	height: 26px;
}
div#metanavi ul a {
	font-family: arial;
    font-size: 12px;
    padding: 0.2em 0.5em;
	color: #fff;
}
div#metanavi ul a:hover {
    text-decoration: underline;
}
div#metanavi ul li {
    float: right;
}
div#metanavi ul li.access {
    float: right;
}

div#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#header {
    height: 1%;
}

#logo {
    background: url('media/img_head_logo.png') no-repeat;
    margin-left: 16px;
    width: 249px;
    height: 104px;
    float: left;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	}
	
#logo h1 {
	display: none;
	}

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;
}
h2 {
    background: url('media/img_subhead_bg.png');
	height: auto;
	width: 619px;
    border-bottom: 2px solid #FFF;
    clear: both;
    color: #FFF;
    margin: 0;
	padding-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

h2 a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

h2 a:hover {
	color: #fff;
	text-decoration: none;
	}

span.pop {
	font-size: 12px;
    font-weight: bold;
    background-image: url('media/ico_star.png');
    background-repeat: no-repeat;
    padding-left: 18px;
	margin-left: 33px;
	display: block;
	}

span.searchline {
	font-size: 12px;
    font-weight: bold;
    background-image: url('media/ico_star.png');
    background-repeat: no-repeat;
    padding-left: 18px;
	margin-left: 16px;
	display: block;
}

/* NAVIGATION */

ul#navigation_blank {
	display: none;
}

ul#navigation {
    list-style-type: none;
    margin: 0;
    padding: 0 1em;
    text-transform: lowercase;
    width: auto;
}
ul#navigation a {
	font-family: arial;
    font-size: 12px;
    padding: 0.2em 0.5em;
	color: #fff;;
}
ul#navigation a:hover {
    text-decoration: underline;
}
ul#navigation li {
    float: left;
}
ul#navigation li.access {
    float: right;
}

ul#navigation a img {
	margin-top: 25px;
}

ul#navigation li.first {
	margin-left: 80px;
	_margin-left: 79px;
}

#profileover {
	font-size: 70%;
	height: 1px;
	position: absolute;
	z-index: 500px;
	margin-left: 537px;
	margin-top: 90px;
	_margin-top: -10px;
	visibility: hidden; 
	/*	*display: none; */
	*+margin-left: -55px;
	_margin-left: 269px;
}
	
#startover {
	font-size: 70%;
	height: 1px;
	position: absolute;
	z-index: 500px;
	margin-left: 351px;
	margin-top: 90px;
	_margin-top: -10px;
	visibility: hidden; 
	/*	*display: none; */
	*+margin-left: -243px;
	_margin-left: 83px;
}
	
#bookmarksover {
	font-size: 70%;
	height: 1px;
	position: absolute;
	z-index: 500px;
	margin-left: 435px;
	margin-top: 90px;
	_margin-top: -10px;
	visibility: hidden; 
	/*	*display: none; */
	*+margin-left: -161px;
	_margin-left: 167px;
}


/* BOOKMARKS */

ol#bookmarks {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 619px;
}
html > body ol#bookmarks {
    margin: 0;
    padding: 0;
}
div.link a {
    color: #333;
    font-size: medium;
    font-weight: bold;
}
div.link a:visited {
    color: gray;
}
div.meta {
    color: #285;
}
div.meta a {
	color: #EE951A;
	font-weight: bold;
}
div.meta span {
    color: #F00;
}
li.xfolkentry {
    /*border-bottom: 1px solid #DDD;*/
    margin-bottom: 1.5em;
    padding: 0.5em 33px 1em 33px;
	display:block;
}
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;
}
li.xfolkentry:hover {
	margin-top: -1px;
	background-image: url('media/img_bookmark_bg.png');
	border-top: 1px solid #adadad;
}
a.linkbookmark {
	display: block;
	}

/* SIDEBAR */

div#sidebar {
    font-size: small;
    position: absolute;
    right: 1em;
    top: 10em;
    width: 25%;
	display: none; 
}
div#sidebar a {
    color: #995;
}
div#sidebar a:hover {
    color: #773;
}
div#sidebar div {
    background: #FFF url('bg_sidebar.png') bottom repeat-x;
    border: 1px solid #CC8;
    color: #555;
    margin-bottom: 1em;
}
div#sidebar h2 {
    background: transparent;
    border: 0;
    color: #995;
    letter-spacing: 0;
    margin: 0;
    padding: 0.5em 0;
}
div#sidebar hr {
    display: none;
}
div#sidebar p {
    margin: 1em;
}
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;
}


/* TAGS TOP */

p.tags_top {
    line-height: 2.25em;
    margin: 0 0 10px 40px;
    text-align: justify;
    vertical-align: middle;
    width: 547px;
}
p.tags_top a,
p.tags_top span {
    color: #fff;
	font-weight: normal;
    margin-right: 0.5em;
}
p.tags_top span:hover {
    cursor: pointer;
	text-decoration: none;
	color: #fff;
}

p.tags_top a {
	text-decoration: none;
}

p.tags_top a:hover {
	color: #FADFBC;
}

p.tags_top span.selected {
    background: #CEC;
}

/* TAGS */

p.tags {
    line-height: 2.25em;
    margin: 0 37px 20px 37px;
	*margin: 0 60px 20px 37px;
    text-align: justify;
    vertical-align: middle;
}
p.tags a,
p.tags span {
    color: #000;
	font-weight: normal;
    margin-right: 0.5em;
}
p.tags span:hover {
    cursor: pointer;
	text-decoration: none;
	color: #fff;
}

p.tags a {
	text-decoration: none;
}

p.tags a:hover {
	color: #FADFBC;
}

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 !important;
	text-decoration: underline !important;
}

dl {
	font-size: small;
	margin: 1em;
	width: 70%;
}
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 !important;
	text-decoration: underline !important;
}
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 0 0 17px;
}
form#search_top {
	margin-bottom: 20px;
}
form#search {
	margin-bottom: 0;
	display:none;
}
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;
}
li {
	font-size: small;
	margin-bottom: 0.5em;
}
p {
    font-size: small;
    margin: 1em;
}
p#sort {
    color: #CCC;
    font-size: small;
    float: right;
    margin: 0;
    position: absolute;
    right: 0;
    top: 7em;
	display: none;
}
html > body p#sort {
    margin-right: 0.75em;
}
p#sort a {
    background: #AAA;
    color: #555;
    font-weight: normal;
    margin-right: 0.5em;
    padding: 0 1em;
}
html > body p#sort a {
    margin-right: 0;
}
p#sort a:hover {
    background: #CCC;
    text-decoration: none !important;
}
p#sort span {
    display: none;
}
p.paging {
	font-size: small;
	margin-left: 33px;
	color: #fff;
}
p.paging a {
	color: #fff;
	_color: #000;
	text-decoration: none;
	margin-right: 10px;
}

p.paging span.disable {
	color: #FFF;
	display: inline;
	margin-right: 0.5em;
	padding: 0.25em 1em;
	display: none;
}
p.paging a:hover {
	text-decoration: underline;
	}
	
p.paging span {
	display: none;
}
p.paging span.disable {
	color: #AAA;
	display: none;
}
div.collapsible p.tags {
	line-height: 2.25em;
	margin: 1em 2em;
}

}
th label {
	padding-right: 1em;
}
ul {
	margin-right: 1em;
	width: 75%;
}
