﻿    html, body 
    {   
	    height: 100%;
	    min-height: 99%;	
}

body
{
	padding: 0;
	margin: 0;	
	min-width: 1250px;	
    width: 100%;
	/*background-color: #FCEAC6;*/
	/*background-image: url('Images/Background.jpg');*/
	background-repeat: repeat-y;
    overflow-x:auto;
}






.homepage
{
	text-align: center;
	left: 0;
	margin: 0px auto;	
}

.homepage a img 
{
	border: none;	
}

.welcome
{
	/*position: absolute;*/
	padding-top: 480px;
	width: 1024px;
	height: 300px;
	text-align: left;	
	padding-left: 80px;
	background-repeat: no-repeat;
	/*left: 80px;	*/
}




#mySilverlightHost 
{		
	display: block;
	position:relative;
	left: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;	
	display: table-cell;	
}


.kronika h1
{
 font-size: 0.01px;
}

.fright li a, a:visited, a:link{
    color: black;
}

.fcontent a, a:visited, a:link{
    color:black;
}

footer
{    
    /*border-top: 1px solid white;
	font-size: 1em;*/
	text-align: center;	
    position:fixed;
    bottom:0;
    width:100%;
    height:90px;   /* Height of the footer */
    /*background: #ED932;*/
    color: black;
}

.fright{
    text-align: right;
    margin-right: 25px;
    
}

.fleft {
    float:left;
}


.nofooter
{
	font-size: 0.01px;
	text-align: center;	
}

.kronika
{
	height: 99%;
	width: 100%;
}



/*slider*/

#wrapper
{	
	position: absolute;		
	top: 530px;	
	left: 180px;	
}

#slider {
    position:relative;
    width:465px; /* Change this to your images width */
    height:195px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}

.helpcontent {
    position: fixed;
    margin-top: 50px;
    width: 500px;
    margin-left: 30%;
    border: 1px solid;
    height: 530px;
    z-index: 100000;
    background-color: #ffffff;
}



