﻿#accordion
{
	width:880px;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	margin:0;padding:0;
}
   
#accordion h3
{
	display: block;
	color: #000022;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(../images/bar.gif);
	background-repeat: repeat-x;
	background-position:right -22px;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	line-height: 22px;
	font-size: 12px;
	font-weight:normal;
}

#accordion h3:hover
{
	background-position:right 0px;
	color:White;
	text-decoration:none;
	cursor:pointer;
}



.barIn
{
	/*background-image: url(../images/bar_in.gif)!Important;*/
	background-position:right -66px!important;
}
.barIn:hover
{
	/*background-image: url(../images/bar_in.gif)!Important;*/
	background-position:right -44px!important;
	cursor:pointer;
}




#accordion .line
{
	border:none;
	background-color:Gray;
	color:Gray;
	height:1px;
	line-height:1px;
	width:880px;
	display:block;
}

#accordion h2
{
	margin-bottom:5px;
}


#accordion .content
{
	display: none;
	width:860px;
}

.TableContentItem
{
	font-size:12px;
	background-image: url(../images/backtips.png);
	background-color: #F0F0F0;
	color: #000033;
	background-repeat: repeat-y;
	border:1px solid gray;

}
.TableContentItem IMG
{
	margin-left:5px;
	margin-top:2px;
	margin-bottom:2px;
}

.TipsContent
{
	padding-left: 18px;
	padding-bottom: 15px;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 1px solid #AAAAAA;
	font-size:12px;
	background-image: url(../images/backtips.png);
	background-color: #F0F0F0;
	color: #000033;
	background-repeat: repeat-y;
}
   
   
.contentforum
{
	padding-left: 3px;
	margin-bottom:10px;
	margin-top: 0px;
	border-bottom: 1px solid #666666;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}

.ForumAfzender
{
	display: block;
	font-weight: bold;
	color: #000022;
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(../images/backtitle.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	line-height: 22px;
	font-size: 11px;

}

.ForumAfzender img
{
	margin-right:5px;
	margin-top:1px;
	margin-bottom:0px;
}
#contentitem,.contentitem
{
	/*background-color: #FFFFEE;*/
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size:12px;
	background-image: url(../images/backtips.png);
	background-color: #F0F0F0;
	color: #000033;
	background-repeat: repeat-y;
	border-left:1px solid grey;
	border-right:1px solid grey;
	border-bottom:1px solid grey;
	padding: 5px;
}