/**
 * Style sheet xBasic
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/**
 * Body
 */
body 
{
	margin: 0px;
	padding: 0px;
}
/**
 *  Basic structure
 */
#wrapper{
	background: url(../images/wrapper_bg2.jpg) top left repeat-x;
}
#header{
}
#header .inside{
	width: 935px;
	height: 90px;
	margin: 0 auto;
	padding-top: 20px;
}
#topHeader{
	height: 24px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e0e0de;
}
img#logo{
	float: left;
	width: 229px;
	height: 24px;
}
#container{
	width: 935px;
	margin: 5px auto 0 auto;
}
#footer{
	height: 100%;
	margin: 0;
	border-top: 1px solid #e6e6e6;
	background-color: #f4f4f4;
}
#footer .inside{
	width: 935px;
	height: 400px;
	margin: 0 auto;
}
#footer_contact{
	width: 935px;
	height: 10px;
	margin: 10px 0 14px 0;
	font-size: 10px;
	color: black;
}
#footer_contact a{
	color: black;
}
/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family: Verdana, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:11px;
	color: black;
	/*color:#666966;*/
}

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color: #9b1f18;
}
h1{
	height: 22px;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #c7c6c5;
	font-size: 16px;
	font-weight:normal;
}
.layout_full h1, .mod_newsarchive h1{
	color: black;
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0 0 0;
	border: none;
}
h2{
	color: black;
	font-size: 13px;
	margin: 8px 0 0 0;
}
h3, h4, h5, h6{
	color: black;
	font-size: 11px;
	margin: 5px 0 0 0;
}
/**
 * Basic tags
 */
img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}
optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}
/**
 * Lists
 */

ul{
	margin: 8px;
	padding: 0 0 5px 10px;
}
ul li{
	margin: 0px;
	padding: 0;
}

/**
 * Links
 */
a
{
	color: #9b1f18;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}