/**
 * tpl_position.css 
 * 
 * @author Jens Leuthold
 * @package D4PHP 2.0
 * @subpackageLane
 * @copyright Copyright (C) 2008 jml-pro.de. All rights reserved.
 * @license jml-pro.de
 */
 
 
*
{
  margin: 0;
  padding: 0;
}


body
{
  background: #1F1A17;
  color: #000000;
  //font-family: arial, helvetica, sans-serif;
  //font-size: 100.1%;
  padding: 0px;
  //text-align: center;
  height: 100%;
  width: 100%;

}

/* -------------------------- Position ---------------------------------------- */
div#master_content
{
  padding: 0px 0px 0px 0px;
  text-align: center;
  position: relative;
  margin: 0 auto;  
  height: 100%;
  width: 100%;	
  float: left;
}
div#all
{
  background: #FFFFFF;
  margin: 0 auto;
  //max-width: 900px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  position: relative;
  height: 100%;
}


div#pnlMasterHeader_outer
{
	margin: 0;
	position: relative;
	width: 100%;
}


div#header_ground
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	background-image: url(../images/background/bitmap_top_01_02.png);
	background-position: top;
	background-repeat: repeat;
	height: 132px;
	width: 100%;
}

div#header_1
{
	color: #000000;
	margin: 0;
	position: relative;
	text-align: left;
	float: left;
	border-bottom: solid 0px #CCCCCC;
	background-image: url(../images/background/bitmap_top_01_01.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 132px;
	width: 212px;
}

div#header_2
{
	color: #000000;
	margin: 0;
	position: relative;
	text-align: right;
	float: right;
	border-bottom: solid 0px #CCCCCC;
	background-image: url(../images/background/bitmap_top_01_03.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 132px;
	width: 459px;
}
/* ----------- Hilfs-Divs hinter dem Contentarea ----------------------------------------- */
div#content_out
{
  margin: 0;
  padding: 0px 0px 0px 0px;
  /* position: relative; */
  width: 544px;
  font-family: Verdana; font-style: normal; font-size: 8pt; color: #000000;
  
  
  /* für Test
  border-color: #0000FF;
  border-width: 1px;
  border-style: solid;
  */
}

div#left
{
  float: left; 
  margin: 0px 0 0 0;
  width: 190px;
}

div#wrapper { margin: 0 0 0 190px; }  /* oben, rechts, unten, links */

/* -------------------------- generell ---------------------------------------- */
.wrap
{
  border: 0;
  clear: both;     /* both = Erzwingt in jedem Fall die Fortsetzung unterhalb. */
  float: none;
  font-size: 1px;
  height: 0;
  line-height: 0px;
  margin: 0;
  padding: 0;
  visibility: hidden;
}




