/*--------------------------------------------------------*/
/*                      YaBB 2008                         */
/*--------------------------------------------------------*/
/*      Created by: XIMinc http://www.ximinc.com          */
/*                  YaBB http://www.yabbforum.com         */
/*--------------------------------------------------------*/
/*    You may adapt elements of this CSS in your own      */
/*    projects, but please give credit to yabbforum.com.  */
/*--------------------------------------------------------*/
/*    This is the css file for YaBB 2.2 default Template  */
/*--------------------------------------------------------*/
/* $Revision: 1.24.2.3 $ */


/* General layout */
a {
	font-weight: normal;
	color: #999999;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
a:hover {
	color: #999999;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #999999;
	font-family: Verdana, Arial, Sans-Serif;
}
body {
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;	
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	min-width: 770px;

}
form {
	display: inline;
	padding: 0px;
	margin: 0px;
}
input, .button {
	background-color: #333333;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}
.tabtitle {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color : #cccccc;
	background-color: #1C1C1C;
	background-image: url(./default/catbg.png);
}
.tabtitle a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	color : #cccccc;
	text-decoration: none;
}
.tabtitle a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#maincontainer{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-top: 0px;
	margin-bottom: 10px;
}
#container{
	width: 850px;
	background-color: #000000;
	padding: 0px;
	border: 0px;
	margin: 0px;
	padding-left: 1px;
	padding-right: 1px;
	color: #FFFFFF;
}


/* Advanced Tabs start */
.menutop {
	height: 24px;
	background-color: #000000;
	text-align: left;
}
.mainbottom {
	height: 22px;
	width: 100%;
	background-color: #1C1C1C;
	background-image: url(./default/grad_bottom.png);
	text-align: left;
}
.tabmenuleft {
	height: 24px;
	text-align: left;
	background-color: #000000;
	background-image: url(./default/tableft211.png);
	background-repeat: no-repeat;
}
.tabmenuright {
	height: 24px;
	text-align: left;
	background-color: #1C1C1C;
	background-image: url(./default/tabright211.png);
	background-repeat: no-repeat;
}
.tabmenu {
	height: 24px;
	background-color: #1C1C1C;
	background-image: url(./default/tab211.png);
	text-align: left;
}
.tabmenu span {
	float: left;
	height: 24px;
	background-color: #1C1C1C;
	background-image: url(./default/tab211.png);
	background-repeat: repeat-x;
	margin: 0;
	border: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.tabmenu span a {
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}
.tabmenu span a:hover {
	text-decoration: none;
}
.tabmenu span.selected {
	font-weight: normal;
	background-color: #1C1C1C;
	background-image: url(./default/tab_selected211.png);
	background-repeat: repeat-x;
}
.rightbox {
	height: 24px;
	text-align: center;
	background-color: #1C1C1C;
	background-image: url(./default/searchbg211.png);
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #FFFFFF;
}

/* Advanced Tabs end */

.usermenu {
	width: 96%;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #88A8E0 outset;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
}
.usercontainer{
	width: 92%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 12px;
	padding-bottom: 20px;
	background-color: #88A8E0;
	border: 1px #88A8E0 outset;
	border-top: 0;
	margin-left: auto;
	margin-right: auto;
}
.containerbg {
	background-color: #9CB9F3;
}
input {
	background-color: #333333;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}
textarea {
	background-color: #333333;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}
select {	
	background-color: #333333;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
}
select optgroup {	
	color: #000000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
}
.copyright {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	text-align: center;
}
#fscroller {
	line-height: 1.3;
}
.useronline {
	font-weight: bold; color: #2E8B57;
}
.useroffline {
	font-weight: bold; color: #7B68EE;
}
.useraway {
	font-weight: bold; color: #6078B0;
}
.nav, a.nav, a.nav:visited {
	font-weight: bold;
	font-size: 10px;
	color : #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Quick-Profile-Links */
.QuickLinks {
	background-color: #39083B;
	position: absolute;
	visibility: hidden;
	margin-top: 15px;
	margin-left: 0px;
	padding: 0px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	list-style: none;
	text-indent: 0px;
}
.QuickLinks li {
	background-color: #000000;
	white-space: nowrap;
	font-size: 10px;
	margin-left: 0px;
	padding: 3px;
	list-style: none;
	text-indent: 0px;
}
.QuickLinks li:hover {
	background-color:#39083B;
}
.QuickLinks a:hover {
	text-decoration:none;
}
.windowbg {
	background-color: #39083b;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	color: #999999;
}
.windowbg2 {
	background-color: #2A062C;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	color: #999999;
}
.dividerbot {
	border-bottom: 1px #000000 solid;
}
.dividertop {
	border-top: 1px #000000 solid;
}
.hr {
	height: 1px;
	color: #bbbbbb;
	background-color: #bbbbbb;
	border: 0px solid #6078B0;
	border-top: 0px solid #6078B0;
}
.bordercolor {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: #000000;
}
.small {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
.smaller {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #666666;
}
.top {
	font-style: normal;
	font-size: 11px;
	color: #475F79;
}
.titlebg {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #999999;
	background-color: #000000;
}
.titlebg a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.titlebg a:hover {
	text-decoration: underline;
}
.catbg {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #999999;
	background: #000000 url("default/catbg.png");
}
.catbg a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #999999;
}
.catbg a:hover {
	text-decoration: underline;
}
.message {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #999999;
}
.message a {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #bbbbbb;
	background-color: transparent;
}
.message a:hover {
	text-decoration: underline overline;
	color: #bbbbbb;
	background-color: transparent;
}
.fileinput {
  background-color: #000;
-moz-appearance: none;
} 
.droppageindex {
	float: left;
	font-family: Verdana, Sans-Serif;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px;
	padding-left: 4px;
	margin: 0px;
	border: 2px inset;
}
.droppages {
	height: 14px;
	padding-left: 1px;
	padding-right: 1px;
}
.droppages a {
	color: #000000;
	font-size: 9px;
	font-weight: normal;
}
.highlight {
	font-size: 13px;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	background-color: #e5cb00;
	color: #000000;
}
.imgbg {
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
}
.imgcatbg {
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.imgtitlebg {
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.imgwindowbg {
	font-style: normal;
	font-size: 9px;
	color: #FFFFFF;
}
.imgmenu {
	font-style: normal;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}
.iconrules {
	border-bottom-color: #9A9A9A;
	border-left-color: #9A9A9A;
	border-right-color: #9A9A9A;
	border-style: solid;
	border-top-color: #9A9A9A;
	border-width: 1px;
	padding: 5px;
	margin: 5px;
}

/* Post quote/code colors */
.quote {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #000000;
	background-color: #8d8d8d;
	border: 1px #000000 dashed;
	width: 90%;
	padding: 4px;
}
.code {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-family: Courier, Courier New, Sans-Serif;
	color: #FFFFFF;
	background-color: #444444;
	border: 1px #000000 solid;
	width: 90%;
	padding: 4px;
}
.editbg {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: #FFFEDF;
	border: 1px #cc0000 solid;
	width: 90%;
	padding: 4px;
}
.forumjump {
	color: #FFFFFF;
	background-color: #1C041E;
	border-bottom: 1px dashed #D6B2FF;
	border-top: 1px dashed #D6B2FF;
	font-weight: bold;
}
.forumjumpcat {
	color: #FFFFFF;
	background-color: #2A062C;
	border-bottom: 1px dashed #D6B2FF;
	border-top: 1px dashed #D6B2FF;
}
.forumjumpcatm {
	color: #FFFFFF;
	background-color: #39083B;
	font-style: italic;

}
.forumjumpcatmf {
	color: #FFFFFF;
	background-color: #39083B;
	font-style: italic;
	border-bottom: 1px dashed #C5AAEE;
}
.forumcurrentboard{
	color: #000000;
	background-color: #F0FFF0;
	font-weight: bold;
}
#PMcontainer {
	float: left;
	background-color: #1C041E;
	width: 100%;
	padding: 0px;
	border: 0px;
	margin-bottom: 10px;
}
.topline {
	border-top: 1px solid #34689A;
}
.topheader {
	background: #4981B8;
	margin-bottom: 10px;
}
.boardcontainer {
	background-color: #BBBBBB;
	border: 0;
}
.displaycontainer {
	width: 100%;
	padding: 1px;
	background-color: #000000;
}
.navbarcontainer{
	margin: 0px;
}

#layoutrahmen {
  position:absolute;
  left:50%;
  top:20px;
  width:1000px;
  margin-left: -500px;
}

#lw-logo-top {
	position:absolute;
	left:3px;
	top:-10px;
	width:954px;
	height:107px;
 	z-index:10;
}

#lw-logo-left {
	position:absolute;
	left:1px;
	top:148px;
	width:177px;
	height:32px;
	z-index:10;
}

#wien {
	position:absolute;
	left:1px;
	top:820px;
	width:160px;
	height:212px;
	z-index:11;
}

