html
{
 padding:0px;
 margin:0px;    
}

body
{
 background:#8C8C8C;
 padding:0px;
 margin:0px;
 font-family:Tahoma, Verdana, Arial;
 font-size:12px;
}

.topDiv
{
background:#141414;
border-bottom:2px solid #FFFFFF;
width:100%;
height:200px;
}

.topCenterDiv
{
 width:900px;
 height:200px;
 margin:0px auto;    
}

.topLogoDiv
{
 background:url(Images/vafflogo.png);
 background-position-y:center;
 background-repeat:no-repeat;
 width:260px;
 height:200px;
 margin-left:30px;
 cursor:pointer;
 display:block;
 position:relative;
 z-index:1;
 float:left;
}

.topMeny
{
 width:500px;
 height:50px;
 float:left;
 margin-top:150px;
}

.topMenyObject
{
 background:#FFFFFF;
 height:20px;
 padding:10px;
 text-align:center;
 font-style:normal;
 float:left;
 margin-top:10px;
 margin-right:10px;
}

a
{
    color:#000000;
 text-decoration:none;
 font-style:italic;    
}

.contentCenterDiv
{
 width:900px;
 margin:0px auto;  
 padding-top:25px;  
}

.contentLeftDiv
{
 background:#FFFFFF;
 width:200px;
 border-bottom:2px solid #141414;    
 float:left;
 padding:10px;
 margin-bottom:20px;
}

.leftContainer
{
 width:220px;
 float:left;
}

.contentRightDiv
{
 background:#FFFFFF;
 width:660px;
 border-bottom:2px solid #141414;    
 float:right;
 padding:10px;
 margin-left:20px;
 margin-bottom:20px;
}


.rightContainer
{
 width:680px;
 float:right;    
}


.scrItem
{
 width:98%;
 padding:5px;
 border-bottom:1px solid #808080;
 background:#E1E1E1;
 
}

.scrItemHover
{
 width:98%;
 padding:5px;
 border-bottom:1px solid #808080;
 background:#F5FBCE;
}