/************************************************
* MediandoWEB
************************************************/
body
{
}

div#mWeb
{
	font-family:		Arial, Verdana;
	color:				#000;
	font-size:			10pt;
}
div#mWebBreak
{
clear: both;
height: 1px;
font-size: 1px;
}
div#master
{
	width:				1000px;
	outline:			1px solid #ddd; //
	border:				1px solid #ddd; 
}

div#left
{
	float:				left;
	width:				230px;
	margin:				0 -1000px 0 0;
	text-align: left;
	border-right:				1px solid #ddd;
}

div#main
{
	width:				auto;
	height: 			100%;
	margin:				0 0 0 230px;
	text-align: 	left;
	border-left:	1px solid #ddd;
	
}

/************************************************
* colors
************************************************/
div#left
{
	background:			transparent;
}

/************************************************
* left nav
************************************************/
div#left
{
	margin:				0;
	padding:			0;
}

div#left ul
{
	margin:				0;
	padding:			0;
	font-size:			8pt;
	line-height:	20px;
	color:				#000;
	list-style:				none;	
}

div#left ul li
{
	margin:				0;
	background:		url( ../img/balken_2.gif ) no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 24px;
}

div#left ul li a
{
	text-decoration:	none;
	color:				#000;
	font-weight:bold
	
}
div#left ul li a:hover
{
	text-decoration:	underline;
}

/************************************************
* right bar
************************************************/
div#info
{
	margin:				10px;
}

/************************************************
* content
************************************************/
div#content
{
	padding:			20px;
}

h1, h2, h3
{
	margin:				1em 0 0.25em 0;
}

h1
{
	font-size:			16pt;
	color:				#33E;
}
h2
{
	font-size:			14pt;
}
h3
{
	font-size:			12pt;
}

img
{
	border:				none;
}
hr
{
	color:			#ddd;
	background-color:	#ddd;
	height: 				1px;
	border: 				none;
}
a
{
	color:						#000;
	text-decoration:	none;
}
a:hover
{
	text-decoration:	underline;
}

table tr td
{
	vertical-align:		top;
	
}


/************************************************
* grid table
************************************************/
table.mWebRenderGrid
{
	width:				100%;
}

table.mWebRenderGrid tr td
{
	text-align:			center;
	vertical-align:		top;
	padding:			0 0 20px 0;
}

table.mWebRenderGrid tr td a
{
	text-decoration:	none;
	color:				#000;
}
table.mWebRenderGrid tr td a:hover
{
	text-decoration:	underline;
}


/************************************************
* table
************************************************/
table.mWebRenderTable
{
	width:				100%;
}

table.mWebRenderTable tr.even
{
	background:			#eee;
}

table.mWebRenderTable tr td
{
	text-align:			left;
	vertical-align:		top;
	padding:			10px;
}

table.mWebRenderTable tr td a
{
	text-decoration:	none;
	color:				#000;
}
table.mWebRenderTable tr td a:hover
{
	text-decoration:	underline;
}

/************************************************
* table
************************************************/
table.prod
{
	width:				100%;
}
table.prod tr td a
{
	text-decoration:	none;
	color:				#000;
}
table.prod tr.even
{
	background:		#eee;
}
table.prod tr td a:hover
{
	text-decoration:	underline;
}
table.prod tr td a:hover h3
{
	text-decoration:	none;
}
table.prod tr td img.prod_img
{
	padding:	10px;
}

/************************************************
* table
************************************************/
table.detail
{
	width:				500;
}
table.detail tr td ul li
{
	font-size:			8pt;
}
table.aufz td
{
	margin:	10px;
}

/************************************************
* table
************************************************/
table.prod_joins
{
	width:				700px;
}
table.prod_joins tr th 
{
	background:		#ccc;
}
table.prod_joins tr.even
{
	background:		#eee;
}