#voteorkle {
	position:absolute;
	left:1px;
	top:560px;
	width:160px;
	height:212px;
	z-index:11;
}

#letzten30 {
	position:absolute;
	left:700px;
	top:181px;
	width:260px;
	z-index:100;
}

#shirt {
	position:absolute;
	left:830px;
	top:-13px;
	width:128px;
	height:152px;
	z-index:30;
}

#petition {
	position:absolute;
	left:800px;
	top:-11px;
	width:159px;
	height:166px;
	z-index:30;
}

#chat {
	position:absolute;
	left:770px;
	top:-25px;
	width:200px;
	height:183px;
	z-index:30;
}

#dkms {
	position:absolute;
	left:850px;
	top:-10px;
	width:100px;
	height:111px;
	z-index:31;
}

#jahr2009 {
	position:absolute;
	left:328px;
	top:71px;
	width:30px;
	height:28px;
	z-index:32;
}

#jahr2009-1 {
	position:absolute;
	left:280px;
	top:24px;
	width:128px;
	height:128px;
	z-index:33;
}

#facebook {
	position:absolute;
	left:920px;
	top:1px;
	width:70px;
	height:70px;
	z-index:30;
}

#treffen {
	position:absolute;
	left:720px;
	top:-5px;
	width:130px;
	height:115px;
	z-index:30;
}


#sepulkralmuseum {
	position:absolute;
	left:720px;
	top:-5px;
	width:320px;
	height:128px;
	z-index:30;
}
