*
{
	font-family: Arial;
	font-size: 12px;
}

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a img
{
	border: 0px;
}

a, a:link, a:visited, a:active
{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}
.page_container
{
	width: 796px;
	margin: 0px auto;
	padding: 0px;
	
}

.header
{
	background-image: url('../images/header.gif');
	background-repeat: repeat-x;
	height: 21px;
}




.left
{
	float:left;
}
.right
{
	float:right;
}
.clean
{
	clear: both;
}

div.border
{
	border-top: 1px solid #8f8f8f;
}

div.dotted_border
{
	border-top: 1px dotted #8f8f8f;
}

/* CONTENT */

div.main_details_table
{
	width:400px;
	text-align: left;
	
}

h2.news_title
{
	font-size: 18px;
	font-weight: bold;
	color: #6c82a4;
	margin:0px;
	padding:0px;
	text-align: left;
}

div.contentbox
{
	border-left: 1px solid #8f8f8f;
	padding-right: 10px;
	padding-left: 5px;
	text-align: left;
}

span.title_nr
{
	color: #6c82a4;
	font-size: 14px;
	font-weight:bold;
	line-height: 28px;

}

/* FOOTER */
.footer_content
{
	border-top: 1px dotted #8f8f8f;
	border-bottom: 1px dotted #8f8f8f;
	background-color: #cccccc;
	margin-top: 45px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	
}

.footer_content a
{
	font-size: 10px;
}

.footer
{
	background-image: url('../images/foot_pic.gif');
	background-repeat: repeat-x;
	height: 20px;
}




/* CATEGORY IMAGES HEADER */
.category_images
{
	margin-top: 10px;
	margin-bottom: 10px;
}




/* TOP MENU */
div.main_menu
{
	text-align:right;
}


div.main_menu ul
{
	padding:0px;
	margin: 0px;
}
div.main_menu ul, div.main_menu ul li
{
	list-style: none outside none;
}

div.main_menu ul li
{
	text-align:left;
	float: left;
	margin: 4px 8px 4px 8px;
}

div.main_menu ul li.first
{
	margin-left: 0px;
}

div.main_menu ul li.last
{
	margin-right: 0px;
}

div.main_menu ul li a
{
	color: #5f80a2;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0px;
	font-size: 12px;
	font-family: "Arial Narrow";
	
}


/*KONTAKT*/
input.kontackt_form, textarea.kontackt_form
{
	width: 200px;
}
.contact_form
{
	width: 400px;
	text-align: left;
}

.contact_form div.title
{
	width: 100px;
	float: left;
	line-height:20px;
	font-weight: bold;
}

.contact_form div.form input
{
	width: 300px;
}
.contact_form div.form
{
	width: 300px;
	float: left;
	line-height:20px;
}
