/*****************/
/* body settings */
/*****************/
body
{
	color: #b4c8e9;
	text-align: center;
	font-family: Helvetica,Arial,sans-serif;
	min-width: 800px; /* Bei weniger als 800px Breite soll ein Scrollbalken erscheinen */
	background: url("/images/fahne.jpg");
	margin: auto;
	padding: 0;
	
}


/***********/
/* wrapper */
/***********/
#wrapper
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
	min-height: 400px;
	display: table;
	float: none;
	clear: both;
	background: white;
	border: 1px solid #7db469;
}
*html #wrapper
{
	display: block;
	height: 400px;
}
.wrapper_tr
{
	height: 100%;
}
*html .wrapper_tr
{
	display: block;
}

#LeftNavi
{
	
	vertical-align: top;
	margin: 0;
	/*width: 200 - 0 (padding) - 2x1 (border)*/
	width: 196px;
	float: right; /*	overflow :hidden ; */
	
	border: solid 1px #7db469;
	min-height: 398px;
	display :block;
	background: #ffffa5;
}

#Sidebar
{
    float: left;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    text-align: center; /*width: 200 - 10 (padding) - 2x1 (border)*/
    width: 178px;
    overflow: hidden;
    border: solid 1px blue;
    font-weight: bold;
	font-size:0.72em;
}
*html #Sidebar
{
	padding: 5px 5px 5px 0px;
	overflow: visible;
}


/*PAGER*/
.pager
{
	margin-top: 5px;
	margin-right: 10px;
	color: #000000;
}
.pager .pagecurrentindex
{
	font-size: 1.2em;
	color: #000000;
	font-weight:bold ;
	
}
.pager .pageindex
{

 font-weight:normal !important;	
}

.SelectedCssSwitcher
{
	font-weight:bold;
	color:green !important;
	text-decoration:none !important;
}
