/* 
    Document   : styles
    Created on : 11.4.2009, 1:53:35
    Author     : netmouse
    Description:
        Purpose of the stylesheet follows.
*/

div#container {
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
}

html {
    background: fixed center center #e4dfc2 url('/sitecomposer/render/image/styles/backgrounds/hlava_light.jpg?width=1920'); 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
         background-size: cover;     
}

body {
	font-family : Arial;
	font-size: 15px;
	color : black;
	text-align : left;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding: 0px;
	border: 0px;
        height 100%; 

}

a.topIcon {
    border : none;
}

a img {
/*    border: none; */
}

a:visited {
    color: silver;
}

a:link {
    color: silver;
}

img.ChronicleImage {
    border: 2px solid #404040;
}

div.PageContent {
    padding-left: 20px;
    padding-left: 20px;
    font-size: 15px;
 /*   height:800px; */

}