/* $Id: style.css 16 2009-09-10 21:07:18Z stro $ */

/* Font families */

body {
    font-family: Verdana, Tahoma, Arial, sans-serif;
	background: url(/img/back-head.jpg) no-repeat 0px 0px;
	padding: 0px; margin: 0px;
}

a {
	color: #CC3366;
}

div#main {
    margin: auto;
    width: 1100px;
}

div#left {
    width: 180px;
    float: left;
}

div#head {
	min-height: 170px;
	height: 170px;
	font-size: 10pt;
	font-weight: bold;
}

div#head1 {
	color: #CC3366;
	margin-top: 40px;
	margin-left: 257px;
}

div#head2 {
	color: #CC0033;
	margin-top: 90px;
	margin-left: 630px;

}

div#lefthead {
}

span.green {
	color: #00cc00;
}

ul#leftmenu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul#leftmenu li {
    margin-top: 5px;
}

ul#leftmenu li a {
    color: #000000;
    text-decoration: none;
}

ul#leftmenu li span,
ul#leftmenu li a.current {
	color: #ff0000;
	background: url(/img/menu-item.png) no-repeat 0px 26px;
}


ul#leftmenu li a,
ul#leftmenu li span {
    display: block;
    font-size: 12pt;
    padding: 6px;
}

div#leftbottom {
    margin: 10px 0px 0px 10px;
    text-align: left;
	font-size: 8pt;
}


div#text {
    width: 600px;
    float: left;
    margin-left: 20px;
    border-bottom: 0px solid black;
    font-size: 9pt;
}

/* Text */

div#text h2 {
	color: #cc3366;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

div#text h2 span.date {
	font-size: 8pt;
	display: block;
}

div#text h3 {
	font-size: 11pt;
	color: #FF0000;
	font-weight: normal;
}

div#textbody ul {
    list-style-type: disc;
    list-style-image: url("/img/li.png");
}



/* Submenu tabbed */

ul#submenu, ul#submenutab {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul#submenu {
    font-size: 13px;
    font-weight: bold;
    height: 37px;
    border-bottom: 1px solid #333333;
}

div#texthead {
    margin-top: 10px;
}

ul#submenu li {
    float: left;
    width: auto;
    text-align: center;
    margin: 10px 5px 2px 0px;
}


ul#submenu li span,
ul#submenu li a {
    display: block;
    border: 1px solid #999999;
    padding: 3px 2px 3px 2px;
}

ul#submenu li span {
    background: #ffffff;
    border-color: #333333;
    color: #333333;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 7px;
}

ul#submenu li a {
    background: #cccccc;
    display: block;
    text-decoration: none;
    color: #333333;
}

/* Text body */

div#textbody {
    border: solid #333333;
/*    border-width: 0px 1px 1px 1px; */
    border-width: 0px;
    padding: 5px;
    font-size: 11pt;
}

div#textbody p {
	margin-top: 5px;
}


/* Right */

div#right {
    float: left;
    width: 240px;
    margin-left: 20px;
}

div#righttop {
    padding: 1px 4px 18px 54px;
    text-transform: uppercase;
    font-size: 7pt;
    height: 0px;
}

div#rightlogin, 
div#rightlang {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 0px;
}

div#rightlang {
    float: left;
}

div#rightmid {
    text-align: center;
}

div#rightbottom {
    margin-top: 10px;
    text-align: center;
}

div#rightlogin {
    float: right;
}

div.logged {
    text-align: center;
    font-size: 10pt;
}

div.logged input {
    font-size: 10pt;
}

form.login {
    padding: 0px;
    margin: 0px;
}

div.logged p {
    padding-top: 0px;
    margin-top: 0px;
}


div.nested {
    display: none;
}

/* Input forms */

div.inputform {

}

div.inputform div {
}
div.inputform div span {
    width: 10em;
    text-align: right;
    display: block;
    float: left;
    margin-right: 1em;
}
div.inputform div input[type=text],
div.inputform div input[type=password] {
    width: 20em;
}

div.inputform p {
    margin: 0px;
}


span.red, p.error {
	color: red;
}


div#leftcontent {
	width: 120px;
	border-right: 1px solid #000000;
	float: left;
	padding-top: 10px;
}

div#leftcontent ul {
	margin: 0px; 
	padding-left: 15px;
	list-style-type: none;
	list-style-image: url(/img/li2.png);
}

div#rightcontent {
	margin-left: 120px;
	padding-left: 10px;
	border-left: 1px solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#rightcontent h4,
div#dlcontent h4 {
	margin-top: 0px;
}

div#dlcontent {
	background: url(/img/dlb.png) repeat-y 120px 0px;	
	padding-bottom: 10px;
	padding-top: 10px;
}

div#dlcontent h4 {
	margin-left: 130px;
}

div#dlcontent dl dt {
	background: url(/img/li2.png) no-repeat 8px 4px;
	width: 110px;
	float: left;
	padding-left: 20px;
}

div#dlcontent dl dd {
	clear: right;
	margin-left: 120px;
}



div.nest a.opener {
	text-decoration: none;
	border-bottom: 1px dotted #333333;
	color: #000000;
}

p.notop {
	margin-top: 0px;
}

img#gtzimg {
	display: block;
	margin-top: 5px;
}

div#foot {
	clear: both;
}

div#footleft {
	width: 60%;
	float: left;
	background: url(/img/foot-back-1.png) 150px 0px no-repeat;
	margin-top: 40px;
	padding-top: 90px;
	padding-bottom: 20px;
	color: #FF6666;
	font-size: 10pt;
}

div#footright {
	padding-top: 120px;
	width: 260px;
	float: right;
	text-align: left;
	background: url(/img/back-bottom-01.png) 30px 0px no-repeat;

}

div#footright a {
	color: #000000;
	border-bottom: 1px dashed #000000;
	text-decoration: none;
}

p.red {
	color: #FF0000;
}
