/**
* Seitenformatierung
*/
html {
	margin:						0px;
	padding:					0px;
}

body {
	margin:						0px;
	padding:					0px;
	background:					#000000 url(/gfx/background.jpg) left top repeat;
}

/**
* Schriftart
*/
body, th, td {
	font-family:				Helvetica, Arial, sans-serif;
}

img 
{ 
  border: 0px; 
}

#letter 
{ 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  z-index: 1; 
  width: 100%;
}

#main 
{ 
  color: #000000; 
  background: #ffffff;
  font-size: 13px;
  line-height: 18px;
  margin-top: 105px; 
  margin-left: 210px; 
  margin-right: 135px;
  padding: 5px;
  z-index: 2;
}

#main img {
  max-width:900px;
  width: expression(this.width > 900 ? 900: true);
}

#main table, td, tr 
{ 
  font-size: 14px;
}

#main h1 
{
	background-color: #dddddd;
  font-size: 24px; 
  font-weight: 500; 
  color: #000000; 
  margin: 5px 10px 5px 10px;
  padding: 5px 0px 5px 0px;
  text-align: center;
  border: solid 1px #666666;  
}

#main h2 
{
	background-color: #dddddd;
  font-size: 18px; 
  font-weight: 500; 
  color: #000000; 
  margin: 0 20px 5px 20px;
  padding: 3px 0px 3px 0px;
  text-align: center;
  border: solid 1px #666666; 
}

#main h3 
{
  margin-top: 10px; 
  font-size: 16px; 
  font-weight: 500; 
  color: #204454; 
  margin-top: 3px; 
  margin-bottom:0px;
  text-align: center;
}

#main ul 
{ 
  margin-top: 15px; 
  margin-bottom: 15px; 
  margin-right: 50px;
}

#main a 
{ 
  color: #000096; 
  text-decoration: underline;
	background-color: #eeeeee;	
}

#main a:hover 
{ 
  color: #eeeeee; 
  text-decoration: none;
	background-color: #000096;	
}

.tabelle
{ 
  color: #000000; 
  text-decoration: none;
	background-color: none;	
}

.tabelle td
{
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.tabelle:hover
{ 
  color: #e0e0e0; 
  text-decoration: none;
	background-color: #000000;	
}


#menue 
{
  width: 200px; 
  font-size: 16px;
  padding-top: 0px; 
  padding-left: 5px; 
  padding-right: 5px; 
  color: #000000; 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  z-index: 3;
  height: 100%;
  background-image: url(/gfx/background-links.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

#titel 
{ 
  width: 100%;
  height: 100px; 
  margin: 0 00px 0 0px;
  background-image: url("/gfx/titel_background.jpg");
  background-position: top ;
  background-repeat: no-repeat;  
/*  background-repeat: repeat-x; */
  position: absolute; 
  top: 0px;
  z-index: 2;
}

#titel a 
{
  text-decoration: none;
  font-size: 20px; 
  color: #ffffff; 
}

#titel h1 
{
  margin-top: 15px; 
  font-size: 20px; 
  font-weight: 500; 
  color: #ffffff; 
  margin-top: 3px; 
  text-align: center;
  margin-bottom:0px;
}

#titel h2 
{
  font-size: 15px; 
  font-weight: 500; 
  color: #111111; 
  text-align: center;
  margin: 80px 133px 0 210px;
  position: relative;  
	background-color: #bbbbbb;
  border: 1px solid #ffffff;  
}

* html #titel {
  position: absolute;
}

#rightframe 
{ 
  padding-top: 10px; 
  padding-right: 3px; 
  padding-left: 3px; 
  top: 0px; 
  width: 130px; 
  right: 0px;
  position: absolute;  
  z-index:3;
  height: 100%;
  background-image: url(/gfx/background-rechts.jpg);
  background-position: top;
  background-repeat: no-repeat;

}

* html #rightframe {
  position: absolute;
}

#rightframe a 
{ 
  color: #0000dd; 
  text-decoration: underline;
}

.box 
{ 
  width: 128px; 
  background-color: #F7F7F7;
  color: #000000; 
  font-size: 10px;
  border: solid 1px #666666;
  margin-bottom: 10px;
}

.box input 
{  
  padding: 0px;
}

.box .searchinput 
{ 
  width: 118px; 
  height: 13px; 
  padding: 0px; 
  font-size: 10px;
}

.box .searchsubmit 
{ 
  width: 100px;
  height: 17px;
  background-color: #cccccc;
  text-align: center; 
  color: #555555;
  margin-left: 10px;
  margin-top: 5px;
  font-size:10px;
}

.searchtitle 
{ 
  height: 17px;
  background-color: #dddddd;
  padding-left: 0px; 
  padding-top: 2px; 
  font-size: 12px;
  text-align: center; 
  color: #16191f;
}

.disclaim 
{ 
  color: #666666;
  font-size: 9px;
  padding:3px;
}

#footer 
{
  width: 600px;
  height: 50px;
  position: relative;
  top: 0px;
  left: 210px; 
  z-index:6; 
}

#footer a 
{ 
  color: #7E96A6;
}

#copyright 
{ 
  width: 200px;
  height: 35px;
  color: #999999;
  font-size: 10px; 
  position: absolute; 
  top: 5px; 
  right: 0px;
  z-index: 7;
  text-align: right;
}

#werbung 
{ 
  width: 350px;
  height: 35px;
  color: #999999;
  font-size: 10px; 
  position: absolute; 
  top: 5px;
  left: 0px;
  z-index: 7; 
  text-align:left; 
}

#nav {
  width: 160px;
  margin: 0;
  padding: 00px 0 0 45px;
}


