/******************************************************
  CONTENT
*******************************************************/
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #fff;
}

a:hover, a:active {
	color: #99a499;
}

a:focus {
	outline:none;
}

#mainContent a:link, #mainContent a:visited,
#mainContent a:hover, #mainContent a:active {
	color: #fff;
	text-decoration: none;
}

#mainContent a:hover, #mainContent a:active {
	text-decoration: underline;
}


#mainContent ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 20px;
}

#mainContent ul li {
	padding-left: 12px;
	background: url(../images/bullet.gif) no-repeat 0px 4px;
}

#mainContent ul#breadcrumps li {
	background: 0;
	padding: 0 2px;
}

#mainContent ul#breadcrumps a:hover, #mainContent ul#breadcrumps a:active {
	text-decoration: none;
}

h2 {
	font-size: 100%;
	text-transform: uppercase;
	margin: 0;
}


p {
	margin: 0 0 20px 0;
	padding: 0;
}

p.align-right {
	text-align: right;
}

/******************************************************
  LANGEL BOX
*******************************************************/
.langelBox {
	padding-bottom: 5px;
	border-bottom: 1px solid #d2dc80;
	margin-bottom: 15px;
}

.langelBox p {
	margin-bottom: 0px;
}

.langelBoxContent {
}

.langelBoxContentFloat {
	width: 400px;
	float: left;
}

.langelBoxImg {
	width: 120px;
	float: right;
	text-align: right;
}

.langelBox p.link {
	text-align: right;
}


/******************************************************
  SCROLL
*******************************************************/
.scroll {
	position: relative;
	height:350px;
	overflow:scroll;
	padding: 0 30px 30px 0;
	/* fixes has-layout-bug in IE6*/
	zoom:1;

}


.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:13px;
}

.upBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width: 13px;
	height: 13px;
	background: url(../images/up.gif) no-repeat 0 0;
	cursor:pointer;
}

.upBtn:hover{
	background: url(../images/up.gif) no-repeat 0 -13px;
}

.upBtn-Active, .upBtn-Active:hover{
	background: url(../images/up.gif) no-repeat 0 -13px;
}

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:13px;
	height:13px;
	background: url(../images/down.gif) no-repeat 0 -13px;
	cursor:pointer;
}

.downBtn:hover{
	background: url(../images/down.gif) no-repeat 0 0;
}

.downBtn-Active, .downBtn-Active:hover{
	background: url(../images/down.gif) no-repeat 0 0;
}

.scrollBar{
	display: none;
}
