#marqueecontainer{
position: relative;
width: 170px; /*marquee width */
height: 120px; /*marquee height */
background-color: white;
overflow: hidden;
border: none;
padding: 2px;
padding-left: 4px;
font-family: Verdana;
font-size: 12px;
font-weight: normal;
text-align: left;
}
.marqueecontainer-rot{
color: #CC0000;
}

/* Menu */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
/*position: absolute; /* Menu position that can be changed at will */
top: 0;
left: 0;
}
#menu {
width: 180px;
}
#menu dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
font-family: arial;
font-size: 12px;
border: 1px solid gray;
background: #fff;
}
#menu dd {
border: 1px solid gray;
}


#menu li {
text-align: left;
background: #fff;
margin: 0 6px;
}
#menu li a {
color: #000;
text-decoration: none;
font-family: arial;
font-size: 12px;
font-weight: normal;
display: block;
border: 0 none;
height: 100%;
}

#menu dt a {
color: #000;
text-decoration: none;
font-family: arial;
font-size: 12px;
font-weight: bold;
display: block;
border: 0 none;
height: 100%;
}


#menu li a:hover, #menu dt a:hover {
background: #CC0000;
color: #fff;
}

#menu li a.active, #menu dt a.active
{
background: #CC0000;
color: #fff;
}
 
/* End Menu */





body {
	margin:0;
	padding:0;
	background:#ffffff;
	margin-top: 30px;
}


a{
	color: #1d8cda;
	text-decoration: underline;
}

a:hover{
	color: #1d8cda;
	text-decoration: none;
}

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor:default;
}
.l-text {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: justify;
}


form {
     margin:0;
     padding:0;
}
.float-left {
	float: left;
	margin-right: 8px;
}
.l-title {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.white {
	font-family: Verdana;
	font-size:12px;
	color: #fff;
	font-weight: normal;
}

.white_big {
	font-family: Verdana;
	font-size:14px;
	color: #fff;
	font-weight: normal;
}

.blue {
	font-family: Verdana;
	font-size:12px;
	color: #1d8cda;
	
}

.blue_big {
	font-family: Verdana;
	font-size:14px;
	color: #1d8cda;
	font-weight: normal;
}

.whitesmall {
	font-family: Verdana;
	font-size:10px;
	color: #fff;
	font-weight: normal;
}

.redsmall {
	font-family: Verdana;
	font-size:10px;
	color: #CC0000;
	font-weight: normal;
}

