html{
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family: verdana, sans-serif;
	color: #361c05;
	font-size:10pt;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body{
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	overflow:hidden;
	background: #996633 url(/images/bg.gif) repeat-x scroll 0% top
}

#content,#background1{
	background-image:url(/images/hintergrund.jpg);
    display:block;
	position:absolute;
	top:138px;
	bottom:27px;
	right:14px;
	left:14px;
	z-index:7;
	overflow:auto;
	overflow-x: hidden;
	border:1px outset #753c05;
	padding:5px;
}


#background1{
	background-image:url(/images/hintergrund.jpg);
}
#background1{
	z-index:1;
}
td#sidebar{
	padding-right:10px;
}
#sections{
	float:left;
	margin:2px;
	width:215px;
}

#sections a {
	margin-left: 8px;
}
#sections p a {
	margin-left: 0px;
}

p + p
{
  margin-top: 20px;
}


* html #content,
* html #background1,
* html #background2{
	height:expression(document.body.clientHeight-170+"px" );
	width:expression(document.body.clientWidth-40+"px" )
	}

*+html #content{
	overflow-y: scroll;
}

#head{
	position:absolute; 
	top:0; 
	width:100%; 
	height:100px;
	padding:5px;
	z-index:5; 
}


* html #head{
	top:2px; width:100%; height:98px;
}

#foot{
	position:absolute; 
	bottom:0; 
	width:100%; 
	min-width:100%; 
	height:20px; 
	padding:3px;
	z-index:5; 
	text-align:center;
	font-size:85%; 
}

* html #foot{
	bottom:5px; width:100%; height:12px;
}

#usermenu{
	position: absolute;
	top:17px;
	left:205px;
	z-index:5;
	padding:3px;
}
#usermenu img{ vertical-align:top}

#timeline{
	position: absolute;
	top:18px;
	left:15px;
	width:602px;
	height:420px;
	padding:0px;
	z-index:3;
}

#mainmenu{
	position: absolute;
	width: 100%;
	top: 104px;
	left: 0px;
	height: 27px;
	padding: 7px 0px 0px 10px;
	z-index: 10;
	color: #fdf3d5;
	font-variant:small-caps;
	font-size:9pt;
	overflow: hidden;
}


* html #mainmenu{
	top:103px;
	margin-left:-4px;
}
#mainmenu ul, #mainmenu li{list-style-type:none;margin:0;padding:0}
#mainmenu ul{float:left; margin-left:3px; }
#mainmenu li{float:left;margin-left: 1px;}
#mainmenu a{float:left;padding:8px 6px 0px; width: 83px; height:27px;background: url('/images/tabs.gif') no-repeat;text-decoration:none;color: #FFFFCC;}
#mainmenu a:hover{background:url('/images/tabs.gif') 0 -27px no-repeat;}
#mainmenu a.active, #mainmenu a.active:hover{background:url('/images/tabs.gif') 0 -54px no-repeat; font-weight:bold; z-index:10;margin-right:2px}

#advertisment{
	position: absolute;
	top: 18px;
	right: 24px;
	margin-left: 420px;
	z-index:5;
}

div.calendar{position: relative; z-index:10}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img{ border: none; }

a{outline: none;}

thead * a:link,
thead * a:visited{
  color: #FFFFCC;
  text-decoration: none;
}

a:link,
a:visited{
	color: #32389e;
	text-decoration: none;
}


a:hover{
	color: #32389e;
	text-decoration: underline;
}
a.anchor{
	color:inherit;
	font-size:inherit;
	text-decoration:none}

td{
	margin: 0;
	padding: 2px;
}

.transparent{
	background-color: transparent;
}

table,tr{
	border-collapse:collapse;
	border:0;
}

table.border,tr.border,td.border,th.border{
	border-collapse:collapse;
	border:1px black solid;
}

a.sortheader:hover{text-decoration: none;}
.sortbottom{
border-top:2px solid black;
}

div.confirm{
	position:absolute;
	top: 33%;
	left: 50%;
	width:18em;
	margin-left: -9em; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	padding:2em;
	font-size: 11px;
	z-index: 255;
	font-family:Arial,Verdana,sans-serif;
}

