*
{
	padding: 0;
	margin: 0;
}

html, body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    height: 100%;
    margin: 0;
    padding: 0;
}

img 
{
	border: 0px;
}

#homepage
{
    width: 1000px;
    position: relative;
    top: 5px;
    left: 5px;
    min-height: 97%;
    height: 600px;
    background-image: url(../backgrounds/back_home.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#page01
{
    width: 1000px;
    position: relative;
    top: 5px;
    left: 5px;
    min-height: 97%;
    height: 500px;
    background-image: url(../backgrounds/back_page04.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#page02
{
    width: 1000px;
    position: relative;
    top: 5px;
    left: 5px;
    height: 700px;
    min-height: 97%;
    background-image: url(../backgrounds/back_page04.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#toptext
{
    position: relative;
    top: 90px;
    left: 10px;
    width: 980px;
    height: 40px;
    font-weight: bold;
    font-size: 200%;
    color: #ffffff;
    filter: shadow(color=#0000CC,offx=1,offy=1);
    text-align: center;
}

#topmenuframe
{
    position: absolute;
    left: 690px;
    width: 320px;
    top: 10px;
    height: 50px;
    background-color: transparent;
    color: #3300cc;
    font-size: 80%;
}

#right_column
{
    left: 690px;
    position: absolute;
    top: 160px;
}

#left_column
{
    left: 10px;
    position: absolute;
    top: 160px;
}

#left_doublecolumn
{
    position: relative;
}

#left_left_column
{
    left: 0px;
    position: absolute;
    top: 0px;
}

#left_right_column
{
    left: 340px;
    position: absolute;
    top: 0px;
}

#left_bottom
{
    position: relative;
}

#bottommenuframe
{
    width: 660px;
    height: 50px;
    background-color: transparent;
    color: #0066ff;
    font-size: 80%;
    left: 10px;
    position: absolute;
    top: 860px;
}

#searchframe
{
    position: absolute;
    left: 690px;
    width: 320px;
    top: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url(../pics/block_300_40.png);
    color: #0066ff;
    background-repeat: no-repeat;
}

.itemsblock_text
{
    position: relative;
    top: 176px;
    left: 10px;
    width: 660px;
    height: 32px;
    font-weight: bold;
    font-size: 160%;
    color: #0000CC;
    text-align: center;
}

#crm_itemsblock
{
    background-image: url(../pics/block_crm.png);
    font-size: 80%;
    width: 680px;
    color: #ffffff;
    position: relative;
    height: 220px;
    background-repeat: no-repeat;
}

.crm_item_container
{
}

.crm_item
{
    color: #ffff66;
    background-color: #ff5a5a;
    border-right: thin inset;
    border-top: thin inset;
    left: 10px;
    border-left: thin inset;
    width: 146px;
    border-bottom: thin inset;
    position: static;
    top: 10px;
    height: 160px;
}

.crm_item_head
{
    font-size: 160%;
    color: white;
    font-weight: bold;
    font-family: 'Arial Narrow';
    vertical-align: top;
    text-align: center;
    border-right: #990000 1px solid;
    border-top: #990000 1px solid;
    border-left: #990000 1px solid;
    border-bottom: #990000 1px solid;
    background-color: #cc0000;
}

.crm_item_text
{
    font-size: 110%;
    color: #660033;
    background-color: transparent;
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
}

.crm_item_table
{
    width: 136px;
    margin: 3px;
    padding: 0px;
    position: relative;
}

.crm_item_button
{
    left: 96px;
    background-image: url(../pics/redbutton.png);
    width: 40px;
    background-repeat: no-repeat;
    position: relative;
    top: 106px;
    height: 40px;
}

#crm_item1
{
    left: 10px;
    position: absolute; 
}


#web_itemsblock
{
    font-size: 80%;
    background-image: url(../pics/block_web.png);
    width: 680px;
    color: #ffffff;
    position: relative;
    height: 220px;
    background-repeat: no-repeat;
}

.web_item_container
{
}

.web_item
{
    font-size: 100%;
    color: #ffff66;
    border-right: thin inset;
    border-top: thin inset;
    left: 10px;
    border-left: thin inset;
    width: 146px;
    border-bottom: thin inset;
    position: static;
    top: 10px;
    height: 160px;
    background-color: #b9b9ff;
}

.web_item_head
{
    font-size: 160%;
    color: white;
    font-weight: bold;
    font-family: 'Arial Narrow';
    vertical-align: top;
    text-align: center;
    border-right: #000066 1px solid;
    border-top: #000066 1px solid;
    border-left: #000066 1px solid;
    border-bottom: #000066 1px solid;
    background-color: #0066cc;
}

.web_item_text
{
    font-size: 110%;
    color: #000099;
    background-color: transparent;
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
}

.web_item_table
{
    width: 136px;
    margin: 3px;
    padding: 0px;
    position: relative;
}

.web_item_button
{
    left: 96px;
    background-image: url(../pics/bluebutton.png);
    width: 40px;
    background-repeat: no-repeat;
    position: relative;
    top: 106px;
    height: 40px;
}
    

#web_item1
{
    left: 10px;
    position: absolute;
}


#news_itemsblock
{
    font-size: 80%;
    width: 308px;
    color: #0066ff;
    position: relative;
}

#left_itemsblock
{
    font-size: 80%;
    width: 330px;
    color: #0066ff;
    position: relative;
}

#mid_itemsblock
{
    font-size: 80%;
    width: 330px;
    color: #0066ff;
    position: relative;
}

#right_itemsblock
{
    font-size: 80%;
    width: 330px;
    color: #0066ff;
    position: relative;
}

#agenda_itemsblock
{
    font-size: 80%;
    width: 330px;
    color: #0066ff;
    position: relative;
}

#page_textblock
{
    font-size: 80%;
    width: 680px;
    color: #ffffff;
    position: relative;
}

#page_sideblock
{
    font-size: 80%;
    width: 320px;
    color: #ffffff;
    position: relative;
}

#page_leftblock
{
    font-size: 80%;
    width: 330px;
    color: #ffffff;
    position: relative;
}

#page_midblock
{
    font-size: 80%;
    width: 330px;
    color: #ffffff;
    position: relative;
}

#page_rightblock
{
    font-size: 80%;
    width: 300px;
    color: #ffffff;
    position: relative;
}


h1
{
    font-size: 160%;
    font-weight: bold;
    line-height: 110%;
}

h2
{
    font-size: 140%;
    font-weight: bold;
    line-height: 110%;
}

h3
{
    font-size: 130%;
    font-weight: bold;
    line-height: 110%;
}

h4
{
    font-size: 120%;
    font-weight: bold;
    line-height: 110%;
}

h5
{
    font-size: 110%;
    font-weight: bold;
    line-height: 110%;
}

a:active
{
    color: #3300cc;
}

a:visited
{
    color: #0066cc;
}

a:hover
{
    color: #0099ff;
}

a:link
{
    color: #3300cc;
}

li
{
    font-weight: bold;
    line-height: 225%;
    list-style-position: inside;
}

