*CSS for Besatzfische.at
Content: General Configuration for the DIV Container (Head, Main, Menue, Bottom)
Autor: Patrick Schalk
(c)Patrick Schalk

Help: http://de.selfhtml.org/css/eigenschaften/index.htm*/

/* wird als formatierung fuer die aktionen bei news (generwel bei aktions links) verwendet */
.headsubmenue
{
	outline-width:2px; 
	outline-style:solid;
  	outline-color:red;
	font-size:11px; 
	padding:5px;
	
	z-index:0;
}

/* wird bei der fischtabelle und bei der css auflistung verwendet */
.table
{
  	text-align: left; 
  	width: 100%;
  	max-height: 100%;
	table-layout:fixed;
  	
  	background-image:url(../img/transparent_background2.png);
  	
  	z-index:0;
 }
 
.table2
{
  	text-align: left; 
  	width: 100%;
  	max-height: 100%;
  	border:medium dotted red;
  	
  	background-image:url(../img/transparent_background2.png);
  	
  	z-index:0;
 }
 
 /*Formatierung f�r den CSS editor*/
 .editor
{   
	vertical-align:top;
	padding: 15px;
	margin: 15px;
	position: fixed ;
	top:10px; 
	left:10px;
	width:65%; 
	height:90%;
	
	border-width:1px;
	border-style:solid;
	border-style:dotted;
  	border-color:blue;
  	
  	background-image:url(../img/transparent_background2.png);
  	
  	z-index:2;
}

 /*Debugdiv*/
 .debugdiv
{   
	vertical-align:top;
	padding: 15px;
	margin: 15px;
	position: fixed ;
	top:50px; 
	left:50px;
	right:300px;
	bottom:30%;
	
	border-width:1px;
	border-style:solid;
	border-style:dotted;
  	border-color:blue;
  	
  	background-image:url(../img/transparent_background2.png);
  	
  	z-index:2;
}
