
body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#c0c8d6;
 text-align:center;
 margin:0px;
}
h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}

code {font-size:14px;color:#0000ff;}
pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}
a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:normal;
  color:#000000;
  font-size:12px;
}
a:active, a:hover
{
  color:#009999;
}
a.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#737994;
 text-align:center;
 color:#eeeeee;
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{
  color:#eeeeee;
 background-color:#293e6b;
 text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{
  color:#293e6b; font-weight:bold;
 background-color:#eeeeee;
}
#title {
height:34px;
padding:5px;
background-color:#91a1be;
border-bottom:1px solid #000;
}
#left {
background-color:#c0c8d6;
width:128px;
float:left;
height: 500px;
}
.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer {
border:1px solid #000;
background-color:#91a1be;
width:106px;
margin:10px;
}
#content {
border:1px solid #efeff7;
background-color:#efeff7;
width:874px;
height: 500px;
float:right;
padding:0px 10px;
overflow:auto;
}
#contentblende {
background-color:#efeff7;
}
#dialog {
width: 350px;
text-align: center;
border: 2px outset #000;
padding: 5px;
position: absolute; 
top: 50%;
left: 50%;
margin-top: -145px;
margin-left: -125px;
background-color:#91a1be;
}

.rahmen {
border:1px solid #91a1be;
}
.rahmentitel {
font-weight:bold;
border:0px solid #91a1be;
background-color:#91a1be;
width: 100%;
}

.pane-sliders .listing     { border: 0 none; }
.pane-sliders .listing td  { border: 0 none; }

/** Table styles **/

table.listing {
	width: 100%;
	border-spacing: 1px;
	background-color: #e7e7e7;
	color: #666;
}

table.listing td,
table.listing th { padding: 4px; }

table.listing thead th {
	text-align: center;
	background: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

table.listing thead a:hover { text-decoration: none; }

table.listing thead th img { vertical-align: middle; }

table.listing tbody th { font-weight: bold; }

table.listing tbody tr			{ background-color: #fff;  text-align: left; }
table.listing tbody tr.row1 	{ background: #f9f9f9; border-top: 1px solid #fff; }

table.listing tbody tr.row0:hover td,
table.listing tbody tr.row1:hover td  { background-color: #edf4f9 ; }

table.listing tbody tr td 	   { height: 25px; background: #fff; border: 1px solid #fff; }
table.listing tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #FFF; }

table.listing tfoot tr { text-align: center;  color: #333; }
table.listing tfoot td,
table.listing tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }

table.listing td.order 		{ text-align: center; white-space: nowrap; }
table.listing td.order span { float: left; display: block; width: 20px; text-align: center; }

table.listing .pagination { display:table; padding:0;  margin:0 auto;	 }



