/*
    Document   : general.css
    Created on : 08.06.2011, 19:03:00
    Author     : Christopher Seibold
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display:            block;
}

div.main_col {
    margin-top:         5%;
    margin-left:        10%;
    margin-right:       10%;

    background-color:   #6599d9;
}

div.header {
    height:             135px;  /*135px;*/

    background-image:   url(graph_header.png);
    background-repeat:  repeat-x;
}

div.main {
	font-family:        'Arial';
	font-size:			14px;

}

div.footer {
    font-family:        'Arial';
    font-style:         italic;
    font-size:          12px;
    text-align:         right;

    position:           absolute;
    /*bottom:             10%;*/

    max-height:         40px;
    width:              80%;

    background-image:   url(graph_footer.png);
    background-repeat:  repeat-x;
}

div.space_bottom {
    height:             40px;
}

div.textcor {
	font-family:		'Arial';
	font-size:			18px;
	font-weight:		bolder;
}

td.left {
    width:              304px;
    vertical-align:     top;

    font-family:        'Arial';
    font-size:          16px;

    line-height:        24px;
}

a.mainmenu {
	font-family:		'Arial';
	font-size:			12px;  /*14px;*/
}

a.mainmenu:link {
    color:              #404040;
	font-weight:		bolder;
    text-decoration:    none;
}

a.mainmenu:visited {
    color:              #404040;
	font-weight:		bolder;
    text-decoration:    none;
}

a.mainmenu:hover {
	color:				black;
    font-weight:        bolder;
	text-decoration:    none;
}

a.footmenu:link {
    color:              black;
    text-decoration:    none;
}

a.footmenu:visited {
    color:              black;
    text-decoration:    none;
}

ul.mainmenu {
    list-style:         none;
}

td.right {
    font-family:        'Arial';
}

h1 {
    font-size:          30px;
}

h2 {
    font-size:          18px; /*18px;*/
}

h3 {
    font-size:          14px;
}