/**** BASICS ****/
img.png, { behavior: url("../css/iepngfix.htc") }

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	line-height: 20px;
}
body {
	line-height: 20px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
    font-family: "Arial";
	font-size: 12px;
    color: #444444;
    margin: 0px;
    padding: 0px;
    width: 98%; /* to get rid of the horizontal scrollbar in IE */
}
* html body {
    behavior: url("../javascript/csshover2.htc");
}

td {
    font-family: "Arial";
	font-size: 12px;
    color: #333333;
}
a {
    color: #999999;
    text-decoration:none;
}
a:hover {
    color: #333333;
    text-decoration:none;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

input {
    font-family: "Arial";
    font-size: 12px;
    color: #333333;
    border: 1px solid #cccccc;
	width: 150px;
	margin-bottom: 10px;
}
input.checkbox {
    border: none;
    width: 14px;
    height: 14px;
}
input.radio {
    border: none;
    width: 14px;
    height: 14px;
}
input.submit, input.button {
    font-family: "Arial";
    font-size: 12px;
    color: #000000;
    border: 1px solid #999999;
    background: ##DDDDDD;
    height: 24px;
    width: 144px;
    margin-left: 92px;
}
textarea {
    font-family: "Arial";
    font-size: 12px;
    color: #333333;
    border: 1px solid #cccccc;
    height: 150px;
    width: 350px;
}
label {
    width: 75px;
    text-align: right;
    border: none;
    padding-right: 15px;
	float: left;
}



/*** PAGE LAYOUT ***/
#container {
    background: url("../image/back.jpg") no-repeat left 30px;
    text-align: left;
    width: 904px;
    padding-left:90px;
    margin-left: auto;
    margin-right: auto;
}

#logo {
    position:absolute;
    top:26px;
    left:0px;
    height:70px;
    width:60px;
}

#logo_text {
    margin-top:76px;
    margin-left:84px;
}

#header {
    height: 138px;
	width: 900px;
    position:relative;
}

#left {
    float: left;
    width: 160px;
    line-height:15px;
}

#menu_background {
	background-color: #dddddd;
    height:24px;
    position:absolute;
    top:114px;
    right:99px;
    width:10000px;
}
#mainmenu {
    
    position:absolute;
    padding-left: 92px;
	z-index: 60;
	color: #ffffff;
    top:114px;
	left: 0px;
	height: 22px;
	width: auto;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12pt;
}
 
#mainmenu li {
	display: block;
	list-style: none;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 30px;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
	position: relative;
}

#mainmenu a {
	color: white;
	text-decoration: none;
}

#mainmenu a:hover {
	color: #999999;
	text-decoration: none;
}

#mainmenu .sub {
	position: absolute;
	top: 27px;
	left: 0px;
	width: 214px;
	z-index: 1010;
}

#mainmenu ul {
	position: relative;
	list-style: none;
	display: block;
	background: #dddddd;
	padding: 0;
	margin: 0;
}

#mainmenu ul li {
  	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: none;
	font-size: 11pt;
}

#mainmenu ul li a {
	display: block;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-top: 5px;
	margin: 0px;
    height:20px;
	width: 202px;
}

#mainmenu ul li a:hover {
	color: #999999;
	text-decoration: none;
}

#page_image{
    margin-left:270px;
    margin-top:45px;
    height:270px;
}
#page_image img {
    margin-right:-4px !important;
}

#content {
    width:900px;
    padding: 5px 0px 5px 0px;
    overflow:visible;
    line-height:15px;
}

#content div.left {
    display:inline;
    width:364px;
    float:left;
}

#content div.right {
    display:inline;
    width:364px;
    float:right;
    margin-right:90px;
}

#news {
    position: absolute;
    display: none;
    top: 252px;
    margin-left: 570px;
    width: 200px;
    min-height: 340px;
    padding: 30px 5px 5px 20px;
}
/* IE * html hack, see http://css-discuss.incutio.com/?page=StarHtmlHack */
* html #news {
    margin-left: 410px;
    top: 255px;
    padding: 50px 5px 5px 20px;
}
* html #content {
    /*border-right: 1px dotted #999999;*/
}


#footer {
    text-align: right;
    height: 25px;
}






/**** NEWS ****/
span.news_date {
    display: block;
    font-family: "Arial";
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    color: #BBBBBB;
	background-color:#F5F5F5;

}
span.news_headline {

    display: block;
    margin-left: 10px;
    font-family: "Arial";
    font-size: 12px;
    font-weight: normal;
    color:#BBBBBB;
}





/**** CELLS ****/
span.cellheader {
    display:block;
    border: 0px;
    border-bottom: 1px solid #999999;
    background-color:#333333;
    height: 20px;
    color: #ffffff;
    padding-left: 3px;
}

span.celltracker {
    display:block;
    border: 0px;
    border-bottom: 1px solid #999999;
    background-color: green;
    height: 20px;
    color: #ffffff;
    padding-left: 3px;
}

span.cellcontent {
    display:block;
    height: 100px;
    padding: 10px 0px 0px 5px;
}





/**** CONTENT ****/
h1 {
    font-family: "Arial";
    font-size: 14pt;
    height:14pt;
    letter-spacing: 0.1em;
    color: #c5c5c5;
    font-weight: normal;
}

h1.point{
    position:relative;
    background: url("../image/header_point.png") no-repeat left top; 
    padding-left:35px;
    margin-left:-35px;
    margin-bottom:20px;
}

h2 {
    font-family: "Arial";
    font-size: 14pt;
    height:14pt;
    letter-spacing: 0.1em;
    color: #c5c5c5;
    font-weight: normal;
}
div.content_element {
    margin-bottom: 20px;
    line-height:15px;
}
div.content_element table td {
    height: 20px;
	padding: 1px 3px 1px 3px;
}
div.image_css2 {
    /* small left */
    margin-bottom: 20px;
}
div.image_css3 {
    /* small right */
    margin-bottom: 20px;
    text-align: right;
}
div.image_css0, div.image_css1 {
    /* large center, small center */
    margin-bottom: 20px;
    text-align: center;
}

div.image_css4 {
    /* small left text */
    float: left;
    margin: 0px 10px 10px 0px;
}
div.image_css5 {
    /* small right text */
    float: right;
    margin: 0px 0px 10px 10px;
}    
/** questionform **/
div.questionform  label{
    display:block;
    width:200px;
    height:22px;
    float:left;
}
div.questionform input {
    float:left;
}
div.questionform textarea {
    float:left;
}

div.questionform .error{
    border: 1px solid red;
}
