/**
 * Style sheet Meins
 */
#symbol
{
	margin-right:20px;
	font-family:arial, helvetica;
	font-weight:bold;
	font-size:110%;
	color:#ff0000;
	text-transform: uppercase;
}

input, textarea
{
	color:#000000;
}

.form
{
	margin-top:10px;
}

.comment
{
	font-size:100%;
}

.info
{
	margin:10px 0px 0px 0px;
	font-weight:bold;
	font-size:100%;
}

.image_container
{
	margin-right:10px;
	margin-bottom:5px;
}

.txt_bigger
{
	line-height: 95%;
}

.pagination
{
	padding: 2px;
	font-size: 125%;
	text-align: center;
}

.pagination a.current
{
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination ul
{
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 125%;
}

.pagination li
{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited
{
	padding: 0 5px;
	border: 2px solid white;
	text-decoration: none; 
	color: white;
}

.pagination a:hover, .pagination a:active
{
	border: 2px solid red;
	color: red;
}

.pagination a.next, .pagination a.previous, .pagination a.last
{
	padding: 0 5px;
	border: 0px solid white;
	text-decoration: none; 
	color: white;
}
