
/* html tags */
*
{
	margin:0;
	padding:0;
}

body
{
	background: #000;
}

a
{
	color: #ffffff;
	text-decoration: underline;
}

a:hover { text-decoration:none; }

strong
{
	font-weight: bolder;
	color: #fff;
}

form { margin: 0; }

div, td
{
	font-family:"verdana";
	font-size: 16px;
	line-height:22px;
	color:#fff;
}

h1
{
	font-size: 18px;
	font-weight: bold;
}

/* ids */

/* classes */
.outer_wrapper { background: #000; }

.inner_wrapper
{
	width: 953px;
	left: 50%;
	margin-left: -476px; /* half of the width */
	margin-top: 0;
	position: absolute;
	background: #000;
}

.header
{
	width: 953px;
	height: 152px;
	background: url(../media/templates/header_bw.jpg);
}

.menutop
{
	width: 953px;
	height: 45px;
	padding: 15px 0px 15px 0px;
	background: #000;
}

.mnl1
{
	float:right;
	margin-right:100px;
}

.mnl1 td { padding: 0px 10px 0px 10px; }

.mnl1 a
{
	font-family:"times new roman";
	font-size: 22px;
	font-weight:bold;
	color: #fff;
	text-decoration:underline;
}

.mnl1 a:hover { text-decoratiion:none; ; }

.mnl1 .active { color: #fff; }

.content { background: #000; }

.left
{
	float:left;
	position:relative;
	width:180px;
}

.mp { padding: 0px 5px 0px 0px; }

.mnl2 a
{
	line-height:29px;
	font-family:"times new roman";
	font-size: 20px;
	color: #fff;
	text-decoration:underline;
}

.mnl2 a:hover { text-decoration:none; }

.mnl2 .active { font-weight:bolder; }

.clp
{
	padding: 25px 5px 0px 0px;
	font-family:"times new roman";
	font-size: 18px;
	color: #fff;
}

.normal_view { display:none; }

.detail_view { display: block; }

.middle
{
	margin-left:180px;
	margin-right:250px;
	width: 510px;
}

.cmp
{
	padding: 5px 0px 0px 6px;
	width:100%;
}

.right
{
	position:relative;
	float:right;
	top:0;
	width: 223px;
	text-align:right;
}

.right_top { display: none; }

.right_bottom { display: none; }

.crp { background: #000; }

.footer
{
	height:25px;
	width: 953px;
	padding:0 5px 5px 5px;
	text-align: center;
	background:#000;
}

/* classes newsmodule */
.presentation-current { background-color: #000; }

.presentation-current strong
{
	font-weight: bolder;
	color: #fff;
}

.presentation-current table { padding: 25px 0px 5px 6px; }

.presentation-current td { text-align:left; }

.presentation-current .title
{
	padding: 5px 6px 25px 6px;
	font-size: 18px;
	line-height: 12px;
}

.presentation-current a { text-decoration: underline; }

.presentation-current hr
{
	margin: 25px 6px 25px 0px;
	height: 0;
	border: 0;
	border-top: 2px dashed #fff;
}

.title { color: #ffffff; }

.koptekst { color: #ffffff; }

hr, .separator
{
	margin: 25px 6px 0px 0px;
	height: 0;
	border: 0;
	border-top: 2px dashed #fff;
}

.icon
{
	float:right;
	position:relative;
	margin-bottom:0px!important;
	margin-bottom:-45px;
	height:0px;
}

.icon_home
{
	float:right;
	position:relative;
	top:10px!important;
	top:0px;
	height:0px;
}
/* classes forms 
input {
	color: #000;
	background: #fff;
	margin-bottom:3px;
	border:none;
	padding-left:3px;
	}
textarea {
	color: #000;
	background: #fff;
	border:none;
	margin-bottom:3px;
	}*/
