@media screen
{
#iehackwrap
		{
		text-align: center;
		}


	#wrapper	
			{
			margin-left: auto;
			margin-right: auto;
			text-align: left;
			width: 760px;
			}

		#leftColumn
				{
				float: left;
				width: 155px;
				}

			#logo
					{
					height: 75px;
					margin-bottom: 5px;
					text-decoration: none;
					}

			    #logo img
			    		    {
			    		    display: block;
			    		    text-decoration: none;
			    		    }

			#subMenu
					{
					background-color: #E60000;
					background-repeat: no-repeat;
					height: 260px;
					line-height: 20px;
					margin-bottom: 5px;
					padding-top: 10px;
					}
			
			    #subMenu a
					    {
					    color: white;
					    display: block;
					    font-size: 80%;
					    font-weight: bold;
					    padding-left: 10px;
					    text-decoration: none;
					    }
			    #subMenu a:active
					    {
					    background-color: #660000; 
					    color: white;
					    text-decoration: none;
					    }
			    #subMenu a:hover
					    {
					    background-color: #660000; 
					    display: block;
					    text-decoration: none;
					    }
			#languageBar
					{
					background-color: white;
					height: 35px;
					margin-bottom: 5px;
					}
			#updates
					{
					background-color: #FFFF99;
					height: 20px;
					margin-bottom: 5px;
					}
			#pollAndShopList
					{
					background-color: #FCFDED;
					color: black;
					display: block;
					font-size: 80%;
					height: 100%;
					margin-bottom: 1px;
					padding: 5px;
					text-align: center;
					visibility: show;
					}
			#uitslag
					{
					background-color: #FCFDED;
					font-size: 80%;
					margin-bottom: 5px;
					padding: 5px 0px 5px 0px;
					}

		#rightColumn
				{
				float: left;
				margin: 0px 0px 5px 5px;
				width: 600px;
				}
		    #rightColumn p
			    	    {
				    display: block;
				    margin-top: 5px;
				    text-align: justify
				    }
			#topMenu
					{
					background-color: #336699;
					font-size: 80%;
					font-weight: bold;
					height: 24px;
					margin-bottom: 5px;
					}
			    #topMenu a 
					    {
					    color: #FCFDED;
					    display: block;
					    text-decoration: none;
					    float: left;
					    text-align: center;
					    line-height: 24px;
					    cursor: pointer;
					    }
			    #topMenu a:hover
					    {
					    background: #FCFDED;
					    color: #114477;
					    text-decoration: none;
					    }
			#mainContent
					{
					background-color: #FCFDED;
					float: right;
					font-size: 100%;
					margin-bottom: 5px;
					padding: 10px;
					}
			#voetTekst
					{
					background-color: #CCCCCC;
					clear: both;
					font-size: 70%;
					height: 20px;
					line-height: 20px;
					margin-bottom: 5px;
					text-align: center;
					}
			    
			    #voetTekst img
			    		    {
			    		    display: inline;
			    		    height: 12px;
			    		    margin: 4px 0px;
			    		    padding: 0px;
			    		    text-decoration: none;
			    		    vertical-align: middle;
			    		    width: 12px;
			    		    }
}

@media print
{
	#leftColumn, #voetTekst, #topMenu
			{
			display: none;
			}
	

}