/*
Dunkelblau: #2e434b
Hellblau: #5f96ac;
*/

body 
{ 
  margin: 0px; 
  background: #2e434b url(/gfx/bg.jpg); 
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
     
img 
{ 
  border: 0px; 
}

#letter 
{ 
  width: 950px;
  margin: auto;
}

#main 
{ 
  color: #000000; 
  background: url(/gfx/main-bg.png) repeat-y;
  font-size: 0.9em;
  line-height: 1.4em;
  margin-top: 150px; 
  margin-left: 180px; 
  width: 775px;
}

#main p
{
  padding: 5px;
}

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

#main h1 
{
  background: url(/gfx/h1-bg.png) no-repeat;
  height: 35px;
  margin: 5px 0 0 5px; 
  padding-top: 5px; 
  font-size: 20px; 
  font-weight: 500; 
  color: #ffffff; 
  text-align: center;
  margin-bottom:0px;
}

#main h2 
{
  background: url(/gfx/h2-bg.png) no-repeat;
  height: 35px;
  margin: 5px 0 0 5px; 
  padding-top: 4px; 
  font-size: 16px; 
  font-weight: 500; 
  color: #ffffff; 
  text-align: center;
}

#main h3 
{
  background-color: #DCECF4;
  border: solid 1px #d2d2d2;  
  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: #2e434b; 
  text-decoration: underline;
}

#main a:hover 
{ 
  color: #ffffff; 
  text-decoration: none;
	background-color: #5f96ac;	
}

#main img
{
  padding: 0px;
}

#menue 
{
  position: absolute;
  padding: 2px;
  width: 170px; 
  top: 150px;
  font-size: 11px; 
}

#titel 
{ 
  position: absolute;
  width: 950px;
  height: 150px; 
  top: 0px;
  margin: auto;
}

.box_dunkel 
{ 
  width: 170px; 
  background: url(/gfx/box-dunkel-bg.png) repeat-y;
  color: #000000; 
  font-size: 10px;
  margin-bottom: 5px;
}

.bd_titel 
{ 
  height: 30px;
  background: url(/gfx/box-dunkel-header.png) no-repeat;
  margin: 0;
  padding: 10px 0 0 10px; 
  font-size: 1.3em; 
  color: #ffffff;
}

.box_hell 
{ 
  width: 170px; 
  background: url(/gfx/box-hell-bg.png) repeat-y;
  color: #000000; 
  font-size: 10px;
  margin-bottom: 5px;
}

.bh_titel 
{ 
  height: 30px;
  background: url(/gfx/box-hell-header.png) no-repeat;
  margin: 0;
  padding: 10px 0 0 10px; 
  font-size: 1.3em; 
  color: #ffffff;
}


.disclaim 
{ 
  color: #666666;
  font-size: 9px;
  width: 160px;
}

.disclaim ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.disclaim a
{
	padding:0px;
	margin-bottom: 2px;
	line-height: 12px;
	display: block;
	padding: 1px 5px 1px 5px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
  width: 150px;
}

.disclaim a:hover
{
	background: white;
	text-align: right;
	color: #16191f;
	padding: 1px 5px 1px 5px;
}

.disclaim img
{ 
  float: left;
  margin: 0 5px 0 0;
  padding:0px;
}


#footer 
{
  margin-left: 180px; 
  width: 760px;
  height: 60px;
  font-size: 0.7em;
  color: #ffffff;
  background: url(/gfx/footer-bg.png) no-repeat;  
  padding: 10px 0 0 20px;
}

#footer a 
{ 
  color: #7E96A6;
}

#google_header 
{ 
  width: 476px;
  height: 71px;
  position: absolute;
  top: 75px;
  margin-left: 220px;
  padding: 1px 0 0 1px;
  background: url(/gfx/werbung-top.png) no-repeat;  
}

#logo_top 
{ 
  width: 200px;
  height: 50px;
  position: absolute;
  top: 75px;
  margin-left: 0px;
}

#header-rechts 
{ 
  width: 240px;
  height: 71px;
  position: absolute;
  top: 75px;
  margin-left: 710px;
  padding: 0 0 0 10px;
  background: url(/gfx/suche-bg.png) no-repeat;  
}

#nav {
  height: 75px;
  width: 870px;  
  margin: auto;
  background: url(/gfx/nav-bg.png) no-repeat;
}

#nav ul
{
  margin: 0 0 0 50px;
  padding: 5px 0 0 0;
}

#nav li {
  float: left;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; 
}

#nav a, #nav strong {
  color: #ffffff;
  display: block;

  border-left: 1px solid #ffffff;	
  border-right: 1px solid #cccccc;	
  height: 22px;
  font-weight: bold;
  font-size: 0.7em;
  padding: 7px 0 0 0;
}
#nav a {
  text-decoration: none;
}
#nav a:hover, #nav a:active,
#nav strong,
#nav a.active:link, #nav a.active:visited, #nav a.active:hover, #nav a.active:focus, #nav a.active:active {
  background: #2e434b;
  color: #5f96ac;
}

#nav a.aktiv
{
  background: #2e434b ;
}



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

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

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

.thumbnail2 a:hover img {
width:250px; 
position:relative;
left:-62px; top:-62px;
border:0;
border:1px solid #888;
padding:5px;
background:#ccc;
z-index: 10; 
}

.php
{
	margin: 10px 10px 10px 10px;
	border: 1px solid #000000;
	background: lightgrey; 
}

.phptitel
{
	font-size: 1.3em;
	text-align: center;
	margin: 0;
	border-bottom: 2px dotted #000000;
	background: lightgrey; 
}

.phpcode        
{
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}

/* 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; }

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


/* Formularfelder */
input, textarea 
{
  background: #ddd;
}

input:focus, textarea:focus 
{
  color: fff;
  background: #ffffff;
  outline: 1px solid red;
}

label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] 
{
  cursor: pointer;
}

.labelleft
{
  float: left;
  text-align: right;
  width: 200px;
  margin-right: 10px;
  
}

.labelright, button
{
  margin-left: 210px;
}