#nav a{
	padding:0px;
  border:1px solid #666666;
	margin-bottom: 2px;
	line-height: 18px;
	display: block;
	padding: 1px 5px 1px 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #16191f;
	border-right:5px solid #666666;	
}

#nav a.aktiv{
	border-left:5px solid #666666;
	border-right:5px solid #666666;
	background: white;
	text-align: right;
	color: #16191f;	
}

#nav a:hover, #nav a:active
{
	background: white;
	text-align: right;
	color: #16191f;
	padding: 1px 5px 1px 17px;
}

#unav {
  width: 130px;
  margin: 0 0 0 10px;
  padding: 0;
}

#unav a{
	padding:0px;
  border:0px;
	margin-bottom: 2px;
	line-height: 18px;
	display: block;
	padding: 1px 5px 1px 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #8098bd;
}

#unav a:hover, #unav a:active
{
	background: white;
	color: #8098bd;
	text-align: left;
	padding: 1px 5px 1px 17px;
}

.box_l
{
	width: 48%;
	margin:0;
	padding:5px;
	float: left;
}

.box_r
{
	width: 48%;
	margin:0;
	padding:5px;
	float: left;
}

.ab 
{ 
	padding-top: 3px; 
	clear : both; 
}

.bez 
{
	float: left;
	width: 80px;
	text-align: right;
	font-weight : bold; 
}

.formw {
	float: right;
	width: 290px;
	text-align: left; 
}

.thumbnail2
{
float: left;
width: 142px;
height: 160px;
margin: 0px 5px 5px 0px;
padding: 5px;
border: 1px solid lightgrey;
}

.blog_th
{
float: left;
margin: 0px 5px 5px 0px;
padding: 5px;
border: 1px solid lightgrey;
}

.blogbildw
{
float: left;
width: 153px;
height: 110px;
margin: 5px 5px 5px 5px;
padding: 5px;
font-size: 10px;
background:#ddd;
border: 1px solid #888;
}

.blogbildh
{
float: left;
width: 153px;
height: 235px;
margin: 5px 5px 5px 5px;
padding: 5px;
font-size: 10px;
background:#ddd;
border: 1px solid #888;
}

.blogbildh a:hover img {
width:300px; 
position:relative;
left:-74px; top:-74px;
border:0;
font-size: 1px;
padding:5px;
background:#ddd;
z-index: 10; 
}

.blogbildw a:hover img {
width:300px; 
position:relative;
left:-74px; top:-74px;
border:0;
font-size: 1px;
padding:5px;
background:#ddd;
z-index: 10; 
}
/* FORUM */
/* General font families for common tags */

hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ }

/* This is the outline round the main forum tables */
.forumline	{  border: 2px #D2D2D2 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #F7FBFD; }
td.row3	{ background-color: #F1F5F6; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #666666; font-size: 11px; font-weight : bold;
	background-color: #DCECF4; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#e1e1e1; border: #FFFFFF; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
/*a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900;  }
*/

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
/*a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ color : #DD6900; }
*/

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
/*a.cattitle		{ text-decoration: none; color : #006699; }
*/

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
/*a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ color : #DD6900; }
*/

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
/*a.nav			{ text-decoration: none; color : #006699; }
*/

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
/*a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ color : #DD6900; }
*/

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
/*a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover {color : #DD6900}
*/

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form elements */

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }

/* Schatten */
.out {
  display:block; 
  background:#999; 
  border:1px solid #bbb; 
  position:relative;
  margin:9px 0;
  }
.in {
  background:#e0e0e0; 
  border:1px solid #666666; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
.ltin {
  left:-4px;
  }
.tpin {
  top:-4px;
  }

#asb_contentwrap {
 height: 250px;
 overflow: auto;
}

