	*
    {
	    padding: 0;
	    margin: 0;
    }
	
	a
	{
		outline: none;
	}
	 
	html
    {
	   /* text-align:center;*/
		height: 101%;
		outline-style:none;
    } 

	body 
	{	
	background-color: #E6E1D6;
	font-family: Courier, Tahoma, Geneva, sans-serif;
	font-size: 7pt;
	color: #666666;
	/*height: 100%; /*zwingt die Hoehe des wrappers auf 100% der Seite*/
	}
	
	#wrapper
	{

		/*background:url("../images/bgimage.png") repeat-y scroll 0 0;*/
		/*border: 1px solid white;*/
		width: 1098px;
	    margin: 260px auto 0 auto;	
		overflow: hidden;	
		text-align: center;
	}
	
	
	#content
	{

		/*background:url("../images/bgimage.png") repeat-y scroll 0 0;*/
		/*border: 1px solid white;*/
		width: 1098px;
	    margin: 40px auto 0 auto;	
		overflow: hidden;	
		text-align: center;
		letter-spacing: -1px;
	}
	
	
	#Ganesha
	{
		
		
	}
	
	#header
	{
		border: 1px solid white;
		margin: 3px 3px 2px 3px;
		width: 852px;
		/*height: 80px;*/
		float:left;
		background-color: #e2e2e2;
		font-family: Verdana, Geneva, sans-serif;
		line-height:80px;/*line-height gibt die Hoehe vor und zentriert damit den text innerhalb des divs*/
		text-align:center;
	}
	
	#logo
	{
		border: 1px solid white;
		margin: 3px 3px 2px 860px;
		width: 233px;
		height: 80px;
		background-color: #e2e2e2;
		background-image: url(../images/3DLogo.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#nav
	{
		clear:both;
		border: 1px solid white;
		margin: 2px 3px 2px 3px;
		height:20px;
		text-align:center;
		background-color: #e2e2e2;
	}
	
	#nav li 
	{
		display: inline;
		float:left;
		margin: 2px 0 0 20px;
		list-style-type:none;
		font-weight: 900;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
	}
	
	
   #nav li a:hover
    {
  		color: #919191;
    }
	
	#nav li a
	{
		color: black;
		text-decoration:none;
		outline: none;
	}	
	
	#contentwrapper
	{
		border: 1px solid white;
		margin: 0 3px 3px 3px;
		background-color: #e2e2e2;
		overflow:hidden;
	}
	
	
	#contentdes
	{
		/*border: 1px solid white;*/	
		margin: 0 3px 3px 854px;
		width: 233px;
		background-color: #e2e2e2;
		min-height: 462px;
		/*padding:9px;*/
		/*height:501px;*/
		overflow:hidden;
	}
	
	#flmovies
	{
		/*margin-top: 20px;
		margin-bottom: 20px;*/
		margin:30px auto 16px 25px;
		/*border: 1px solid white;*/
		/*width:640px;*/		
	}
	
	#thumber
	{
		margin-top: 26px;
	}
	
	#thumbstitle
	{
		margin: 13px;
		font-family:Tahoma,Geneva,sans-serif;
		font-size: 12px;
		font-weight:900;
	}
	
	#movieText
	{
		font-size: 12px;
		font-weight:600;
		margin-bottom:15px;
	}
	
	.headertext 
	{
		font-size: 24px;
		font-family: Tahoma, Geneva, sans-serif;
		/*font-weight: bold;*/
		vertical-align: middle;
	}
	
	.thumbs
	{
		/*border: 1px solid white;*/
		margin-left: 13px;
		margin-top: 9px;
		margin-bottom: 10px;
		width: 95px;
		height: 70px;
		float:left;
		font-size:7pt;
		text-align:center;

	}