#login{
	display:block; 
	position:absolute; 
	top:125px; 
	width:200px;
	left:50%;
	margin-left:-150px;
	z-index:50;
}
div.signature{
	font-size: smaller;
	margin-top:3px;
}

div.options{
}

div.preview{
	color: #fde691;
	background-color: #467724;
	padding: 2px;
	margin-top:12px;
	border: solid 1px #591f00;
	}

div.previewcontents{
	display: block;
	}

div.previewlegend{
	color: #591f00;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #a8cc66;
	padding: 2px 6px;
	margin-bottom: 8px;
	position: relative;
	top: -10px;
	width: auto;
	}
	
div.subtitle{
	font-weight: bold;
	font-variant: small-caps;
	position:relative;
	top: -5px;
	left:6px;
}	

div.newsposting{
	margin-bottom:1em;
}

span.signature{
	height: 15px;
}

div.half-visible, span.half-visible{
	color: gray;
}

.indicator{
	width: 16px;
	height:16px;
	background-image:url(/images/indicator.gif);
	background-repeat:no-repeat;
	top: 50%;
	left: 50%;
}

div.thumbnail{
	width: 150px;
	height: 150px;
	border: solid 1px #006600;
	clear:none;
}

img.thumbnailindicator{
	position: relative;
	left: 67px;
	top: 67px;
}

.pager{
	vertical-align: middle;
	font-size:85%;
	font-family:Arial;
	margin-top:5px;
	margin-bottom:10px;
	color:#667722;
}
.pager a:visited{
	border:1px solid #DDDDDD;
	padding:2px 6px;
	text-decoration:none;
	color:#667722;
}
.pager a{
	border:1px solid #DDDDDD;
	padding:2px 6px;
	text-decoration:none;
	color:#667722;
}

.pager .this-page{
	border-color:#999999;
	font-weight:bold;
	padding:2px 6px;
	vertical-align:top;
}

.pager a:hover{
	background:#667722 none repeat scroll 0%;
	border-color:#003366;
	color:#FFFFFF;
	text-decoration:none;
}
.message{
	padding:3px;
	font-weight:bold;
}

.redirectmessage{
	background-color:#56641C;
	color:#FFFFCC;
	font-family:Arial;
	font-weight:bold;
	position:absolute;
	text-align:center;
	top:89px;
	padding:3px;
	width:100%;
	z-index:10;
}

h1{
	font-variant: small-caps;
}

.inline{
	display:inline;
	vertical-align:text-top
}

.hidden{
	display:none;
}

hr{
	height:1px;
	border:0px;
	background-color:#591f00;
}

fieldset{
	padding: 1px;
	padding-bottom: 7px;
	background-color:#efe5ca;
	border: solid 1px #753c05;
	margin-bottom: 10px;
}

fieldset .legend{
	border: solid 1px #753c05;
	background:#56641c url(/images/legende.gif) no-repeat;
	color:#FFFFCC;
	font-size: 12px;
	font-variant: small-caps;
	padding: 3px 6px 2px 30px;
	margin-bottom: 8px;
	}

fieldset .form-row{
}

fieldset .form-row-label {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	padding-right: 10px;
	width:130px;
}

#sections fieldset .form-row-label {
	width:75px;
}

fieldset .form-row-content{
}

textarea,
input {
	color: #591f00;
	background-color: #FFFFFF;
	padding: 2px;
	border: ridge 2px #efe5ca;
}
textarea:focus,
input:focus,
textarea:hover,
input:hover{
	color: #000;
	background-color: #ffffff;
	border: ridge 2px #667722; 
}

