@import url("modules.css");
@import url("layout.css");
@import url("subnavigation.css");
@import url("navigation.css");

body, html {
	margin: 0;
	padding: 0;
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 87.5%;
	color: #000;
	background-color: #fff;
	background-image:url(images/pattern.jpg);
	background-position: top left;
	background-repeat:repeat;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

h1 {
	line-height: 1; 
	margin-bottom: 0.5em;
	font: normal 1.5em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
}

#pagetitle h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 1.3em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 0.1em;
}

#pagetitle p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 1.3em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 0.0em;
}


h2 {
	margin-bottom: 0.75em;
	font: normal 1.25em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
}

h3 {
	line-height: 1; 
	margin-bottom: 1em;
	font: bold 1.2em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
}

#rightbar h3 {
	font-weight: normal;
	color: #9e3d21;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #9e3d21;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
}

h4 {
	line-height: 1.25; margin-bottom: 1.25em;
	font: bold 1.1em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

.headlines {
	display: block;
	line-height: 20px;
}

.caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  line-height:1%;
  font-weight:normal;
  padding:0 2px;
}

p {
	/*font-size: 0.9em;*/
	line-height : 1.5em;
	margin: 0 0 15px 0;
}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }


a {
	color: #660000;
	text-decoration:underline;
}

a:hover {
	color: #000;
	text-decoration:none;
}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


ul {
	padding: 0 0 15px 15px;
	margin: 0;
	list-style-type: disc; 
}

ol {
	padding: 0 0 15px 15px;
	margin: 0;
	list-style-type: decimal; 
}

ul ul, ol ol {
	padding: 0 0 0 15px;
	margin: 0;
}

li {
	padding: 0;
	line-height : 1.4em;
	padding-left: 15px;
    margin: 0 0 0 5px;
}

ol li {
	background: none;
}

table {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px; 
}

th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

tr{
	border: 0px dotted #D0D0D0;
}

tr.row1 {
	background-color: #ffffff;
}

tr.row2 {
	background-color: #f9f9f9;
}

td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
	border-spacing: 0px;
}

/* ---- FORMULAR STYLE ---- */
legend {
	font:bold 14px Arial, Helvetica, Helvetica, sans-serif;
	color: #bcbcbc;
	padding: 0px;
}

fieldset {
	border: solid 1px #bcbcbc;
	padding: 10px;
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus { 
    border: 1px solid #CCCCCC; 
    margin-bottom: 1px; 
}

select { 
    border:solid 1px #000000; 
    color: #000000; 
    font-size: 11px;
    margin-bottom: 1px;
	width: 170px;
	padding: 1px; 
}

input, textarea { 
    background: #fff top left repeat-x; 
    font: 11px Arial, "Lucida Grande","Lucida Sans Unicode",geneva,Helvetica,sans-serif; 
    border: 1px solid #000000;
    padding: 1px; 
    margin-bottom: 1px;
width: 170px;
}

* html input, textarea { 
width: auto;
}

input[type=submit], input[type=reset], input[type=button]{  
	width: auto;
	background: #aaa top left repeat-x; 
	color: #fff;
	padding-left: 5px; 
	padding-right: 5px;
}

input[type=radio], input[type=checkbox]{ 
	width: auto;
}

/*input, textarea, select { 
    font: 11px Arial, "Lucida Grande","Lucida Sans Unicode",geneva,Helvetica,sans-serif; 
    border: 1px solid #08457A;
    padding: 1px; 
    margin-bottom: 1px;
	width: 160px;
	background-image:url(images/bg_topwrapper.gif);
	background-position:top;
}

textarea {
	height: 80px !important;
}


input[type=submit], input[type=button], input[type=reset] { 
	width: 80px;
	background-position:bottom;
	color: #FFFFFF;
}

input:hover, input:focus { 
    border: 1px solid #000000; 
    margin-bottom: 1px; 
}
*/

#fontsize input { 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing: 0.0em;
    border: 1px solid #1679CE;
    padding: 0; 
    margin-bottom: 1px;
	background-color: #FFFFFF;
	height: 18px;
}

#fontsize input:hover, #searchbox input:focus { 
    border: 1px solid #51BBF9; 
    margin-bottom: 1px; 
}

#fontsize input { 
	font-size: 12px;
	font-weight:normal;
	color: #aaaaaa;
}



