﻿body {
	margin: 0px auto; padding: 5px;
	background-color: #636363; color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-align: center;
	background-image: url("../images/body-bg.gif");
}


/***** BASE LINK STYLES *****/
a:link { color: #293300; background-color: transparent; text-decoration: none; }
a:visited { color: #293300; background-color: transparent; text-decoration: none; }
a:hover { color: #009; background-color: transparent; text-decoration: underline; }
a:active { color: #F00; background-color: transparent; text-decoration: underline; }


/***** PAGE STRUCTURE STYLES *****/
.page { background: url("../images/page-bg.gif") repeat-y; width: 770px; margin: 0px auto; padding: 0px; text-align: left; }
.header { margin: 0px 1px; background-color: #C2C2C2; }
.main { margin: 15px 1px 20px 20px; }
.content { width: 520px; float: left; margin-bottom: 20px; }
.side { font-size: 10px; width: 209px; margin-left: 540px!Important; margin-left: 537px; }
.footer { font-size: 10px; clear: both; border-width: 1px 0px; border-color: #000 #000 #000 #000; background-image: url("../images/nav-bg.gif"); background-repeat: repeat-y; border-style: solid; margin: 0px 1px; padding: 0px 20px; line-height: 30px; }


/***** HEADER STYLES *****/
.top { margin: 0px; border-width: 1px 0px 0px 0px; border-color: #000 #000 #000 #000; border-style: solid; }
.actions { float: right; text-align: right; padding: 6px 20px; }
.breadcrumbs { padding: 6px 20px; }
.titles { height: 150px; background-repeat: no-repeat; border-width: 1px 0px; border-style: solid; border-color: #000; }
h1 { color: #FFF; background-color: transparent; font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; font-size: 34px; margin: 30px 0px -10px 20px; }
.titles h4 { color: #FFF; background-color: transparent; font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: normal; margin: 0px 0px 0px 20px; }


/***** NAVIGATION STYLES *****/
#nav { margin: 0px; border-bottom: 1px solid #000; background-image: url("../images/nav-bg.gif"); background-repeat: repeat-y; }
#nav ul { list-style-type: none; font-size: 10px; margin: 0px; padding: 6px 20px; }
#nav li { display: inline; margin: 0px 4px 0px 0px; padding: 0px; }
#nav #active { font-weight: bold; }
#nav ul a:link { text-decoration: none; color: #293300; background-color: transparent; }
#nav ul a:visited { text-decoration: none; color: #293300; background-color: transparent; }
#nav ul a:hover { text-decoration: underline; color: #009; background-color: transparent; }
#nav ul a:active { text-decoration: none; color: #000; background-color: transparent; }


/***** MARKUP STYLES *****/
div.quote { font-size: 10px; color: #444; background-color: transparent; border-width: 1px 1px 1px 5px; border-style: solid; border-color: #888; margin: 0px 20px; padding: 8px; }
acronym, abbr { border-bottom: 1px dotted #666; cursor: help; }
.code {
	font-family: Fixedsys, 'Courier New', Courier, monospace; font-size: 11px; color: #000; background-color: #F0F0F0;
	border: 1px dotted #444; margin: 0px 10px; padding: 5px; white-space: pre; overflow: auto; width: 480px;
}
.replies .code { width: 460px; }


/***** TEXTBLOCK STYLES *****/
.textblock { padding-bottom: 20px; border-bottom: 1px dashed #293300; margin-bottom: 15px; text-align:justify; }
h2 { font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; font-size: 22px; margin: 0px 0px 10px 0px; text-align:left;}
.textblockfooter { margin-top: 15px; font-size: 10px; }


/***** SIDEBOX STYLES *****/
.sidebox { margin: 0px 0px 15px 0px; }
.side h3 { 
	background-image: url("../images/side-bg.gif");
	background-repeat: repeat-y;
	background-color: transparent; 
	color: #000; 
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 14px; 
	margin: 0px 0px 10px 0px; 
	padding: 5px 10px;
	border-width: 1px 0px; border-style: dashed; border-color: #293300;
}
.sideboxmain { margin: 10px; }
.side p { margin: 0px 0px 5px 0px; }
.side ul { ;
	margin: 0px; 
	padding: 0px; 
	font-size: 10px; 
	list-style-type: none;
}
.side li { 
	background-image: url("../images/side-li-bullet.gif"); 
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 5px 13px;
}
.side ul.textblocks li { background-image: url("../images/side-li-icon.gif"); }
.side ul.news li { background-image: url("../images/side-li-news.gif"); }


/***** BASIC PAGE STYLES *****/
h3 { font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; font-size: 18px; margin-bottom: 10px; text-align:left; }
p { margin: 5px 0px 15px 0px;  }
img { border: 0px none; vertical-align: text-bottom; }
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
hr { border-width: 1px 0px 0px 0px; border-style: solid; border-color: #000; background-color: transparent; color: #FFF; }
li { text-align:left; }
.error { font-size: 18px; font-weight: bold; }
.template { float: right; margin: 8px; text-align: center; }


/***** TABLE STYLES *****/
table.data { margin-bottom: 5px; border:1px solid black; }
table.data td { padding: 4px; }
.bgeven { background-color: #FFF; color: #000; }
.bgodd { background-color: #EEE; color: #000; }
.bgevenred { background-color: #FFCFCF; color: #000; }
.bgoddred { background-color: #FFBFBF; color: #000; }
.bgevenblue { background-color: #CFCFFF; color: #000; }
.bgoddblue { background-color: #BFBFFF; color: #000; }
.bgevengrey { background-color: #e2e2e2; color: #000; }
.bgoddgrey { background-color: #c2c2c2; color: #000; }

/***** FORM STYLES *****/
input.image { vertical-align: text-bottom; }
.text { border-width: 1px; border-color: #000 #AAA #AAA #000; border-style: solid; padding: 2px; }
.formrow { margin-bottom: 15px; }
.formleft { font-weight: bold; margin-bottom: 3px; }
.formfleft { float: left; width: 120px; text-align: right; margin-right: 5px; white-space: nowrap; font-weight: bold; }
.formfright { margin-left: 125px; }
.editbox { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.button { color: #000; background-color: #DDD; font-family: Arial, Helvetica, sans-serif; padding: 0px; border-width: 1px; border-color: #AAA #000 #000 #AAA; border-style: solid; }
.bgblue { color: #000; background-color: #AAF; }
.bgred { color: #000; background-color: #FAA; }
fieldset { margin-bottom: 20px; padding: 6px 6px 10px 6px; }
legend { color: #000; background-color: transparent; font-weight: bold; font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; font-size: 18px; margin-bottom: 5px; }


/***** UTILITY STYLES *****/
.fright { float: right; }
.fleft { float: left; }
.right { text-align: right; }
.center { text-align: center; }
.small { font-size: 10px; }
.verysmall { font-size: 9px; }
.wide100 { width: 100%; } .wide95 { width: 95%; } .wide75 { width: 75%; } .wide50 { width: 50%; }
.red { color: #F00; background-color: transparent; }
.mono { font-family: 'Courier New', Courier, monospace; }
.nowrap { white-space: nowrap; }
.bold { font-weight: bold; }
.big { position:relative; left:8px; font-weight:bold; font-size:16px; font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; }
.imageshade { border: 1px solid #000; float:right; margin: 4px 0px 5px 25px; filter:progid:DXImageTransform.Microsoft.Shadow(Color=#202020, direction=135, strength=4); }
.nachoben { text-align:left; font-size:10px; }