/* Workaround for faulty box-model calculations. */
textarea{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


select{
	font-size: .8em;
	color: #591f00;
	background-color: #FFFFFF;
	padding: 2px;
	border: ridge 2px #efe5ca;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

select:focus, 
select:hover {
	color: #000;
	background-color: #ffffff;
	border: ridge 2px #667722;
}

fieldset .captcha{
	display:inline;
}

fieldset .form_error{
	text-align:center;
	color: #cc0000;
}

fieldset ul{
	margin-left:30px;
}

fieldset p{
	margin-left:10px;
}

input.invis{
	display: inline !important;
	float:left !important;
	border: none !important;
	height: 0px !important;
	padding: 0px !important;
	width: 0px !important;
}

/* OBSOLETE
.btn { display: block; position: relative; background-color: #dff4ff; color:#336699; padding: 5px; float: left; margin-left:6px; text-decoration: none; cursor: pointer; } 
.btn * { font-style: normal; background-image: url(/images/btn2.png); background-repeat: no-repeat; display: block; position: relative; } 
.btn img { background: none; border: none; display: inline; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; } 
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; } 
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; } 
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
.btn:hover { background-color:#6299c5;color:#ffffff; text-decoration:none}
.btn:active { background-color:#6299c5;color:#ffffff; }
.btn[class] { background-image: url(/images/shade.png); background-position: bottom; }

.btn.positive { background-color:#E6EFC2; color:#529214; }
.btn.positive:active,.btn.positive:hover,.btn.positive.hover { background-color:#529214; color:#ffffff; }
.btn.negative { background-color:#fbe3e4; color:#d12f19; }
.btn.negative:active,.btn.negative:hover,.btn.negative.hover { background-color:#d12f19; color:#ffffff; }

END OBSOLETE */

.button.negative  { background-color:#fbe3e4; color:#d12f19; }
.button.negative:active,.button.negative:hover,.button.negative.hover { background-color:#d12f19; color:#ffffff; border-color: #d12f19;}

.button.positive { background-color:#E6EFC2; color:#529214; }
.button.positive:active,.button.positive:hover,.button.positive.hover { background-color:#529214; color:#ffffff; border-color: #529214;}

.button{
  float: left;
  background-image: url(/images/shade.png);
  background-color:#dff4ff; color:#336699;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #CCC;
  font-size: 13px;
  color: #529214;
  font-family: verdana, sans-serif;
  padding: 4px 10px 4px 10px;
  margin-left: 5px;
}

.button:hover, .button:focus, .button:active { 
  background-color:#6299c5; 
  color:#ffffff; 
  text-decoration:none;
  border: 1px solid #6299c5;
}
.button[class] { 
  background-image: url(/images/shade.png); 
  background-position: bottom; 
}


.star_rate {
	font-size:15px;
	display:inline;
	width:15px;
	height:15px;
	margin:0;
	padding:0;
	background-image:url(/images/starrating.gif);
	background-position: left 0px;
}
.star_rated{
	background-position: left 15px;
}
.star_hover{
	background-position: left 30px;
}

.rating_details .label{
	font-size: smaller;
}

.entry {
	margin-top:10px;
	margin-bottom:10px;
	background-color:#efe5ca;
	padding:5px;
	border:1px #efe5ca outset;
}

.expires {
	background-color:#D5C2C2;
}

.bulkselect {
	background-color:#E5D260;
}

.entry h3 {
	margin-top:10px;
}
.entry p {
	margin:10px;
}

.options {
	margin-top:5px;
}

table.tv {
	border:1px solid black;
	border-collapse:collapse;
}
table.tv th {
	white-space:nowrap;
}

table.tv th.headerSortUp {
	background:#56641C url("/images/table/sorted_up.gif") no-repeat center left;
}

table.tv th.headerSortDown {
	background:#56641C url("/images/table/sorted_down.gif") no-repeat center left;
}
table.tv th.sort-active {
	background:#56641C url("/images/indicator.gif") no-repeat center left;
}

table.tv th, table.tv td {
	border:1px solid #753C05;
	padding: 2px 15px 2px 15px;
}

table.tv th.center, table.tv td.center {
	white-space:nowrap;
	text-align:center;
}

table.tv th.c, table.tv td.c {
	white-space:nowrap;
	text-align:center;
}

table.tv thead th {
	background-color:#56641C;
	color:#FFFFCC;
}
table.tv tfoot td {
	background-color:#56641C;
	color:#FFFFCC;
}

table.tv tr.tbody_header {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}

tr.alt {
	background-color:#f2eacf;
}

wbr:after { content: "\00200B" }


.flag {
  padding-left: 16px;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 2px 2px;

}


.b{
  font-weight: bold;
}

img.rating_details, img.close{
  cursor: pointer;
}

span.tagword{
  margin-right: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #CCC;
  line-height: 1.8em;
  
}

div.tags{
  font-size: 0.8em;
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}


