@import "lightbox.css";

/* GENERAL */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

html
{
  height: 100%;
}
p {
 display: block;
 margin-bottom: 10px;
}

li p {
 display: inline;
}
.imgright{
 display: inline;
 align: center;
 margin: auto;
}

body
{ 
	font: 13px Tahoma;
  color: #B1B1B1;
	background: url(background.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #1A1A1A; 
  height: 100%;
}

.grey
{
  color: #B1B1B1;
}

a
{
  color: #A90000;
}

a:hover
{
  color: #820000;
}


input
{
  color: #E0E0E0;
  font: 13px Tahoma;
  background: #303030;
  border: 1px solid  #010101;
}

textarea
{
  color: #E0E0E0;
  font: 13px Tahoma;
  background: #303030;
  border: 1px solid  #010101;
}

select
{
  color: #E0E0E0;
  font: 13px Tahoma;
  background: #303030;
  border: 1px solid  #010101;
}

li
{
  list-style-position: inside;
  margin-left: 10px;
}
    
blockquote {
  margin-bottom: 2px;
  padding: 5px;
  display: block;
  font-style: italic;
  background-color: #322423;
  border: solid 1px #191919;
  -moz-border-radius: 7px;
}

blockquote strong {
  font-variant: small-caps;
  font-style: normal;
}

.reference {
  text-align: right;
  margin-right: 20px;
  font-size: 7pt;
}

/* ALTE SEITE ÜBERNOMMEN */

h1 {
  padding-top: 10px;
  padding-bottom: 5px;
	font-size:12pt;
}

ul, ol {
  margin-bottom: 10px;
}

ul.drag li {
	position: relative;
}

acronym {
	border-bottom:dotted #bbb 1px;
}

ul.boxy {	
	text-align:center;
	list-style-type: none;
	padding: 4px 4px 1 4px;
	margin: 0px;
	border: solid 1px #000000;
	width: 10em;
	font-size: 13px;
	font-family: Arial, sans-serif;
	background-color:	#434343;
}

ul.boxy li {
	cursor:move;
	margin-bottom: 4px;
	padding: 2px 2px;
	border: 1px solid #ccc;
	background-color: #eee;
}

tr.mouse:hover td {
	background:#805e5d;
}

h2 {
	font-size:10pt;
	padding-top: 10px;
  padding-bottom: 5px;
}

h3 {
	font-size:8pt;
	text-decoration:underline;
	padding-top: 10px;
  padding-bottom: 5px;
}


div.item {
	width: 635px;
	height:80px;
	padding:5px;
	margin:0 0 5px 0;
	background-color:#322423;
	float:left;
}

div.item2 {
	width:310px;
	height:80px;
	padding:5px;
	margin:0 5px 5px 0;
	background-color:#322423;
	float:left;
}

div.item3 {
	display:inline;
	width:310px;
	height:20px;
	padding:5px;
	margin:0 5px 5px 0;
	background-color:#322423;
	float:left;
}

div.item4 {
	width:510px;
	height:120px;
	padding:5px;
	margin:0 0 5px 0;
	background-color:#322423;
	float:left;
}

div.item5 {
	width:14px;
	height:14px;
	padding:2px;
	margin:0 0 0 0;
	background-color:#322423;
	float:left;
}

div.item6 {
	width:100%;
	height:14px;
	padding:2px;
	margin:0 0 0 0;
	background-color:#322423;
	float:left;
}

div.item:hover, div.item2:hover, div.item3:hover, div.item4:hover, div.item5:hover, div.item6:hover {
	background:#805e5d;
}

div.avatar {
	background:#000;
	width:80px;
	height:80px;
	overflow:hidden;
}

.memberlink {
  color: #B1B1B1;
}

.memberlink:hover{
  color: #868686;
}

.left
{
	float:left;
}

.right
{
	float:right;
}


/* KONSTRUKT */

#page
{ 
	width: 804px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#page-background
{ 

  background: url(background.jpg);
  background-repeat: no-repeat;
  background-position: top; 
  height: 100%;
	width: 100%;
}

html>body #page-background
{ 
  height: auto;
	min-height: 600px;
}
#page-background-repeat
{ 
	width: auto;
	height: 100%;
	background: url(background-repeat.jpg);
  background-repeat: repeat-y;
}

html>body #page-background-repeat
{ 
  height: auto;
	min-height: 100%;
}

#page-banner
{ 

}

#page-parent-frame
{ 
	padding-top: 144px;
	margin-left: 51px;
	margin-right: 51px;
	width: 702px;
	padding-bottom: 5px;
}


/* LINK MENUE */

#page-linkmenue-bg
{
  background-image: url(background-link.jpg);
  background-repeat: repeat-x;
  background-color: #2F312F;
  background-position: bottom;
	width: 702px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	height: 26px;
}

#page-linkmenue
{
	width: 700px;
  position: absolute;
  height: 26px;
	border: solid 1px #686869;
	margin-top: -27px;
}


#page-linkmenue .contentbox
{
  width: 100%;
  height: 100%;
}

#page-linkmenue .contentbox table
{
	list-style-type: none;
  width: 100%;
  height: 100%;
  border-collapse:collapse;
}

#page-linkmenue .contentbox td 
{
  height: 100%;
  background-repeat: repeat-x;
  background-position: bottom;
}


#page-linkmenue .contentbox .link
{
  text-decoration: none;
  display: block;
  font: 13px Tahoma;
  text-align: center;
  width: 100%;
  color:  #B1B1B1;
}

#page-linkmenue .contentbox .sub
{
  display: none;
  position: absolute;
  width: 120px;
  margin-top: 5px;
  margin-left: -1px;
  text-align: left;
  padding: 3px;
  background-color: #010101;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7; 
	border: solid 1px #686869;
}

#page-linkmenue .sublink
{ 
  display: block;
  text-decoration: none;
  font: 13px Tahoma;
  color: #B1B1B1;
  width: 100%;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
}

#page-linkmenue .sub a:hover
{ 
  color: #FFFFFF;
}

.space
{
 height: 5px;
}

#page-top-frame
{ 
  margin-bottom: 3px;
	border: solid 1px #686869;
	width: 700px;
	height: auto;
	clear: both;
}

#page-top-frame-top
{ 
	width: 700px;
	height: 8px;
	background-color: #202020;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity:0.2;
}

#page-top-frame-middle
{ 

  height: 100%;
	background-color: #191919;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}

#page-top-frame-bottom 
{ 
	width: 700px;
	height: 8px;
	background-color: #202020;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity:0.2;
}

#page-top-frame table
{
  border-spacing: 5px;
}

#page-top-frame td
{
	color: white;
	background-color: #2C2A2A;
  padding: 5px;
  vertical-align: top;
  -moz-border-radius: 7px;
}



/* CONTENT */

#page-middle-frame
{ 
	border: solid 1px #686869;
	background-color: #202020;
}


/* NEWS */

#page-middle-frame .newsarticle
{ 
  margin: 5px 5px 10px 5px;
  padding: 4px;
  background-color: #191919; 
 	border: solid 1px #191919;
 	-moz-border-radius: 7px;
}

#page-middle-frame .newsarticle .header
{ 
  padding-top: 5px;
}

#page-middle-frame .newsarticle .date
{
  color: #A90000;
  display: inline;
  padding-right: 5px;
  padding-left: 5px;
}

#page-middle-frame .newsarticle .title 
{ 
  color: #FFFFFF;
  display: inline;
  padding-right: 5px;

}

#page-middle-frame .newsarticle .title:before
{ 
  content: "-";
  color: #A90000;
  display: inline;
  padding-right: 5px;
}
#page-middle-frame .newsarticle .author:before
{ 
  content: "-";
  color: #A90000;
  display: inline;
  padding-right: 5px;
}


#page-middle-frame .newsarticle .author
{ 
  color: #A90000;
  display: inline;
  padding-right: 5px;
}

#page-middle-frame .newsarticle .visibility
{ 
  padding-left: 5px;
}

#page-middle-frame .newsarticle .contentbox
{ 
  padding: 5px;
}

#page-middle-frame .newsarticle .contentbox img
{ 
  padding:5px;
}

#page-middle-frame .newsarticle .footer
{ 
  text-align: right;
  margin-bottom: 4px;
}

#page-middle-frame .newsarticle .showcomment
{ 
  display: inline;
  margin-right: 4px;
}

#page-middle-frame .newsarticle .commentslink
{ 
  display: inline;
  margin-right: 4px;
}

#page-middle-frame .newsarticle .adminbuttons
{ 
  display: inline;
  margin-right: 4px;
}

/* BOTTOM */

#page-bottom-frame
{
  margin-top: 5px;
  border: solid 1px #686869;
}

#page-bottom-frame .contentbox
{
	width: 694px;
	text-align: center;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	padding: 3px;
	background-color: #010101;
}

ottom: 4px;
}

#page-middle-frame .newsarticle .showcomment
{ 
  display: inline;
  margin-right: 4px;
}

#page-middle-frame .newsarticle .commentslink
{ 
  display: inline;
  margin-right: 4px;
}

#page-middle-frame .newsarticle .adminbuttons
{ 
  display: inline;
  margin-right: 4px;
}

/* BOTTOM */

#page-bottom-frame
{
  margin-top: 5px;
  border: solid 1px #686869;
}

#page-bottom-frame .contentbox
{
	width: 694px;
	text-align: center;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	padding: 3px;
	background-color: #010101;
}

3px;
	background-color: #010101;
}



x;
	background-color: #010101;
}


}


