/************  MODULE-DESIGN: STAGE  ************/


.modTable
{ }

.modTable .box
{ }

.modTable .dachzeile
{ }

.modTable .headline
{ }

.modTable .table
{
	clear: both;
    width: 100%;
    float: left;
    overflow-x: auto;
    position: relative;
    overflow: hidden;    
}

.modTable .table table
{
    width: 100%;
    float: none;
}


.modTable .table table caption
{
	padding: 8px 0;
	font-size: 1.35em;
}


.modTable .table table td
{
	padding: 6px 4px 6px 4px;
	border-bottom: 1px solid #82a1bf;
	vertical-align: middle;	
}

.modTable .table table td.ttxt, 
.modTable .table table th.ttxt
{
	text-align: left;
}


.modTable .table table td.tnr, 
.modTable .table table th.tnr
{
	text-align: right;
	padding-right: 8px;
}

.modTable .table table td.tpic, 
.modTable .table table th.tpic
{
	text-align: center;
}


.modTable img.tabflagge
{
	border: 1px solid #b5c2cb;
}



.modTable .table table td img
{
	display: block;
	margin: 0 auto;
}





.modTable .table table th
{
	padding: 6px 4px 6px 6px;
	color: #fff;
	text-align: left;
	background: #001a4b;

}


.modTable .table table.thleft
{
	border-top: 1px solid #82a1bf;
}

.modTable .table table.thleft th
{
	padding: 6px 4px 6px 6px;
	color: #000;
	text-align: left;
	background: #e9ebef;
	border-bottom: 1px solid #82a1bf;

}

.modTable .table table th.sortable
{
	cursor: pointer;	
}

.modTable .table table th.sortable:hover
{
	background: #396192;
}


.modTable .table table th.sortable
{
	cursor: pointer;	
	background: #001a4b;
}

.modTable .table table th.sortable.sorted
{
	background: #396192;	
}


.modTable .table table th.sortable a
{
padding-right: 24px;
background:  url('../../../img/base/icon/arrow_table.png') no-repeat right 0;
}

.modTable .table table th.sorted a
{
padding-right: 24px;
background:  url('../../../img/base/icon/arrow_table.png') no-repeat right -100px;
}

.modTable .table table th.sorted.reversed a
{
padding-right: 24px;
background:  url('../../../img/base/icon/arrow_table.png') no-repeat right -200px;
}

.modTable .table table th a
{
	color: #fff;
}

.modTable .table table.fixed
{
	width: auto;
	float: left;
}

.modTable .table .scrollTableContainer
{
	overflow-x: auto;
	overflow-y: hidden;
}

.modTable .headlines
{ 
    background-color: #aaa;
    color: #fff;
}

.modTable .headlines .even
{
}

.modTable .entry
{
}

.modTable .headlines .entry
{
    vertical-align: middle;
}

.modTable .even
{

}

.modTable p.lastMod
{
	padding: 6px 0;
	text-align: right;
	color: #516384;
	font-size: 0.85em;
}



