/*main div tage*/
/*generalle divs*/
body{
                            
                              margin:0px;
							  background-image:url(images/bg.gif);
							  background-repeat:repeat-x;
							  background-color:#c3c3c3;
}
.alignDiv{
                             width:1007px;
                             min-height:100%;
							 height:auto !important;
                             height:100%;
                             position:relative;
                             margin-left: auto ;
                             margin-right: auto ;
                             
}
/*grundopbygning*/
.mainDiv{
                             vertical-align: top;
                             position:relative;
                             min-height:500px;
							 height:auto !important;
                             height:500px;
                             width:1007px;
							 background-image:url(images/mainBg.png);
							 background-repeat:repeat-y;
							 border:#000000 solid 0px; 
							 float:left;
}
.topDiv{
							 height:200px;
                             width:995px; 
                             position:relative;
							 left:0px;
                             top:0px;
                             background-position:left;
							 background-image:url(images/top.jpg);
							 background-repeat:no-repeat;
}	 
.menuDiv{
                             height:35px;
                    
                             width:995px;
							 padding-left:0px;
							 position:relative;
						
							 text-align:left;
							 z-index:10;
                             top:0px;
							 background-image:url(images/menuBg.gif);
							 background-repeat:no-repeat;
}
.leftDiv{
							 position:relative;
							 padding-top:15px;
							 width:168px;
							 min-height:500px;
							 height:auto !important;
                             height:500px;
							 margin-top:0px;
							 float:left;
							 left:7px;
							  z-index:0;
}
.contentDiv{ 
                             min-height:500px;
							 height:auto !important;
                             height:500px;
							 width:623px; 
                             position:relative;
							 float:right;
							 padding-top:10px;
							 right:10px;
							 overflow-x:hidden;           
							 text-align:left;
							 margin-top:0px;
							 padding-bottom:50px;				 
}
.contentClass
{
                             min-height:500px;
							 height:auto !important;
                             height:500px;
                             width:623px;
                             font-size:12px;
                             font-family:Arial;
                             line-height:normal;   
 }
.rightDiv{
							 position:relative;
							 	 padding-top:15px;
							 width:168px;
							 min-height:500px;
							 height:auto !important;
                             height:500px;
							 margin-top:0px;
							 float:right;
							 margin-right:10px;
}
.mainButtomDiv{
							position:absolute;
							width:1007px;
							height:16px;
							bottom:-15px;
							left:0px;
							background-image:url(images/mainButtom.png);
							background-repeat:no-repeat;
}
/******styles**********/
A { 
                            color:#4d4d4d; 
}
A:hover  {
                            text-decoration: none!important; 
                            color: #4d4d4d;
}

A:visited  
{
                            text-decoration: none!important; 
                            color: #4d4d4d;
}

.header1, h1 { 
		                    font-family: Arial, Helvetica, sans-serif;
		                    font-size: 28px; 
		                    font-style: normal; 
		                    line-height: normal;
		                    font-weight:bold; 
		                    font-variant: normal;
		                    color:#4d4d4d;
} 

.header2 { 
	                        font-family: Arial, Helvetica, sans-serif;
	                        font-size: 14px; 
	                        font-style: normal; 
	                        line-height:normal;
	                        font-weight:bold; 
	                        font-variant: normal;
	                        color:#4d4d4d;
	                        
} 
.normal{ 
	                        font-family: Arial, Helvetica, sans-serif;
	                        font-size: 12px; 
	                        font-style: normal; 
	                        line-height:  20px;
	                        font-weight:normal; 
	                        font-variant: normal;
	                        color:#4d4d4d ;
} 

.box1 { 
	                        font-family:Verdana, Arial, Helvetica, sans-serif;
	                        background-color:#FFFFFF; 
	                        border: 1px #838383 solid; 
	                        padding: 6px; 
	                        float: left;
	                        margin: 15px;
                            width: 200px; 
	                        font-size: 14px; font-style: normal;
	                        background-image:url(images/boxBg.gif);
	                        background-repeat:repeat-x;
	                        background-position:bottom; 
	                        font-weight: bold; 
	                        font-variant: normal; 
	                        color: black;
}
.box2 { 
	                        font-family:Verdana, Arial, Helvetica, sans-serif;
	                        margin-top: 10px;
	                        margin-bottom: 10px;
	                        padding: 8px;
	                        font-size: 13px; 
	                        font-style: normal; 
	                        line-height: normal; 
	                        font-weight: normal; 
	                        font-variant: normal;
	                        width:140px ; 
	                        border: 1px #838383 solid; 
	                        background-color:#FFFFFF;
	                        height:80px;
                            filter:progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=140, Strength=3);
} 

.table1 TD {    
                        	padding: 4px;

}	
.table1 { 
	                        border: 0px solid #999999;
	                        color:#000000; 
	                        border-collapse: collapse;
	                        background-color:#FFFFFF;	
}
.table1 .rn{ 
                            background-color:#efefef;
                            color:#000000;	 	
}

.table1 .c0  {
                            background-color:#666666;
                            color:#FFFFFF;
                            text-align: center; font-weight: bold;
}

.image1{
	                        margin: 5px; 
	                        border: 1px solid black; filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4)
}
.spacer{
                            height:3px;
                            width:3px;    
                            
}





